Created
July 31, 2019 01:58
-
-
Save rightson/766b050b6eced165302fa19067c4d869 to your computer and use it in GitHub Desktop.
LaTex build tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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