summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/doc')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.118
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in25
2 files changed, 22 insertions, 21 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.1 b/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.1
index 9fa5ad15a01..5634ca4713e 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.1
+++ b/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.1
@@ -2,12 +2,12 @@
.\" Title: dvisvgm
.\" Author: Martin Gieseking <martin.gieseking@uos.de>
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 02/08/2018
+.\" Date: 02/20/2018
.\" Manual: dvisvgm Manual
-.\" Source: dvisvgm 2.3.2
+.\" Source: dvisvgm 2.3.3
.\" Language: English
.\"
-.TH "DVISVGM" "1" "02/08/2018" "dvisvgm 2\&.3\&.2" "dvisvgm Manual"
+.TH "DVISVGM" "1" "02/20/2018" "dvisvgm 2\&.3\&.3" "dvisvgm Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -415,10 +415,11 @@ creates yellow filled rectangles with blue frames\&.
.PP
\fB\-l, \-\-list\-specials\fR
.RS 4
-Prints a list of registered special handlers and exits\&. Each handler processes a set of special statements belonging to the same category\&. In most cases, the categories are identified by the prefix of the special statements\&. It\(cqs usually a leading word separated from the rest of the statement by a colon or a blank, e\&.g\&.
+Prints a list of registered special handlers and exits\&. Each handler processes a set of special statements belonging to the same category\&. In most cases, the categories are identified by the prefix of the special statements\&. It\(cqs usually a leading string followed by a colon or a blank, e\&.g\&.
\fIcolor\fR
or
-\fIps\fR\&.
+\fIps\fR\&. The listed handler names, however, don\(cqt need to match these prefixes, e\&.g\&. if there is no common prefix or if functionality is split into separate handlers in order to allow to disable them separately with option
+\fB\-\-no\-specials\fR\&. All special statements not covered by one of the special handlers are silently ignored\&.
.RE
.PP
\fB\-M, \-\-mag\fR=\fIfactor\fR
@@ -482,9 +483,8 @@ and vertically by
.RS 4
Disable processing of special commands embedded in the DVI file\&. If no further parameter is given, all specials are ignored\&. To disable a selected set of specials, an optional comma\-separated list of names can be appended to this option\&. A
\fIname\fR
-is the unique identifier referencing the intended special handler\&. Option
-\fB\-\-list\-specials\fR
-lists all handlers currently available together with their names\&. All unsupported special statements are silently ignored\&.
+is the unique identifier referencing the intended special handler as listed by option
+\fB\-\-list\-specials\fR\&.
.RE
.PP
\fB\-\-no\-styles\fR
@@ -1073,7 +1073,7 @@ must be given\&.
\fIpdf:mapfile\fR
and
\fIpdf:mapline\fR
-allow modifying the font map tree while processing the DVI file\&. They are used by CTeX, for example\&. dvisvgm supports both, the dvips and dvipdfm font map format\&. For further information on the command syntax and semantics, see the documentation of
+allow for modifying the font map tree while processing the DVI file\&. They are used by CTeX, for example\&. dvisvgm supports both, the dvips and dvipdfm font map format\&. For further information on the command syntax and semantics, see the documentation of
\fB\epdfmapfile\fR
in the
pdfTeX user manual (\m[blue]http://www.ctan.org/pkg/pdftex\m[])\&.
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in b/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in
index bb7e4b60412..1392cb9e333 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in
+++ b/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in
@@ -309,8 +309,11 @@ yellow filled rectangles with blue frames.
*-l, --list-specials*::
Prints a list of registered special handlers and exits. Each handler processes a set of special
statements belonging to the same category. In most cases, the categories are identified by the
-prefix of the special statements. It's usually a leading word separated from the rest of the
-statement by a colon or a blank, e.g. 'color' or 'ps'.
+prefix of the special statements. It's usually a leading string followed by a colon or a blank,
+e.g. 'color' or 'ps'. The listed handler names, however, don't need to match these prefixes, e.g.
+if there is no common prefix or if functionality is split into separate handlers in order to allow
+to disable them separately with option *--no-specials*. All special statements not covered by one
+of the special handlers are silently ignored.
*-M, --mag*='factor'::
Sets the magnification factor applied in conjunction with Metafont calls prior tracing the glyphs.
@@ -341,12 +344,10 @@ Scales the page content horizontally by 'sx' and vertically by 'sy'. This option
to *-TS*'sx','sy'.
*-S, --no-specials*[='names']::
-Disable processing of special commands embedded in the DVI file. If no further
-parameter is given, all specials are ignored. To disable a selected set of specials,
-an optional comma-separated list of names can be appended to this option. A 'name' is the unique
-identifier referencing the intended special handler. Option *--list-specials* lists all handlers
-currently available together with their names.
-All unsupported special statements are silently ignored.
+Disable processing of special commands embedded in the DVI file. If no further parameter is given,
+all specials are ignored. To disable a selected set of specials, an optional comma-separated list
+of names can be appended to this option. A 'name' is the unique identifier referencing the intended
+special handler as listed by option *--list-specials*.
*--no-styles*::
By default, dvisvgm creates CSS styles and class attributes to reference fonts. This variant is
@@ -402,9 +403,9 @@ of significant decimal places. This is also the default value if dvisvgm is call
option *--precision*.
*-P, --progress*[='delay']::
-Enables a simple progress indicator shown when time-consuming operations like
-PostScript specials are processed. The indicator doesn't appear before the given
-delay (in seconds) has elapsed. The default delay value is 0.5 seconds.
+Enables a simple progress indicator shown when time-consuming operations like PostScript specials
+are processed. The indicator doesn't appear before the given delay (in seconds) has elapsed.
+The default delay value is 0.5 seconds.
*-r, --rotate*='angle'::
Rotates the page content clockwise by 'angle' degrees around the page center.
@@ -665,7 +666,7 @@ The latter are the PDF pendants to the HTML HyperTeX specials generated by the h
and all folowing pages. In order to actually apply the extents to the generated SVG files,
option *--bbox=papersize* must be given.
+
-'pdf:mapfile' and 'pdf:mapline' allow modifying the font map tree while processing the DVI file.
+'pdf:mapfile' and 'pdf:mapline' allow for modifying the font map tree while processing the DVI file.
They are used by CTeX, for example. dvisvgm supports both, the dvips and dvipdfm font map format. For further
information on the command syntax and semantics, see the documentation of +\pdfmapfile+ in the
http://www.ctan.org/pkg/pdftex[pdfTeX user manual].