[OS X TeX] TeXShop: platexmkrc for making glossaries (and indexes) with pdflatexmk engine?
Murray Eisenberg
murrayeisenberg at gmail.com
Wed Sep 28 02:30:42 CEST 2016
I’d like to be able to make glossaries (via the glossaries.sty package) when I run the pdflatexmk engine from within TeXShop.
AND still to make multiple indexes.
Here’s the current platexmkrc file (in the document’s source file folder):
add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
sub makeglo2gls {
system("makeindex -s basic.gst -t '$_[0]'.glg -o '$_[0]'.gls '$_[0]'.glo");
};
$makeindex = "makeindex -s %R.ist %O -o %D %S”;
What changes are needed to that?
Note that I will likely be using different style files for the indexes, on the one hand, and the glossaries, on the other hand.
---
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://www.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