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 have a paper done in latex, that included several graphs in ps format. The text inside that graphs is rendered wrong in one computer, but is done right in another computer, and I don't find why.

Wrong output

Wrong output

Right output

Right output

I'm generating the pdf output with these commands:

latex paper_unbolt.tex 
bibtex paper_unbolt
latex paper_unbolt.tex
dvips paper_unbolt.dvi
dvipdf  -spapersize=A4 paper_unbolt

Moreover,

  • I'm using evince to display the output
  • I'm open with evince the two generated pdf files in the same computer.
  • The right pdf is generated in computer A and open in computer B and it shows right.
  • The wrong pdf is generated in computer B and opened in computer B and it shows wrong.
  • If I open the ps graph file in computer B, it shows right.
  • latex command don't show any related warning/error message
share|improve this question
this sounds like the fonts aren't being embedded correctly in the pdf file in computer b. this is not a latex problem, but a problem with whatever actually generates the pdf file. – barbara beeton Dec 18 '12 at 14:08

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.