summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/dvipng.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/dvipng.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/dvipng.164
1 files changed, 29 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/man/man1/dvipng.1 b/Master/texmf-dist/doc/man/man1/dvipng.1
index e57ca8aa9ce..d81d4fcbbb7 100644
--- a/Master/texmf-dist/doc/man/man1/dvipng.1
+++ b/Master/texmf-dist/doc/man/man1/dvipng.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.20)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -38,6 +38,8 @@
. ds PI \(*p
. ds L" ``
. ds R" ''
+. ds C`
+. ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
-.ie \nF \{\
-. de IX
-. tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
..
-. nr % 0
-. rr F
-.\}
-.el \{\
-. de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+. if \nF \{
+. de IX
+. tm Index:\\$1\t\\n%\t"\\$2"
..
+. if !\nF==2 \{
+. nr % 0
+. nr F 2
+. \}
+. \}
.\}
+.rr rF
.\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts.
@@ -124,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "DVIPNG 1"
-.TH DVIPNG 1 "2013-07-09" "dvipng (TeX Live) 1.14" "User commands"
+.TH DVIPNG 1 "2015-03-03" "dvipng (TeX Live) 1.15" "User commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -153,15 +162,15 @@ as needed in preview-latex, WeBWorK and others.
It does not read the postamble, so it can be started before TeX
finishes. There is a \fB\-\-follow\fR switch that makes dvipng wait at
end-of-file for further output, unless it finds the \s-1POST\s0 marker that
-indicates the end of the \s-1DVI\s0.
+indicates the end of the \s-1DVI.\s0
.IP "\(bu" 4
Interactive query of options. dvipng can read options interactively
through stdin, and all options are usable. It is even possible to change
the input file through this interface.
.IP "\(bu" 4
-Supports \s-1PK\s0, \s-1VF\s0, PostScript Type1, and TrueType fonts, subfonts (i.e.,
+Supports \s-1PK, VF,\s0 PostScript Type1, and TrueType fonts, subfonts (i.e.,
as used in CJK-LaTeX), color specials, and inclusion of PostScript,
-\&\s-1PNG\s0, \s-1JPEG\s0 or \s-1GIF\s0 images.
+\&\s-1PNG, JPEG\s0 or \s-1GIF\s0 images.
.IP "\(bu" 4
and more...
.SH "OPTIONS"
@@ -205,7 +214,7 @@ below).
.IP "\fB\-bg\fR \fIcolor_spec\fR" 4
.IX Item "-bg color_spec"
Choose background color for the images. This option will be ignored if
-there is a background color \especial in the \s-1DVI\s0. The color spec should
+there is a background color \especial in the \s-1DVI.\s0 The color spec should
be in TeX color \especial syntax, e.g., 'rgb 1.0 0.0 0.0'. You can
also specify 'Transparent' or 'transparent' which will give you a
transparent background with the normal background as a fallback color. A
@@ -267,7 +276,7 @@ numbers rather than the physical page number. See the \fB\-o\fR switch.
.IP "\fB\-fg\fR \fIcolor_spec\fR" 4
.IX Item "-fg color_spec"
Choose foreground color for the images. This option will be ignored if
-there is a foreground color \especial in the \s-1DVI\s0. The color spec should
+there is a foreground color \especial in the \s-1DVI.\s0 The color spec should
be in TeX color \especial syntax, e.g., 'rgb 1.0 0.0 0.0'.
.IP "\fB\-\-follow*\fR" 4
.IX Item "--follow*"
@@ -275,7 +284,7 @@ Wait for data at end-of-file. One of the benefits of dvipng is that it
does not read the postamble, so it can be started before TeX
finishes. This switch makes dvipng wait at end-of-file for further
output, unless it finds the \s-1POST\s0 marker that indicates the end of the
-\&\s-1DVI\s0. This is similar to \fBtail \-f\fR but for DVI-to-PNG conversion.
+\&\s-1DVI.\s0 This is similar to \fBtail \-f\fR but for DVI-to-PNG conversion.
.IP "\fB\-\-freetype*\fR" 4
.IX Item "--freetype*"
Enable/disable FreeType font rendering (default on). This option is
@@ -286,9 +295,7 @@ for rendering the fonts. If you have PostScript versions of Computer
Modern installed, there will be no need to generate bitmapped (\s-1PK\s0)
variants on disk of these. Then, you can render images at different (and
unusual) resolutions without cluttering the disk with lots of bitmapped
-fonts. Note that if you have both FreeType and T1lib on your system,
-FreeType will be preferred by dvipng. If you for some reason would want
-to use T1lib rendering, use this option.
+fonts.
.IP "\fB\-\-gamma\fR \fInum\fR" 4
.IX Item "--gamma num"
Control the interpolation of colors in the greyscale anti-aliasing
@@ -421,7 +428,7 @@ output; report no warnings (only errors) to standard error.
.IP "\fB\-Q\fR \fInum\fR" 4
.IX Item "-Q num"
Set the quality to \fInum\fR. That is, choose the number of antialiasing
-levels for bitmapped fonts (\s-1PK\s0) and fonts rendered using T1lib, to be
+levels for bitmapped fonts (\s-1PK\s0), to be
\&\fInum\fR*\fInum\fR+1. The default value is 4 which gives 17 levels of
antialiasing for antialiased fonts from these two. If FreeType is
available, its rendering is unaffected by this option.
@@ -446,24 +453,11 @@ and in addition the \s-1DVI\s0 origin, located 1in from the top and 1in from
the left edge of the paper. This usually gives whitespace above and to
the left in the produced image. The value \fBtight\fR will make dvipng
only include all ink put on the page, producing neat images.
-.IP "\fB\-\-t1lib*\fR" 4
-.IX Item "--t1lib*"
-Enable T1lib font rendering (default on). This option is available if
-the T1lib font library was present at compilation time. If this is the
-case, dvipng will have direct support for PostScript Type1 fonts
-internally, rather than using \fBgsftopk\fR for rendering the fonts. If
-you have PostScript versions of Computer Modern installed, there will be
-no need to generate bitmapped variants on disk of these. Then, you can
-render images at different (and unusual) resolutions without cluttering
-the disk with lots of bitmapped fonts. Note that if you have both
-FreeType and T1lib on your system, FreeType will be preferred by dvipng,
-and if you for some reason rather want to use T1lib, give the option
-\&\fB\-\-freetype0\fR (see above).
.IP "\fB\-\-truecolor*\fR" 4
.IX Item "--truecolor*"
This will make \fBdvipng\fR generate truecolor output. Note that
truecolor output is automatic if you include an external image in your
-\&\s-1DVI\s0, e.g., via a PostScript special (i.e., the \fBgraphics\fR or
+\&\s-1DVI,\s0 e.g., via a PostScript special (i.e., the \fBgraphics\fR or
\&\fBgraphicx\fR package). This switch is overridden by the
\&\fB\-\-palette\fR switch.
.IP "\fB\-v*\fR" 4
@@ -510,4 +504,4 @@ This program is released under the \s-1GNU\s0 Lesser General Public License
version 3, see the \s-1COPYING\s0 file in the dvipng distribution or
<\fBhttp://www.gnu.org/licenses/gpl.html\fR>.
.PP
-Copyright (c) 2002\-2010 Jan-AAke Larsson
+Copyright (c) 2002\-2015 Jan-AAke Larsson