[OS X TeX] New TexShop Engine
Luis Vitorio Cargnini
lvcargnini at gmail.com
Thu Oct 2 08:07:10 CEST 2008
Please I make a new engine for my TexShop and want to submit to the
TexShop developers to include in it, please. Is an engine to use the
nomencl package, used to create acronyms lists, "automagicaly".
Here follow the code of the engine MakeNomencl.engine:
#!/bin/tcsh
set path= ($path /usr/texbin /usr/local/bin)
set filename="$1"
set basename="${filename:r}"
makeindex "$basename".nlo -s nomencl.ist -o "$basename".nls
-------
Thats all to use nomencl:
\usepackage[french]{nomencl} %change to your language
Before begin document, place:
\makenomenclature
After toc as usual:
\printnomenclature
To start creating the acronyms list during typing use it as in example:
\nomenclature{SoC}{System-on-chip}
Thanks.
--
Luís Vitório Cargnini
IEEE Member
ÉTS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20081002/c15b3c00/attachment.html>
More information about the macostex-archives
mailing list