summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 05e8912e0ea766ee368bedf1728d153be61c079f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# A super LaTeX Makefile for large reports

Feel free to use this Makefile in order to render your LaTeX report easier!

## Description

This Makefile uses `latexmk`, a tool that will manage any dependencies between
LaTeX files and run the LaTeX render multiple times if needed. This is
especially useful when you use a table of content, a glossary, or anything
that need the LaTeX engine to run multiple times before rendering a correct
output.

## License

Everything in this repository is released under WTFPL, so yeah, do whatever
you want. Spread this tool in order to allow people to use LaTeX for
everything!