gist/LaTeX
2022-07-25 21:11:08 +03:00
..
.gitignore LaTeX/.gitignore: import from Gitea's TeX gitignore 2022-07-22 15:57:10 +03:00
hello.tex LaTeX/hello.tex: set language to esperanto, selectlanguage in the middle, remember section for nbsp and textbackslash 2022-07-25 21:11:08 +03:00
README.md LaTeX/README.md: link to TeX SE for flyers/leaflets 2022-07-23 16:14:56 +03:00
standardi-asiakirja.tex LaTeX: add a standardi-asiakirja.tex 2022-07-19 20:45:33 +03:00

Notes on using LaTeX

To possibly save your self from headache:

  • Fedora: sudo dnf install texlive-scheme-full -y
  • Debian: sudo apt install texlive-full -y

Simple boilerplate

Refer to hello.tex

For leaflets or flyers, https://tex.stackexchange.com/q/16355/274626 has nice answers.

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