From 83ecb025e1b109321affd15ece7d275e2687faa1 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 19 Jul 2022 15:25:47 +0300 Subject: [PATCH] LaTeX/README.md: add confusing notes for future self --- LaTeX/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/LaTeX/README.md b/LaTeX/README.md index ca6d43d..d282f28 100644 --- a/LaTeX/README.md +++ b/LaTeX/README.md @@ -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`