ransford / pdflatex-makefile

Simple Makefile for pdflatex-produced documents
113 stars 37 forks source link

Support for \include, more elaborate example, removal of .aux and .log #3

Closed runejuhl closed 12 years ago

runejuhl commented 12 years ago

The makefile now also supports .tex files included with \include. Extended the example to include a reference (to generate .aux and .log files). Added functionality to remove these files when invoking "clean".

ransford commented 12 years ago

Awesome! Thanks! I'll have time to test and merge your patch this weekend. (Until today, I didn't even know that \include existed...)

runejuhl commented 12 years ago

You're welcome -- after all, you saved me from writing my own Makefile. The least I could do is extend the functionality a tiny bit!