dotfiles/latex_template/README.md
2023-07-28 16:28:16 +03:00

24 lines
457 B
Markdown

# Latex Template
A personal template I have copied from [Charlie's Math Template](https://github.com/SeniorMars/dotfiles/tree/master/latex_template).
To use:
1. Copy this directory to the same directory as your LaTeX file.
```bash
$ cp ./letterfonts.tex ./macros.tex ./preamble.tex ./template.tex [some_dir]
or
$ ltcp
```
ltcp if alias, embedded into my `.zshrc`
2. Edit the file "template.tex" to your liking.
## Note
I'm using texlive with it.