gist/LaTeX
2024-07-14 20:54:37 +03:00
..
european-union-flags@db528bf351 LaTeX. update submodule european-union-flags 2023-04-27 14:00:34 +03:00
kirja@7f0604d361 LaTeX: add submodule kirja 2023-03-21 08:07:20 +02:00
piraattitesti@44d9b36d64 update submodules 2024-05-19 19:16:39 +03:00
vakioasiakirja@1c44540d38 update submodules 2024-01-13 19:11:00 +02:00
.editorconfig {.,LaTeX}/.editorconfig: attempt to unset LaTeX line length limit 2023-09-28 11:08:07 +03:00
.gitignore update dependencies 2024-07-14 20:54:37 +03:00
hello.tex hello.tex: lipsum looks fun 2024-05-24 13:06:55 +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 run prettier 2024-06-19 08:53:27 +03:00
sleep.pdf LaTeX/sleep.tex: recompile to pdf 2023-10-16 11:07:22 +03:00
sleep.tex LaTeX/sleep.tex: rapport3 -> boek3 2023-10-16 11:06:43 +03:00
standardi-asiakirja.tex LaTeX/[hello,standardi-asiakirja}.tex: fix language, git-friendlines, my name 2022-10-20 13:35:43 +03:00

Notes on using LaTeX

To possibly spare yourself 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