summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simpler version of MakefileRomain Porte2018-05-216-72/+32
| | | | | | | | | | | | | | Instead of using a big .gitignore and a big clean target, we can tell latexmk to build into a dedicated directory. This way, all temporary files are located in a repository that we just have to ignore and remove. This allows us to have the .tex sources right next to the Makefile, which makes it easier to reason about instead of having to use the src/ subdirectory. Also moved README to reStructuredText (because Markdown sucks IMO) and removed gif and fancy badges in the README.
* Live compilation supportRomain Porte2018-02-092-1/+10
|
* Added license badgeRomain Porte2017-08-121-0/+2
|
* Added demoRomain Porte2017-08-123-0/+9
|
* Mention use of .gitignoreRomain Porte2017-08-121-0/+5
|
* Initial commitRomain Porte2017-08-123-0/+79