Skip to content

Commit 5c8300b

Browse files
committed
Produce ctwill.pdf with XeTeX.
MuPDF on Android 7.1 has massive problems displaying 'ctwill.pdf' created by pdfTeX. The dual-step process with XeTeX and xdvipdfmx produces a better result. It suffices to do this in the final loop.
1 parent d1ebac1 commit 5c8300b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makeall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ FI
217217
if [ ctwill = $f ]
218218
then
219219
ctwill-refsort < $f.ref > $f.sref
220-
$TEX $f
220+
xetex $f
221221
fi
222222
done
223223

0 commit comments

Comments
 (0)