pdf - LaTeX porting *.eps images with eps2pdf and german umlauts (mutated vowel) -
I appeal to experiment diagram with MagicDraw and save it as an EPS file. Now I want to integrate it into my text file using eps2 pdf. It works so far, but German in the picture, Amum like um, ö or ü and they include "?" (Question Mark).
What can I do to solve this problem?
Greetings, Loni
Important Package:
\ Usepackage [ngerman] {babel} \ usepackage [T1] {fontenc} \ usepackage [latin9 ] {Inputenc} \ usepackage {lmodern} \ usepackage {epstopdf} \ usepackage [pdftex] {graphicx}
Perhaps try to embed all the fonts in the PDF file?
As far as I remember, this code should do this:
ps2pdf14 your_image.eps
and BTW, you Check if your PDF embeds all the fonts using pdffonts
Comments
Post a Comment