How do I put the following commands into the profile? Or rather, where to!
(sorry, I'm new to this)
Code: Select all
latex file.tex
dvips -o file.ps file.dvi
ps2pdf "-sPAPERSIZE=a4" file.ps
rm -f *~ *.aux *.dvi *.log *.ps
Code: Select all
latex file.tex
dvips -o file.ps file.dvi
ps2pdf "-sPAPERSIZE=a4" file.ps
rm -f *~ *.aux *.dvi *.log *.ps