<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://sichardt.net/mediawiki/index.php?action=history&amp;feed=atom&amp;title=PDF-Bug</id>
	<title>PDF-Bug - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://sichardt.net/mediawiki/index.php?action=history&amp;feed=atom&amp;title=PDF-Bug"/>
	<link rel="alternate" type="text/html" href="https://sichardt.net/mediawiki/index.php?title=PDF-Bug&amp;action=history"/>
	<updated>2026-05-01T15:32:31Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in sichardt</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://sichardt.net/mediawiki/index.php?title=PDF-Bug&amp;diff=6&amp;oldid=prev</id>
		<title>Gabriel: Die Seite wurde neu angelegt: „Unter Linux kommt es bei vielen PDF-Viewern vor, dass manche Buchstabenkombinationen nicht angezeigt werden. Dies tritt nur bei manchen PDFs auf und ist somit…“</title>
		<link rel="alternate" type="text/html" href="https://sichardt.net/mediawiki/index.php?title=PDF-Bug&amp;diff=6&amp;oldid=prev"/>
		<updated>2016-08-24T17:39:06Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „Unter Linux kommt es bei vielen PDF-Viewern vor, dass manche Buchstabenkombinationen nicht angezeigt werden. Dies tritt nur bei manchen PDFs auf und ist somit…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Unter Linux kommt es bei vielen PDF-Viewern vor, dass manche Buchstabenkombinationen nicht angezeigt werden. Dies tritt nur bei manchen PDFs auf und ist somit nicht einfach festzustellen. Besonders betroffen sind die Buchstabenfolgen &amp;quot;fi&amp;quot; und &amp;quot;fl&amp;quot;, welche dann einfach als Leerzeichen dargestellt werden. So sieht &amp;quot;configuration&amp;quot; aus wie &amp;quot;con guration&amp;quot;,&lt;br /&gt;
Das Problem wird unter anderem in diesem Bug dargelegt:&lt;br /&gt;
https://bugzilla.novell.com/show_bug.cgi?id=848717&lt;br /&gt;
&lt;br /&gt;
Darin werden zwei Lösungen vorgeschlagen: erstens das Ersetzen der Ausweichschriftart für &amp;quot;Times&amp;quot; weg von Tex Gyre zu Nimbus und zweitens das Verbieten von Tex Gyre. Bei mir hat nur die zweite Lösung geholfen. Das könnte dadurch bedingt sein, dass in meiner Test-PDF möglicherweise nicht Times verwendet wurde und noch weitere Schriftarten durch TexGyre dargestellt werden.&lt;br /&gt;
So habe ich die Schriftarten Tex Gyre verboten:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
su&lt;br /&gt;
&lt;br /&gt;
cd /etc/fonts/conf.d&lt;br /&gt;
&lt;br /&gt;
ln -s /etc/fonts/conf.avail/58-texlive-tex-gyre.conf&lt;br /&gt;
&lt;br /&gt;
fonts-config&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
that file contains in my case:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE fontconfig SYSTEM &amp;quot;fonts.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ************************************************ --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Use this to disable the TeX fonts of the package --&amp;gt;&lt;br /&gt;
&amp;lt;!--    texlive-tex-gyre    --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Be aware that the configurations in the files    --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 09-texlive*.conf will not be affected by this    --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ************************************************ --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;fontconfig&amp;gt;&lt;br /&gt;
  &amp;lt;rejectfont&amp;gt;&lt;br /&gt;
    &amp;lt;glob&amp;gt;/usr/share/fonts/texlive-tex-gyre/*&amp;lt;/glob&amp;gt;&lt;br /&gt;
  &amp;lt;/rejectfont&amp;gt;&lt;br /&gt;
&amp;lt;/fontconfig&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gabriel</name></author>
	</entry>
</feed>