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 *.psCode: Select all
latex file.tex
dvips -o file.ps file.dvi
ps2pdf "-sPAPERSIZE=a4" file.ps
rm -f *~ *.aux *.dvi *.log *.psLearn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis