summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-20 15:35:01 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-20 15:35:01 +0000
commit415a631440d99d1c3d7f4f236c03bc34a265052b (patch)
tree64a29c012f171b8c81487e83879a7fb6cc8e98cf /Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in
parent42d0780e54824483b089636e0b88fd3546d1f060 (diff)
dvisvgm 1.14.2
git-svn-id: svn://tug.org/texlive/trunk@39435 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in12
1 files changed, 10 insertions, 2 deletions
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 432e83c1463..c16d147a2bc 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in
+++ b/Build/source/texk/dvisvgm/dvisvgm-src/doc/dvisvgm.txt.in
@@ -71,11 +71,19 @@ by plain graphics paths.
OPTIONS
-------
+dvisvgm provides a POSIX-compliant command-line interface with short and long option names.
+They may be given before and/or after the name of the file to be converted. Also, the order of
+specifying the options is not significant, i.e. you can add them in any order without changing
+dvisvgm's behavior. Certain options accept or require additional parameters which are directly
+appended to or separated by whitespace from a short option (e.g. +-v0+ or +-v 0+). Long options
+require an additional equals sign (+=+) between option name and argument but without any surrounding
+whitespace (e.g. +--verbosity=0+).
+
*-a, --trace-all*=['retrace']::
This option forces dvisvgm to vectorize not only the glyphs actually required to render the
SVG file correctly – which is the default –, but processes all glyphs of all fonts referenced in
-the DVI file. Because dvisvgm stores the tracing results a font cache, all following conversions these
-fonts will speed up significantly.
+the DVI file. Because dvisvgm stores the tracing results in a font cache, all following conversions
+of these fonts will speed up significantly.
The boolean option 'retrace' determines how to handle glyphs already stored in the cache.
By default, these glyphs are skipped. Setting argument 'retrace' to 'yes' or 'true' forces dvisvgm
to retrace the corresponding bitmaps again.