mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
docs(setup): add needspace to the minimal TeX install list (#147)
This commit is contained in:
@@ -69,7 +69,7 @@ Then install the template dependencies:
|
|||||||
```bash
|
```bash
|
||||||
tlmgr install \
|
tlmgr install \
|
||||||
moderncv fontawesome5 fontawesome6 academicons import luatexbase pgf \
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user