blob: 3a8f043e57b49db47aa04db026a23dfa364adf51 (
plain)
1
2
3
4
|
# latex-make-template
Simple base project for writing LaTeX files and building them using make.
Just place your `.tex` files in the project's main directory and use the `make` or `make <name>.pdf` to build them.
|