Search found 2 matches

by scottns
Sun Apr 22, 2012 4:59 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Nomenclature Texmaker
Replies: 6
Views: 29357

Nomenclature Texmaker

I found that you can make a user command, so I was able to combine latex,bibtex,makeindex index and makeindex nomenclature.
Here is the custom command I created:

"/usr/texbin/latex" -interaction=nonstopmode %.tex|"/usr/texbin/bibtex" %.aux|"/usr/texbin/makeindex" %.idx|"/usr/texbin/makeindex ...
by scottns
Sat Apr 21, 2012 3:57 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Nomenclature Texmaker
Replies: 6
Views: 29357

Nomenclature Texmaker

Hi,
I found this thread. I'm using TexMaker on a mac. I have been able to manually get the nomenclature feature working, but would like to automate it when I build the pdf in TexMaker.
Is there a way to combine these two makeindex commands:

"/usr/texbin/makeindex" %.idx
"/usr/texbin/makeindex ...