mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-02-04 08:44:04 +01:00
Compare commits
No commits in common. "bbed08162863d65b5e0d9f7b33ca062ffa3f8060" and "29cf6a513caaed77398e02d87b47e44162276c9e" have entirely different histories.
bbed081628
...
29cf6a513c
@ -1,34 +0,0 @@
|
|||||||
# 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`
|
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
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.
|
|
||||||
2. Run `texhash ~/texmf`
|
|
||||||
|
|
||||||
### Noteworthy templates
|
|
||||||
|
|
||||||
* [Finnish standard document](https://github.com/datakurre/vakioasiakirja)
|
|
Loading…
Reference in New Issue
Block a user