Move proposal to report, use xelatex

This commit is contained in:
Frederik Hanghøj Iversen 2018-03-29 13:32:48 +02:00
parent 8752b1435d
commit 2f6b129ed6
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ MAIN=main.tex
all: $(PROJNAME).pdf all: $(PROJNAME).pdf
preview: $(MAIN) preview: $(MAIN)
latexmk -pvc -jobname=$(PROJNAME) -pdf -pdflatex="pdflatex -interactive=nonstopmode" $< latexmk -pvc -jobname=$(PROJNAME) -pdf -xelatex $<
# CUSTOM BUILD RULES # CUSTOM BUILD RULES
@ -41,7 +41,7 @@ preview: $(MAIN)
# missing file reference and interactively asking you for an alternative. # missing file reference and interactively asking you for an alternative.
$(PROJNAME).pdf: $(MAIN) $(PROJNAME).pdf: $(MAIN)
latexmk -jobname=$(PROJNAME) -pdf -pdflatex="pdflatex -interactive=nonstopmode" -use-make $< latexmk -jobname=$(PROJNAME) -pdf -xelatex -use-make $<
cleanall: cleanall:
latexmk -C latexmk -C

View file

@ -16,7 +16,7 @@
\maketitle \maketitle
\input{proposal.tex} \input{report.tex}
\bibliographystyle{plainnat} \bibliographystyle{plainnat}
\nocite{cubical-demo} \nocite{cubical-demo}