This repository accompanies the blog post paulklemm.com/blog/2014-07-16-use-github-for-scientific-writing/.
The makefile contains rules for compiling the article.tex LaTeX file using latexmk. The makefile can be used as follows:
makecreates the PDFarticle.pdf,make watchcreates the PDFarticle.pdfand watches for changes in thearticle.texfiles and will recompile as soon as it detects changes,make cleanremoves all files generated in the compilation process, including the resulting PDF file.
If your editor and PDF viewer both support SyncTeX (e.g., Sublime Text 3 with LaTeXTools and Skim) you can jump in between them.
