Tagged Questions
1
vote
1answer
248 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 ...