From 55133e0c2bb3ef821339a09c48fbcf3f0d2dde27 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 17 Jun 2010 00:16:42 +0000 Subject: texinfo manual updates git-svn-id: svn://tug.org/texlive/trunk@19010 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/doc/dvipng/dvipng.html | 86 +- Master/texmf/doc/dvipng/dvipng.pdf | Bin 256860 -> 224620 bytes Master/texmf/doc/dvips/dvips.html | 1662 +++++++++++++------------- Master/texmf/doc/dvips/dvips.pdf | Bin 408821 -> 409350 bytes Master/texmf/doc/info/dvipng.info | 144 ++- Master/texmf/doc/info/dvips.info | 385 +++--- Master/texmf/doc/info/fontname.info | 49 +- Master/texmf/doc/info/kpathsea.info | 588 ++++------ Master/texmf/doc/info/web2c.info | 339 +++--- Master/texmf/doc/kpathsea/kpathsea.html | 1951 ++++++++++++++----------------- Master/texmf/doc/kpathsea/kpathsea.pdf | Bin 657266 -> 445618 bytes Master/texmf/doc/web2c/web2c.html | 1553 ++++++++++++------------ Master/texmf/doc/web2c/web2c.pdf | Bin 667676 -> 462629 bytes 13 files changed, 3312 insertions(+), 3445 deletions(-) (limited to 'Master/texmf') diff --git a/Master/texmf/doc/dvipng/dvipng.html b/Master/texmf/doc/dvipng/dvipng.html index b2de8e77039..692fffa865a 100644 --- a/Master/texmf/doc/dvipng/dvipng.html +++ b/Master/texmf/doc/dvipng/dvipng.html @@ -76,7 +76,7 @@ Up: (dir)

This manual documents dvipng, a program to translate a DVI (DeVice Independent) file into PNG (Portable Network Graphics). -

This file documents dvipng version 1.12 +

This file documents dvipng version 1.13

Corrections or perhaps rewrites of sections are very welcome. @@ -449,7 +449,7 @@ Up: Command-line

Here is a handy summary of the options; it is printed out when you run dvipng with no arguments or with the standard ‘--help’ option. -

     This is ./dvipng 1.12 Copyright 2002-2008 Jan-Ake Larsson
+
     This is ./dvipng 1.13 Copyright 2002-2010 Jan-Ake Larsson
      
      Usage: ./dvipng [OPTION]... FILENAME[.dvi]
      Options are chosen to be similar to dvips' options where possible:
