glfs/pst/ps/xpdf/xpdf-config.xml
Igor Živković 5fd03d2093 reorganised chapter 50 directories
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1302 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-04 08:58:56 +00:00

39 lines
1.6 KiB
XML

<sect2>
<title>Configuring <application>Xpdf</application></title>
<para>In the <filename>etc</filename> directory you will find a sample
<filename>xpdfrc</filename> that can be either copied to
<filename>~/.xpdfrc</filename> or taken as example to write your own
configuration file.</para>
<sect3><title>Example .xpdfrc</title>
<screen><userinput># Example .xpdfrc
displayFontT1 Times-Roman /usr/share/ghostscript/fonts/n021003l.pfb
displayFontT1 Times-Italic /usr/share/ghostscript/fonts/n021023l.pfb
displayFontT1 Times-Bold /usr/share/ghostscript/fonts/n021004l.pfb
displayFontT1 Times-BoldItalic /usr/share/ghostscript/fonts/n021024l.pfb
displayFontT1 Helvetica /usr/share/ghostscript/fonts/n019003l.pfb
displayFontT1 Helvetica-Oblique /usr/share/ghostscript/fonts/n019023l.pfb
displayFontT1 Helvetica-Bold /usr/share/ghostscript/fonts/n019004l.pfb
displayFontT1 Helvetica-BoldOblique /usr/share/ghostscript/fonts/n019024l.pfb
displayFontT1 Courier /usr/share/ghostscript/fonts/n022003l.pfb
displayFontT1 Courier-Oblique /usr/share/ghostscript/fonts/n022023l.pfb
displayFontT1 Courier-Bold /usr/share/ghostscript/fonts/n022004l.pfb
displayFontT1 Courier-BoldOblique /usr/share/ghostscript/fonts/n022024l.pfb
displayFontT1 Symbol /usr/share/ghostscript/fonts/s050000l.pfb
displayFontT1 ZapfDingbats /usr/share/ghostscript/fonts/d050000l.pfb
fontDir /usr/X11R6/lib/X11/fonts/truetype
psFile "|lpr"
psPaperSize letter
textEOL unix
t1libControl low
freetypeControl low
urlCommand "links -g %s"</userinput></screen>
</sect3>
</sect2>