[OS X TeX] Configuring TeXShop to use XeLaTeX instead of pdfLaTeX
Murray Eisenberg
murrayeisenberg at gmail.com
Sat Jul 4 19:15:26 CEST 2020
I think I need to switch from pdfLaTeX to XeLaTeX, to avoid various patches required, e.g., between babel and some other packages (including cleveref).
For the TeXShop pdflatexmk engine, in my document source directory I use the following platexmkrc:
$makeindex = "makeindex -s %R.ist %O -o %D %S”;
and the following latexmkrc:
# latexmkrc
# Custom dependency and function for nomencl package
add_cus_dep('nlo', 'nls', 0, 'makenlo2nls');
sub makenlo2nls {
system("makeindex -s nomencl.ist -o '$_[0]'.nls '$_[0]'.nlo");
}
Do these need to be modified in any way, or do I need some kind of alternative files, so as to allow using the xelatexmk engine?
—-
Murray Eisenberg murrayeisenberg at gmail.com
503 King Farm Blvd #101 Home (240)-246-7240
Rockville, MD 20850-6667 Mobile (413)-427-5334
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list.