Using latexmk and Make for Building LaTeX Documents
Writing proper Makefiles for building LaTeX documents is a pain, since the steps for creating the final documents depend on the LaTeX features that are used, e.g., BibTeX, makeindex, etc. The excellent “latexmk” tool drastically simplifies Makefiles for building LaTeX documents. In this article I present a Makefile template, that can be used for building papers which use the file layout that has been proposed in previous articles.