From fca1c4234ef7730f10ee3cf8e4d13475343cdaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=96=2E=20=C3=9Cnver?= <69584310+younver@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:45:36 +0300 Subject: [PATCH] docs(setup): add needspace to the minimal TeX install list (#147) --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 653f2a2..f27c3a9 100644 --- a/SETUP.md +++ b/SETUP.md @@ -69,7 +69,7 @@ Then install the template dependencies: ```bash tlmgr install \ moderncv fontawesome5 fontawesome6 academicons import luatexbase pgf \ - titlesec textpos xltxtra xunicode cite realscripts + titlesec textpos xltxtra xunicode cite realscripts needspace ``` For BasicTeX/MacTeX, make sure the TeX binary directory is on `PATH` first (for example via `/Library/TeX/texbin`), then run the same `tlmgr install ...` command.