mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
24 lines
457 B
Markdown
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. |