Posts with tag

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.

Collaborative Authoring of Scientific Papers (Introduction)

Writing scientific papers for journals and conferences is one of the most important tasks in academic research. Many papers are co-authored by multiple authors, frequently also by authors that are not even member of the same institution. Typically, a paper goes through numerous states of editing during the writing process, requiring that changes to the document [...]