Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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.

share|improve this question
2  
Welcome to TeX.sx! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with \documentclass{...} and ending with \end{document}. – Anke Mar 20 at 10:01
2  
why do you want to use pslatex. You can still use pdflatex with \usepackage{mathptmx,helvet,courier} to get the same fonts. – Herbert Mar 20 at 10:11
pslatex is imposed by other people for obscure reasons. unfortunately I have to fix the problem. – BigG Mar 20 at 10:13
1  
Perhaps it is only a problem with the dvi viewer (which one?). What happens when you generate a ps with dvips and open the file with gsview? – Ulrike Fischer Mar 20 at 10:59
1  
Wow I didn't even realise pslatex was 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
show 3 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.