If your main file is mypaper.tex
:
$ curl -O https://raw.githubusercontent.com/ransford/pdflatex-makefile/master/Makefile.include
$ cat > Makefile
TARGET=mypaper
FIGS=img
include Makefile.include
Simple Makefile for typesetting papers using pdflatex.
Features:
TARGET=<yourpaper>
and include Makefile.include
.
See the example/
directory for a usage example.TARGETS=paper1 paper2
instead of TARGET
.\Revision
command you can use in your LaTeX markup to include a current revision
identifier. Useful for circulating drafts for comment.make view
opens your typeset document.make distill
make snapshot
.$(FIGS)
(e.g., img/) from SVGs with InkscapeThis project is free software licensed under the terms of the Apache 2.0 license.