von Stefan Kottwitz » Do 16. Apr 2009, 04:34
			
			
			Hallo Jabaa,
willkommen im Forum!
Du verwendest T1-Schriftcodierung, was auch zu empfehlen ist. Die Standardschrift Computer Modern ist jedoch OT1-codiert - Dein Freund, der die gleiche Datei übersetzte, hat 
cm-super installiert, das Paket enthält T1-codierte Computer Modern Schriften, dieses Paket fehlt Dir. Wenn Du das installierst, was über den MiKTeX Paketmanager geht, solltest Du das gleiche bessere Ergebnis erhalten.
Eine sehr gute Alternative zu cm-super ist die Latin Modern Schrift:
Diese Schrift ist von der Computer Modern abgeleitet, liegt in T1-Codierung vor und bietet eine sehr hohe Qualität.
Zum Vergleich einmal die Ausgabe von 
pdffonts zu beiden pdf-Dateien:
pdffonts main1.pdf 
name                       type              emb sub uni object ID
-------------------------- ----------------- --- --- --- ---------
[none]                     Type 3            yes no  no       4  0
[none]                     Type 3            yes no  no       5  0
[none]                     Type 3            yes no  no      10  0
[none]                     Type 3            yes no  no      11  0
[none]                     Type 3            yes no  no      12  0
[none]                     Type 3            yes no  no      13  0
[none]                     Type 3            yes no  no      17  0
CJEPTB+CMR10               Type 1            yes yes no      18  0
CVPMRZ+CMSY10              Type 1            yes yes no      19  0
ADXMAD+CMMI10              Type 1            yes yes no      20  0
MDDGOM+CMR8                Type 1            yes yes no      21  0
ZJACVR+CMMI8               Type 1            yes yes no      22  0
TZYURE+MSBM10              Type 1            yes yes no      23  0
EJEZEB+CMSY8               Type 1            yes yes no      24  0
WORNMY+CMEX10              Type 1            yes yes no      25  0
pdffonts main2.pdf 
name                       type              emb sub uni object ID
-------------------------- ----------------- --- --- --- ---------
WVWYAW+SFRM2488            Type 1            yes yes no       5  0
OSACMH+SFRM1200            Type 1            yes yes no       6  0
PYHILX+SFSL1095            Type 1            yes yes no      16  0
YSXELC+SFSX1440            Type 1            yes yes no      17  0
IWSPMI+SFSX1095            Type 1            yes yes no      18  0
VZKVBN+SFRM1095            Type 1            yes yes no      19  0
JLVDNW+SFSX1200            Type 1            yes yes no      23  0
CJEPTB+CMR10               Type 1            yes yes no      24  0
CVPMRZ+CMSY10              Type 1            yes yes no      25  0
ADXMAD+CMMI10              Type 1            yes yes no      26  0
MDDGOM+CMR8                Type 1            yes yes no      27  0
ZJACVR+CMMI8               Type 1            yes yes no      28  0
TZYURE+MSBM10              Type 1            yes yes no      29  0
EJEZEB+CMSY8               Type 1            yes yes no      30  0
WORNMY+CMEX10              Type 1            yes yes no      31  0
NGCEBS+ArialMT             Type 1            yes yes no      37  0
JUTZNU+ArialMT             Type 1            yes yes no      47  0
QPGASA+ArialMT             Type 1            yes yes no      48  0
main1.pdf enthält neben Type 1 Schriften (skalierbaren 
Konturschriften) auch Type 3 Schriften (
Bitmap-Schriften), main2.pdf hingegen nur Type 1.
Viele Grüße,
Stefan
 
			
			
							Hallo Jabaa,
willkommen im Forum!
Du verwendest T1-Schriftcodierung, was auch zu empfehlen ist. Die Standardschrift Computer Modern ist jedoch OT1-codiert - Dein Freund, der die gleiche Datei übersetzte, hat [url=http://ctan.org/pkg/cm-super]cm-super[/url] installiert, das Paket enthält T1-codierte Computer Modern Schriften, dieses Paket fehlt Dir. Wenn Du das installierst, was über den MiKTeX Paketmanager geht, solltest Du das gleiche bessere Ergebnis erhalten.
Eine sehr gute Alternative zu cm-super ist die Latin Modern Schrift:
[code]\usepackage{lmodern}[/code]
Diese Schrift ist von der Computer Modern abgeleitet, liegt in T1-Codierung vor und bietet eine sehr hohe Qualität.
Zum Vergleich einmal die Ausgabe von [url=http://texblog.net/latex-archive/linux/used-fonts-pdf-files/]pdffonts[/url] zu beiden pdf-Dateien:
[code]
pdffonts main1.pdf 
name                       type              emb sub uni object ID
-------------------------- ----------------- --- --- --- ---------
[none]                     Type 3            yes no  no       4  0
[none]                     Type 3            yes no  no       5  0
[none]                     Type 3            yes no  no      10  0
[none]                     Type 3            yes no  no      11  0
[none]                     Type 3            yes no  no      12  0
[none]                     Type 3            yes no  no      13  0
[none]                     Type 3            yes no  no      17  0
CJEPTB+CMR10               Type 1            yes yes no      18  0
CVPMRZ+CMSY10              Type 1            yes yes no      19  0
ADXMAD+CMMI10              Type 1            yes yes no      20  0
MDDGOM+CMR8                Type 1            yes yes no      21  0
ZJACVR+CMMI8               Type 1            yes yes no      22  0
TZYURE+MSBM10              Type 1            yes yes no      23  0
EJEZEB+CMSY8               Type 1            yes yes no      24  0
WORNMY+CMEX10              Type 1            yes yes no      25  0
pdffonts main2.pdf 
name                       type              emb sub uni object ID
-------------------------- ----------------- --- --- --- ---------
WVWYAW+SFRM2488            Type 1            yes yes no       5  0
OSACMH+SFRM1200            Type 1            yes yes no       6  0
PYHILX+SFSL1095            Type 1            yes yes no      16  0
YSXELC+SFSX1440            Type 1            yes yes no      17  0
IWSPMI+SFSX1095            Type 1            yes yes no      18  0
VZKVBN+SFRM1095            Type 1            yes yes no      19  0
JLVDNW+SFSX1200            Type 1            yes yes no      23  0
CJEPTB+CMR10               Type 1            yes yes no      24  0
CVPMRZ+CMSY10              Type 1            yes yes no      25  0
ADXMAD+CMMI10              Type 1            yes yes no      26  0
MDDGOM+CMR8                Type 1            yes yes no      27  0
ZJACVR+CMMI8               Type 1            yes yes no      28  0
TZYURE+MSBM10              Type 1            yes yes no      29  0
EJEZEB+CMSY8               Type 1            yes yes no      30  0
WORNMY+CMEX10              Type 1            yes yes no      31  0
NGCEBS+ArialMT             Type 1            yes yes no      37  0
JUTZNU+ArialMT             Type 1            yes yes no      47  0
QPGASA+ArialMT             Type 1            yes yes no      48  0
[/code]
main1.pdf enthält neben Type 1 Schriften (skalierbaren [url=http://de.wikipedia.org/wiki/Outline-Schrift]Konturschriften[/url]) auch Type 3 Schriften ([url=http://de.wikipedia.org/wiki/Bitmap-Schrift]Bitmap-Schriften[/url]), main2.pdf hingegen nur Type 1.
Viele Grüße,
Stefan