ransford / pdflatex-makefile

Simple Makefile for pdflatex-produced documents
113 stars 37 forks source link

Quick Start

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

Features

Simple Makefile for typesetting papers using pdflatex.

Features:

License

This project is free software licensed under the terms of the Apache 2.0 license.