From c8f26eea8e0bb1b373e8222bbad1d2e3c748d9a8 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:22:27 +0100 Subject: [PATCH] Update README.md --- examples/overleaf/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/overleaf/README.md b/examples/overleaf/README.md index 31b6e89..844809b 100644 --- a/examples/overleaf/README.md +++ b/examples/overleaf/README.md @@ -14,3 +14,13 @@ After spawning the stack, visit http://127.0.0.1:8888/launchpad to create your first admin user. + +> [!Note] +> To save bandwidth, the Overleaf image only comes with a minimal install of TeXLive. + +To upgrade to a complete TeXLive installation, run the installation script in the Overleaf container with the following command: +```` +docker exec sharelatex tlmgr install scheme-full +```` + +Alternatively you can install packages manually as you need by replacing scheme-full with the package name.