Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Change back to pdflatex
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-beetz committed Jul 25, 2018
1 parent 9aafcfd commit c45ea39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FILTERS = -F "filters/pandoc-svg.py" -F pandoc-crossref -F pandoc-citeproc
all: $(NAME).pdf $(NAME).html

$(NAME).pdf: $(NAME).tex
latexmk -xelatex -interaction=nonstopmode $(NAME).tex
latexmk -interaction=nonstopmode -pdf $(NAME).tex

$(NAME).html: $(FILES) $(TEMPLATE).html5
pandoc -o $@ --self-contained --highlight-style tango --template $(TEMPLATE).html5 --csl=lncs.csl $(FILTERS) $(FILES)
Expand Down

0 comments on commit c45ea39

Please sign in to comment.