summaryrefslogtreecommitdiff
path: root/README.md
blob: 923bf509fb2e5ec2894247a6ba4ce0ef2e6e3cee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# csobczak.tex

The goal of csobczak.tex is to share my LaTeX templates.

To use these templates, you can download the specific .tex files you want
to use through codeberg, or download them all with:
``` bash
git clone https://codeberg.org/csobczak/csobczak.tex
```

In the future, maybe I plan to organize these ideas into a package.

Use the following command to render your document:
``` bash
latexmk -pdf -aux-directory=render-files $1
```