diff options
author | Camil Staps | 2016-10-23 16:01:46 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-23 16:01:46 +0200 |
commit | 62a8e11741ca6d5dcbcb164fc23606278240e10c (patch) | |
tree | 98eb522f8b432b647d0d1ca7c509ee5586109f03 /Makefile | |
parent | Finish Kemmer (diff) |
Switch to XeLaTeX
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -TEX=pdflatex +TEX=xelatex TEXFLAGS=-file-line-error -halt-on-error FULL=$(subst .tex,.pdf,$(wildcard *.tex)) |