------------------ Added the continuous view mode, including the '-cont' switch and the 'continuousView' config file option. At high zoom levels, don't rasterize the entire page - this avoids problems running out of memory. Added "search backward" and "match case" options to the find dialog. Support explicitly masked images and soft masked images. Add support to DCTStream for 16-bit quant tables. Don't segfault if the user clicks on an outline entry with a broken destination. Changed the makefiles and configure script to skip building pdftoppm (in addition to xpdf) if X, Motif, or FreeType is not found; changed the error message in the configure script to match. Move an inline function in JArithmeticDecoder.cc to avoid compiler errors. Fixed a bug in the rasterizer that was sometimes causing infinite loops with round line caps on vertical lines. Various rasterizer optimizations. Look for intermediate resize events - try to avoid lagging when the user is doing an opaque resize. The FormType key in Form XObjects is optional. Handle external 16-bit TrueType fonts correctly, using the Unicode cmap. Add class declarations to TextOutputDev.h to work with stricter C++ compilers. More...
57 lines
3.1 KiB
Text
57 lines
3.1 KiB
Text
$NetBSD: patch-ai,v 1.2 2005/09/07 15:19:08 adam Exp $
|
|
|
|
--- doc/sample-xpdfrc.orig 2005-08-17 05:34:30.000000000 +0000
|
|
+++ doc/sample-xpdfrc
|
|
@@ -4,7 +4,7 @@
|
|
#
|
|
# The Xpdf tools look for a config file in two places:
|
|
# 1. ~/.xpdfrc
|
|
-# 2. in a system-wide directory, typically /usr/local/etc/xpdfrc
|
|
+# 2. in a system-wide directory, typically @PKG_SYSCONFDIR@/xpdfrc
|
|
#
|
|
# This sample config file demonstrates some of the more common
|
|
# configuration options. Everything here is commented out. You
|
|
@@ -29,20 +29,20 @@
|
|
# installed in a "standard" location, xpdf will find them
|
|
# automatically.)
|
|
|
|
-#displayFontT1 Times-Roman /usr/local/share/ghostscript/fonts/n021003l.pfb
|
|
-#displayFontT1 Times-Italic /usr/local/share/ghostscript/fonts/n021023l.pfb
|
|
-#displayFontT1 Times-Bold /usr/local/share/ghostscript/fonts/n021004l.pfb
|
|
-#displayFontT1 Times-BoldItalic /usr/local/share/ghostscript/fonts/n021024l.pfb
|
|
-#displayFontT1 Helvetica /usr/local/share/ghostscript/fonts/n019003l.pfb
|
|
-#displayFontT1 Helvetica-Oblique /usr/local/share/ghostscript/fonts/n019023l.pfb
|
|
-#displayFontT1 Helvetica-Bold /usr/local/share/ghostscript/fonts/n019004l.pfb
|
|
-#displayFontT1 Helvetica-BoldOblique /usr/local/share/ghostscript/fonts/n019024l.pfb
|
|
-#displayFontT1 Courier /usr/local/share/ghostscript/fonts/n022003l.pfb
|
|
-#displayFontT1 Courier-Oblique /usr/local/share/ghostscript/fonts/n022023l.pfb
|
|
-#displayFontT1 Courier-Bold /usr/local/share/ghostscript/fonts/n022004l.pfb
|
|
-#displayFontT1 Courier-BoldOblique /usr/local/share/ghostscript/fonts/n022024l.pfb
|
|
-#displayFontT1 Symbol /usr/local/share/ghostscript/fonts/s050000l.pfb
|
|
-#displayFontT1 ZapfDingbats /usr/local/share/ghostscript/fonts/d050000l.pfb
|
|
+#displayFontT1 Times-Roman @PREFIX@/share/ghostscript/fonts/n021003l.pfb
|
|
+#displayFontT1 Times-Italic @PREFIX@/share/ghostscript/fonts/n021023l.pfb
|
|
+#displayFontT1 Times-Bold @PREFIX@/share/ghostscript/fonts/n021004l.pfb
|
|
+#displayFontT1 Times-BoldItalic @PREFIX@/share/ghostscript/fonts/n021024l.pfb
|
|
+#displayFontT1 Helvetica @PREFIX@/share/ghostscript/fonts/n019003l.pfb
|
|
+#displayFontT1 Helvetica-Oblique @PREFIX@/share/ghostscript/fonts/n019023l.pfb
|
|
+#displayFontT1 Helvetica-Bold @PREFIX@/share/ghostscript/fonts/n019004l.pfb
|
|
+#displayFontT1 Helvetica-BoldOblique @PREFIX@/share/ghostscript/fonts/n019024l.pfb
|
|
+#displayFontT1 Courier @PREFIX@/share/ghostscript/fonts/n022003l.pfb
|
|
+#displayFontT1 Courier-Oblique @PREFIX@/share/ghostscript/fonts/n022023l.pfb
|
|
+#displayFontT1 Courier-Bold @PREFIX@/share/ghostscript/fonts/n022004l.pfb
|
|
+#displayFontT1 Courier-BoldOblique @PREFIX@/share/ghostscript/fonts/n022024l.pfb
|
|
+#displayFontT1 Symbol @PREFIX@/share/ghostscript/fonts/s050000l.pfb
|
|
+#displayFontT1 ZapfDingbats @PREFIX@/share/ghostscript/fonts/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
|
|
@@ -50,7 +50,7 @@
|
|
# .pfb, and .ttf files in those directories (other files will simply
|
|
# be ignored).
|
|
|
|
-#fontDir /usr/local/fonts/bakoma
|
|
+#fontDir @PREFIX@/share/tex-contrib/BaKoMa
|
|
|
|
#----- PostScript output control
|
|
|