Tagged Questions
3
votes
1answer
534 views
Changing the default TeXlipse compiler to PDFLatex
I just installed TeXlipse, and want to make my .tex-file alongside my Java-code (in the same Java-project). Right now, I can compile, but only to .dvi, which I dislike because of the bad viewer.
Is ...
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, ...
1
vote
1answer
250 views
Automation of generating pstricks graphics with texclipse before pdf generation
When using eclipse with pdflatex I want it to create the pstricks Images automatically. The classical way (without eclipse or texlipse) would be:
latex test.tex
dvips -o test-pics.ps test.dvi
ps2pdf ...