Skip to content

Instantly share code, notes, and snippets.

@rightson
Created July 31, 2019 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightson/766b050b6eced165302fa19067c4d869 to your computer and use it in GitHub Desktop.
Save rightson/766b050b6eced165302fa19067c4d869 to your computer and use it in GitHub Desktop.
LaTex build tips
PAPER := main
# remember to add \usepackage[dvipdfm]{graphicx} to your $(PAPER).tex
pdf:
latex $(PAPER).tex
dvipdfm $(PAPER).dvi
.PHONY: pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment