hi,
i would like to use textmate to create latex docs that use the nomencl package. that means i should tweak the compilation process. if i have the file mytest.tex i could compile it manually like following:
1. compile within textmate (TM_LATEX_COMPILER = latexmk.pl) 2. from the directory of "mytest.tex": makeindex mytest.nlo -s nomencl.ist -o mytest.nls 3. compile again within textmate
earlier i used texniccenter on windows where i created a project related output profile postprocessor: - executable: C:\apps\editor\texmf\MiKTeX\bin\makeindex.exe - arguments: "%bm.nlo" -s nomencl.ist -o "%bm.nls"
how could i achieve this with textmate?