shiblon/latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.

Makefile

190

153 commits

updated Apr 24, 2023

See the code

README

#LaTeX Makefile

This is a single GNU makefile that builds a LaTeX document into various targets with minimal latex/bibtex invocations. It colorizes and swallows the normally unhelpful latex output so that errors and other important messages are easy to spot. It handles GNUplot, Fig, and Dot image creation (and many more formats besides), and does automatic dependency tracking.

Perhaps most important, it is convenient because it is a single file and only depends on standard Unix utilities that are likely to exist on any system. It includes built-in help documentation and various utilities to test whether it will work on your system. Just drop it in your source directory and type make. Is something not working? Type make help | less.

Contributors

shiblon

145 commits

mindrunner

4 commits

amcnabb

2 commits

AdamGagorik

1 commits

shiblon/latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.

Makefile

190

153 commits

updated Apr 24, 2023

See the code

README

#LaTeX Makefile

This is a single GNU makefile that builds a LaTeX document into various targets with minimal latex/bibtex invocations. It colorizes and swallows the normally unhelpful latex output so that errors and other important messages are easy to spot. It handles GNUplot, Fig, and Dot image creation (and many more formats besides), and does automatic dependency tracking.

Perhaps most important, it is convenient because it is a single file and only depends on standard Unix utilities that are likely to exist on any system. It includes built-in help documentation and various utilities to test whether it will work on your system. Just drop it in your source directory and type make. Is something not working? Type make help | less.

Contributors

shiblon

145 commits

mindrunner

4 commits

amcnabb

2 commits

AdamGagorik

1 commits

Languages

Makefile

80.1%

sed

7.5%

Python

6.0%

TeX

5.2%

Shell

1.2%