Tagged Questions
2
votes
1answer
145 views
Using a .bat file with TeXlipse
I use TeXlipse as editor of my choice.
Since I use the nomencl package, I added a .bat file in TeXlipse preferences:
@echo off
pdflatex -synctex=1 -interaction=nonstopmode main.tex
makeindex ...
4
votes
1answer
2k views
TeXlipse doesn't generate any pdf file
I've just installed TeXlipse using the simple installing option (Install new softwares -> http://texlipse.sourceforge.net/) on my Mac OS.
I create a new LaTeX project, select output format = pdf, ...