Skip to content
Snippets Groups Projects
Commit 6f243116 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Changed latex command to pdflatex.

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