summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-10-23 16:01:46 +0200
committerCamil Staps2016-10-23 16:01:46 +0200
commit62a8e11741ca6d5dcbcb164fc23606278240e10c (patch)
tree98eb522f8b432b647d0d1ca7c509ee5586109f03 /Makefile
parentFinish Kemmer (diff)
Switch to XeLaTeX
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a97500f..0b8d6a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-TEX=pdflatex
+TEX=xelatex
TEXFLAGS=-file-line-error -halt-on-error
FULL=$(subst .tex,.pdf,$(wildcard *.tex))