Skip to content

Commit

Permalink
Use latexmk
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Sep 15, 2020
1 parent afd8783 commit 1931316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: You should really repeat pdflatex run 1-3 times depending on status, I did not manage to make that conditional for nmake
# Note: Using latexmk, since it automatically runs pdflatex as many times as needed.
#
# If you have latexml source (preferably with UseLabal patch) set:
# LATEXMLPREFIX=perl <latexmlinstallation/bin>
Expand All @@ -18,7 +18,7 @@ clean-html:
clean: clean-pdf clean-html

MLS.pdf: *.tex chapters/*.tex
pdflatex MLS.tex
latexmk -pdf MLS.tex

# Seems to be some issue with graphicpath, so set path here as well
# Not using %.html since nmake does not support it (instead using old-style suffix rules)
Expand Down

0 comments on commit 1931316

Please sign in to comment.