@@ -757,14 +757,17 @@ DVI, e.g., via a PostScript special (i.e., the ‘g
      
-v*
Enable verbose operation. This will currently indicate what fonts is used, in addition to the usual output. -
-x num
Set the x magnification ratio to num/1000. Overrides +
--width*
Report the width of the image. See also ‘--height’ and +‘--depth’. + +
-x num
Set the x magnification ratio to num/1000. Overrides the magnification specified in the DVI file. Must be between 10 and 100000. It is recommended that you use standard magstep values (1095, 1200, 1440, 1728, 2074, 2488, 2986, and so on) to help reduce the total number of PK files generated. num may be a real number, not an integer, for increased precision. -
-z num
Set the PNG compression level to num. This option is enabled if +
-z num
Set the PNG compression level to num. This option is enabled if your ‘libgd’ is new enough. The default compression level is 1, which selects maximum speed at the price of slightly larger PNGs. For an older ‘libgd’, the hard-soldered value 5 is used. The include file @@ -828,7 +831,7 @@ use the ‘png16m’ device to pr inclusion. Other relevant switches are ‘--noghostscript’ and ‘--nogssafer’. See Option details. -

The most common problem with including graphics is an incorrect +

The most common problem with including graphics is an incorrect bounding box. Complain to whoever wrote the software that generated the file if the bounding box is indeed incorrect. An adjusted boundingbox can be specified in the ‘\includegraphics’ call, as @@ -900,7 +903,7 @@ Up: Color

6.1 Color specifications

-

+

The color specification supported by dvipng is by-value or by-name. The by-value spec starts with the name of a color model (one of ‘rgb’, ‘hsb’, ‘cmy’, ‘cmyk’, or ‘gray’) followed by the @@ -968,7 +971,7 @@ Up: Top

7 Diagnosing problems

-

+

You've gone through all the trouble of installing dvipng, carefully read all the instructions in this manual, and still can't get something to work. The following sections provide some helpful hints if you find @@ -1062,14 +1065,50 @@ bugs and suggesting improvements as the thing has evolved. These include but is perhaps not limited to (in semi-random order): Thomas Esser (teTeX), Christian Schenk (MIKTeX), Brian R Furry (debian package), Angus Leeming (LyX), Thomas Boutell (libgd), John Jones -(first user report), Uwe Kern (xcolor), Karl Berry (TeX Live), -David Harvey (hinting in Freetype), Neal Harmon, Alan Shutko, Reiner -Stieb, Nick Alcock, Adam Buchbinder, Svend Tollak Munkejord, James -Longstreet, Bernhard Simon, Bob McElrath, Georg Schwarz, Jason Farmer, -Brian V. Smith, Samuel Hathaway, Thomas R. Shemanske, Stephen Gibson, -Christian Ridderström, Ezra Peisach, William H Wheeler, Thomas -Klausner, Harald Koenig, Adrian Bunk, Kevin Smith, Jason Riedy, -Wolfram Krause, Reinhard Kotucha, and Takeshi Abe. +(first user report), Uwe Kern (xcolor), Karl Berry and Peter +Breitenlohner (TeX Live), David Harvey (hinting in Freetype), Neal +Harmon, Alan Shutko, Reiner Stieb, Nick Alcock, Adam Buchbinder, Svend +Tollak Munkejord, James Longstreet, Bernhard Simon, Bob McElrath, +Georg Schwarz, Jason Farmer, Brian V. Smith, Samuel Hathaway, Thomas +R. Shemanske, Stephen Gibson, Christian Ridderström, Ezra Peisach, +William H Wheeler, Thomas Klausner, Harald Koenig, Adrian Bunk, Kevin +Smith, Jason Riedy, Wolfram Krause, Reinhard Kotucha, Takeshi Abe, and +Waldeck Schutzer. + +

Use of the gd library requires inclusion of the following +copyright notice, which applies to the gd library: + +

+Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 by Cold Spring Harbor Laboratory. Funded under Grant P41-RR02188 by the National Institutes of Health. + +

Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 by Boutell.Com, Inc. + +

Portions relating to GD2 format copyright 1999, 2000, 2001, 2002, 2003, 2004 Philip Warner. + +

Portions relating to PNG copyright 1999, 2000, 2001, 2002, 2003, 2004 Greg Roelofs. + +

Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002, 2003, 2004 John Ellson (ellson@graphviz.org). + +

Portions relating to gdft.c copyright 2001, 2002, 2003, 2004 John Ellson (ellson@graphviz.org). + +

Portions relating to JPEG and to color quantization copyright 2000, 2001, 2002, 2003, 2004, Doug Becker and copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Thomas G. Lane. This software is based in part on the work of the Independent JPEG Group. See the file README-JPEG.TXT for more information. + +

Portions relating to GIF compression copyright 1989 by Jef Poskanzer and David Rowley, with modifications for thread safety by Thomas Boutell. + +

Portions relating to GIF decompression copyright 1990, 1991, 1993 by David Koblas, with modifications for thread safety by Thomas Boutell. + +

Portions relating to WBMP copyright 2000, 2001, 2002, 2003, 2004 Maurice Szmurlo and Johan Van den Brande. + +

Portions relating to GIF animations copyright 2004 Jaakko Hyvädtti (jaakko.hyvatti@iki.fi) + +

Permission has been granted to copy, distribute and modify gd in any context without fee, including a commercial application, provided that this notice is present in user-accessible supporting documentation. + +

This does not affect your ownership of the derived work itself, and the intent is to assure proper credit for the authors of gd, not to interfere with your productive use of gd. If you have questions, ask. "Derived works" includes all programs that utilize the library. Credit must be given in user-accessible documentation. + +

This software is provided "AS IS." The copyright holders disclaim all warranties, either express or implied, including but not limited to implied warranties of merchantability and fitness for a particular purpose, with respect to this code and accompanying documentation. + +

Although their code does not appear in the current release, the authors also wish to thank Hutchison Avenue Software Corporation for their prior contributions. +

@@ -1100,7 +1139,7 @@ License along with this program. If not, see
-Copyright © 2002-2008 Jan-Åke Larsson +Copyright © 2002-2010 Jan-Åke Larsson
@@ -1120,13 +1159,13 @@ Up: Top
  • background color (option): Option details
  • base resolution, setting: Option details
  • baseline reporting: Option details
  • -
  • color specifications: Color specifications
  • +
  • color specifications: Color specifications
  • command-line options: Command-line options
  • compilation: Installation
  • -
  • compression: Option details
  • +
  • compression: Option details
  • configuration, of dvipng: Installation
  • dark fonts: Option details
  • -
  • debugging: Diagnosing problems
  • +
  • debugging: Diagnosing problems
  • debugging: Option details
  • depth reporting: Option details
  • exit on erroneous images: Option details
  • @@ -1146,7 +1185,7 @@ Up: Top
  • invoking dvipng: Basic usage
  • last page printed: Option details
  • light fonts: Option details
  • -
  • magnification, overriding DVI: Option details
  • +
  • magnification, overriding DVI: Option details
  • Metafont mode, specifying: Option details
  • mktexpk, avoiding: Option details
  • mode name, specifying: Option details
  • @@ -1164,8 +1203,8 @@ Up: Top
  • physical page number, and ‘-l: Option details
  • physical page number, and ‘-p: Option details
  • PNG image format: Option details
  • -
  • PostScript inclusion problems: Encapsulated PostScript
  • -
  • problems: Diagnosing problems
  • +
  • PostScript inclusion problems: Encapsulated PostScript
  • +
  • problems: Diagnosing problems
  • quality: Option details
  • quiet operation: Option details
  • reverse pagination: Option details
  • @@ -1175,8 +1214,9 @@ Up: Top
  • T1lib font rendering: Option details
  • transparent border fallback color: Option details
  • transparent border width: Option details
  • -
  • trouble: Diagnosing problems
  • +
  • trouble: Diagnosing problems
  • truecolor output: Option details
  • warnings, suppressing: Option details
  • +
  • width reporting: Option details
  • diff --git a/Master/texmf/doc/dvipng/dvipng.pdf b/Master/texmf/doc/dvipng/dvipng.pdf index e92a19ce5be..0db65ef0fa6 100644 Binary files a/Master/texmf/doc/dvipng/dvipng.pdf and b/Master/texmf/doc/dvipng/dvipng.pdf differ diff --git a/Master/texmf/doc/dvips/dvips.html b/Master/texmf/doc/dvips/dvips.html index 22c3022a8ea..d970a1c15d5 100644 --- a/Master/texmf/doc/dvips/dvips.html +++ b/Master/texmf/doc/dvips/dvips.html @@ -7,8 +7,8 @@