mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
.. | ||
european-union-flags@db528bf351 | ||
kirja@7f0604d361 | ||
piraattitesti@be86f583a4 | ||
vakioasiakirja@bac2c37d41 | ||
.editorconfig | ||
.gitignore | ||
hello.tex | ||
letter.tex | ||
mikrotik-config.tex | ||
README.md | ||
sleep.pdf | ||
sleep.tex | ||
standardi-asiakirja.tex |
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
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.
tlmgr init-usertree
tlmgr --ignore-warning --usermode install moderncv
Installing custom templates
- Put them to
~/texmf/tex/latex/local/
Thetlmgr init-usertree
might be useful?
- This can be verified with
kpsewhich -var-value=TEXMFHOME
in case this happened to be not-Linux.
- Run
texhash ~/texmf