Hello,

if I run the command 'xpdf' in a terminal (with no argument), I get 86 lines "Error: Unknown config file command '{0:t}' ({1:t}:{2:d})".

(xpdf package version 3.03-2)

My configuration file /etc/xpdf/xpdfrc reads :

-------------------------------------------------------------------------
-------------------------------------------------------------------------

#----- display fonts

# These map the Base-14 fonts to the Type 1 fonts that ship with
# ghostscript (gsfonts package).

displayFontT1 Times-Roman /usr/share/fonts/type1/gsfonts/n021003l.pfb displayFontT1 Times-Italic /usr/share/fonts/type1/gsfonts/n021023l.pfb displayFontT1 Times-Bold /usr/share/fonts/type1/gsfonts/n021004l.pfb displayFontT1 Times-BoldItalic /usr/share/fonts/type1/gsfonts/n021024l.pfb displayFontT1 Helvetica /usr/share/fonts/type1/gsfonts/n019003l.pfb displayFontT1 Helvetica-Oblique /usr/share/fonts/type1/gsfonts/n019023l.pfb displayFontT1 Helvetica-Bold /usr/share/fonts/type1/gsfonts/n019004l.pfb displayFontT1 Helvetica-BoldOblique /usr/share/fonts/type1/gsfonts/n019024l.pfb displayFontT1 Courier /usr/share/fonts/type1/gsfonts/n022003l.pfb displayFontT1 Courier-Oblique /usr/share/fonts/type1/gsfonts/n022023l.pfb displayFontT1 Courier-Bold /usr/share/fonts/type1/gsfonts/n022004l.pfb displayFontT1 Courier-BoldOblique /usr/share/fonts/type1/gsfonts/n022024l.pfb displayFontT1 Symbol /usr/share/fonts/type1/gsfonts/s050000l.pfb displayFontT1 ZapfDingbats /usr/share/fonts/type1/gsfonts/d050000l.pfb

# If you need to display PDF files that refer to non-embedded fonts,
# you should add one or more fontDir options to point to the
# directories containing the font files.  Xpdf will only look at .pfa,
# .pfb, and .ttf files in those directories (other files will simply
# be ignored).

#fontDir                /usr/local/fonts/bakoma

#----- PostScript output control

# Set the default PostScript file or command.

psFile                  "|lpr"

# Set the default PostScript paper size -- this can be letter, legal,
# A4, or A3.  You can also specify a paper size as width and height
# (in points). Xpdf uses the paper size in /etc/papersize by default.

#psPaperSize            letter

#----- text output control

# Choose a text encoding for copy-and-paste output.  The Latin1,
# ASCII7, and UTF-8 encodings are built into Xpdf.

#textEncoding           UTF-8

# Choose the end-of-line convention for multi-line copy-and-paste.
# The available options are unix, mac, and dos.

#textEOL                unix

#----- misc settings

# Enable Type 1 font rasterizing with t1lib. Default "yes".

#enableT1lib            no

# Enable TrueType and Type 1 font rasterizing with FreeType. Default "yes".

#enableFreeType         no

# Enable anti-aliasing of fonts. Default "yes".

#antialias              no

# Set the command used to run a web browser when a URL hyperlink is
# clicked.

urlCommand      "sensible-browser '%s'"

# Unbind arrow keys so we can change fullscreen behavior
unbind down any
unbind right any
unbind up any
unbind left any

# Rebind arrow keys to defaults in the windowed context
bind down window scrollDown(16)
bind right window scrollRight(16)
bind up window scrollUp(16)
bind left window scrollLeft(16)

# Bind arrow keys to next/prev page actions in the fullscreen context
bind down fullScreen nextPage
bind right fullScreen nextPage
bind up fullScreen prevPage
bind left fullScreen prevPage

# Include additional character maps (these are provided by the
# poppler-data package). The /etc/xpdf/includes file is automatically
# kept up to date by the package scripts.  See the file itself for
# more details.
include /etc/xpdf/includes

-------------------------------------------------------------------------
-------------------------------------------------------------------------

And /etc/xpdf/includes reads :

-------------------------------------------------------------------------
-------------------------------------------------------------------------
include /usr/share/xpdf/xpdfrc-arabic
include /usr/share/xpdf/xpdfrc-chinese-simplified
include /usr/share/xpdf/xpdfrc-chinese-traditional
include /usr/share/xpdf/xpdfrc-cyrillic
include /usr/share/xpdf/xpdfrc-greek
include /usr/share/xpdf/xpdfrc-hebrew
include /usr/share/xpdf/xpdfrc-japanese
include /usr/share/xpdf/xpdfrc-korean
include /usr/share/xpdf/xpdfrc-latin2
include /usr/share/xpdf/xpdfrc-thai
include /usr/share/xpdf/xpdfrc-turkish




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to