docs(setup): add needspace to the minimal TeX install list (#147)

This commit is contained in:
Yiğit Ö. Ünver
2026-07-13 20:45:36 +02:00
committed by GitHub
parent a03529f894
commit fca1c4234e
+1 -1
View File
@@ -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.