Skip to content
Snippets Groups Projects
Commit 1330b2ef authored by Michael Davis's avatar Michael Davis
Browse files

Run pdflatex twice by default to generate references

parent 46394b5a
Branches
Tags
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -34,6 +34,7 @@ LATEX_TMP = $(patsubst %,%.4ct,$(TARGET)) \
%.pdf: %.tex
pdflatex $<
pdflatex $<
cta.pdf: $(wildcard cta*.tex) cta.glg
pdflatex $<
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment