gist/LaTeX
2022-07-19 15:25:47 +03:00
..
.gitignore LaTeX/hello.tex: initial commit 2022-07-18 21:14:55 +03:00
hello.tex hello.tex: comment inputenc, enable cmap for copy-pasting 2022-07-18 21:36:24 +03:00
README.md LaTeX/README.md: add confusing notes for future self 2022-07-19 15:25:47 +03:00

Notes on using LaTeX

Simple boilerplate

Refer to hello.tex

Package management

Dont 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 doesnt work with Finnish, naturally.

tlmgr init-usertree
tlmgr --ignore-warning --usermode install moderncv

Installing custom templates

  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.
  1. Run texhash ~/texmf

Noteworthy templates