LaTeX/README.md: add confusing notes for future self

This commit is contained in:
Aminda Suomalainen 2022-07-19 15:25:47 +03:00
parent f6f5b2efdf
commit 83ecb025e1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -4,9 +4,22 @@
Refer to `hello.tex`
## Package management
***Don't do this, use `YOURFAVOURITEPACKAGEMANAGER search texlive-moderncv`
or whatever***
Fedora: remember to `sudo dnf install texlive-msg texlive-texlive-msg-translations` to
remove one nag. Which doesn't work with Finnish, naturally.
```bash
tlmgr init-usertree
tlmgr --ignore-warning --usermode install moderncv
```
## Installing custom templates
1. Put them to `~/texmf/tex/latex/local/`
1. Put them to `~/texmf/tex/latex/local/` The `tlmgr init-usertree` might be useful?
* This can be verified with `kpsewhich -var-value=TEXMFHOME` in case this
happened to be not-Linux.
2. Run `texhash ~/texmf`