Skip to content

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

Notifications You must be signed in to change notification settings

westernmagic/latex-makefile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

#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.

This modified version of Chris Monson's Makefile includes:

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%