Skip to content

Commit

Permalink
Use pdflatex for build so links work
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Nov 26, 2024
1 parent 06fcd4f commit 505148d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ endif

export TEXMFHOME ?= lsst-texmf/texmf

#asp tex is a bit odd so latexml fails ..
#asp tex is a bit odd so latexmk fails ..
$(DOCNAME).pdf: $(tex) meta.tex C702.bib authors.tex acronyms.tex
latex $(DOCNAME)
pdflatex $(DOCNAME)
bibtex $(DOCNAME)
latex $(DOCNAME)
latex $(DOCNAME)
dvipdfm $(DOCNAME)
dvipdf $(DOCNAME)

pdflatex $(DOCNAME)
pdflatex $(DOCNAME)

# Acronym tool allows for selection of acronyms based on tags - you may want more than DM
acronyms.tex: $(tex) myacronyms.txt
Expand Down

0 comments on commit 505148d

Please sign in to comment.