summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/dvipng.1
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipng/dvipng.1')
-rw-r--r--Build/source/texk/dvipng/dvipng.153
1 files changed, 26 insertions, 27 deletions
diff --git a/Build/source/texk/dvipng/dvipng.1 b/Build/source/texk/dvipng/dvipng.1
index 9c87e71010d..bac4c46d888 100644
--- a/Build/source/texk/dvipng/dvipng.1
+++ b/Build/source/texk/dvipng/dvipng.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -25,11 +25,11 @@
..
.\" Set up some character translations and predefined strings. \*(-- will
.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
-.\" double quote, and \*(R" will give a right double quote. | will give a
-.\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
-.\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C'
-.\" expand to `' in nroff, nothing in troff, for use with C<>.
-.tr \(*W-|\(bv\*(Tr
+.\" double quote, and \*(R" will give a right double quote. \*(C+ will
+.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
.ie n \{\
. ds -- \(*W-
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "DVIPNG 1"
-.TH DVIPNG 1 "2008-04-29" "dvipng 1.10" "User commands"
+.TH DVIPNG 1 "2006-11-07" "dvipng 1.9" "User commands"
.SH "NAME"
dvipng \- A DVI\-to\-PNG translator
.SH "SYNOPSIS"
@@ -230,7 +230,7 @@ a web page), and for a text font height of \fIfont_px\fR pixels (in
Mozilla) the correct formula is
.Sp
.Vb 1
-\& <dpi> = <font_px> * 72.27 / 10 [px * TeXpt/in / TeXpt]
+\& <dpi> = <font_px> * 72.27 / 10 [px * TeXpt/in / TeXpt]
.Ve
.Sp
The last division by ten is due to the standard font height 10pt in
@@ -240,21 +240,21 @@ have to rescale that to pixels, using the screen resolution (default
is usually 96 dpi) which means the formula is
.Sp
.Vb 1
-\& <font_px> = <font_pt> * 96 / 72 [pt * px/in / (pt/in)]
+\& <font_px> = <font_pt> * 96 / 72 [pt * px/in / (pt/in)]
.Ve
.Sp
On some high-res screens, the value is instead 120 dpi. Good luck!
.IP "\fB\-\-depth*\fR" 4
.IX Item "--depth*"
Report the depth of the image. This only works reliably when the
-LaTeX style \fIpreview.sty\fR from preview-latex is used with
-the \fBactive\fR option. It reports the number of pixels from the
-bottom of the image to the baseline of the image. This can be used for
-vertical positioning of the image in, e.g., web documents, where one
-would use (Cascading StyleSheets 1)
+LaTeX style \fIpreview.sty\fR from preview-latex is used. It
+reports the number of pixels from the bottom of the image to the
+baseline of the image. This can be used for vertical positioning of the
+image in, e.g., web documents, where one would use (Cascading
+StyleSheets 1)
.Sp
.Vb 1
-\& <IMG SRC="<filename.png>" STYLE="vertical-align: -<depth>px">
+\& <IMG SRC="<filename.png>" STYLE="vertical\-align: \-<depth>px">
.Ve
.Sp
The depth is a negative offset in this case, so the minus sign is
@@ -305,11 +305,10 @@ option.
.IP "\fB\-\-height*\fR" 4
.IX Item "--height*"
Report the height of the image. This only works reliably when the
-LaTeX style \fIpreview.sty\fR from preview-latex is used with
-the \fBactive\fR option. It reports the number of pixels from the top
-of the image to the baseline of the image. The total height of the
-image is obtained as the sum of the values reported from
-\&\fB\-\-height\fR and \fB\-\-depth\fR.
+LaTeX style \fIpreview.sty\fR from preview-latex is used. It
+reports the number of pixels from the top of the image to the
+baseline of the image. The total height of the image is obtained as the
+sum of the values reported from \fB\-\-height\fR and \fB\-\-depth\fR.
.IP "\fB\-l [=]\fR\fInum\fR" 4
.IX Item "-l [=]num"
The last page printed will be the first one numbered \fInum\fR. Default
@@ -479,23 +478,23 @@ your \fBlibgd\fR is new enough. The default compression level is 1,
which selects maximum speed at the price of slightly larger PNGs. For an
older \fBlibgd\fR, the hard-soldered value 5 is used. The include file
\&\fBpng.h\fR says
-``Currently, valid values range from 0 \- 9, corresponding directly to
-the zlib compression levels 0 \- 9 (0 \- no compression, 9 \- \*(L"maximal\*(R"
+\&\*(L"Currently, valid values range from 0 \- 9, corresponding directly to
+the zlib compression levels 0 \- 9 (0 \- no compression, 9 \- \*(R"maximal\*(L"
compression). Note that tests have shown that zlib compression levels
3\-6 usually perform as well as level 9 for \s-1PNG\s0 images, and do
considerably fewer calculations. In the future, these values may not
-correspond directly to the zlib compression levels.''
+correspond directly to the zlib compression levels.\*(R"
.SH "NOTES"
.IX Header "NOTES"
The full manual is accessible in the info format, on most systems by typing
.PP
.Vb 1
-\& info dvipng
+\& info dvipng
.Ve
.SH "COPYRIGHT"
.IX Header "COPYRIGHT"
-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
+This program is released under the \s-1GNU\s0 General Public License, see the
+\&\s-1COPYING\s0 file in the dvipng distribution or
<\fBhttp://www.gnu.org/licenses/gpl.html\fR>.
.PP
-Copyright (c) 2002\-2008 Jan-AAke Larsson
+Copyright (c) 2002\-2006 Jan-AAke Larsson