Commit 6f243116 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Changed latex command to pdflatex.

parent 1ad903f0
......@@ -12,5 +12,5 @@ $(b)%.pdf: $(d)%.tex
$(b)$(REPORT).bbl: $(d)$(REPORT).bib
BIBINPUTS=$(d) bibtex8 ${@:.bbl=.aux}
latex $(PDFLATEX_FLAGS) $(d)$(REPORT).tex
pdflatex $(PDFLATEX_FLAGS) $(d)$(REPORT).tex
pdflatex $(PDFLATEX_FLAGS) $(d)$(REPORT).tex
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment