gist/LaTeX
2023-03-16 19:53:28 +02:00
..
piraattitesti@c4ae62c4b7 update submodule 2023-01-29 14:01:24 +02:00
.gitignore pre-commit applying mess round one 2023-02-26 19:01:13 +02:00
hello.tex latex/hello.tex: the zeroth rule of git+LaTeX is one sentence per line! not paragraph! 2022-10-24 12:12:29 +03:00
letter.tex LaTeX: add letter.tex 2022-10-03 21:30:54 +03:00
mikrotik-config.tex LaTeX: add symlink to ../wifi/mikrotik-config.tex to remind of its existence 2023-01-29 15:28:20 +02:00
README.md add doctoc 2023-03-16 19:53:28 +02:00
standardi-asiakirja.tex LaTeX/[hello,standardi-asiakirja}.tex: fix language, git-friendlines, my name 2022-10-20 13:35:43 +03:00

Table of Contents generated with DocToc

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