I am not really familiar with pslatex, I usually prefer pdflatex.
I prepared a document, compiled with pdflatex many times and everything works perfectly. Now I have to recompile it with pslatex.
I converted the images from pdf to ps and tried to run pslatex myfile.tex.
Everything works, but when I try to open the dvi file I get uncomprensible text.
For example:
Random Spanning ...
is
Q'ncnl Ro'nnlnf ...
I guess it is a problem related to font packages or something similar.
\documentclass{...}and ending with\end{document}. – Anke Mar 20 at 10:01pslatex. You can still usepdflatexwith\usepackage{mathptmx,helvet,courier}to get the same fonts. – Herbert Mar 20 at 10:11pslatexwas still distributed with texlive. There can't be any good reason for using that now (I wrote it:-) – David Carlisle Mar 20 at 11:12