diff options
author | Norbert Preining <norbert@preining.info> | 2024-01-12 03:01:12 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-01-12 03:01:12 +0000 |
commit | 1748d1e662c9618cc16f80d5e67669e9e9d6d4be (patch) | |
tree | 7d46019dbae3fa8e0345487ecf524cfc641f1b2a /dviware/dvisvgm/src/options.xml | |
parent | b14090c9f3c7797e26fed9eb2b83ce144dcb16a3 (diff) |
CTAN sync 202401120301
Diffstat (limited to 'dviware/dvisvgm/src/options.xml')
-rw-r--r-- | dviware/dvisvgm/src/options.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dviware/dvisvgm/src/options.xml b/dviware/dvisvgm/src/options.xml index 70fafe4c37..df8f40c6c2 100644 --- a/dviware/dvisvgm/src/options.xml +++ b/dviware/dvisvgm/src/options.xml @@ -3,7 +3,7 @@ ** options.xml ** ** ** ** This file is part of dvisvgm - a fast DVI to SVG converter ** -** Copyright (C) 2005-2023 Martin Gieseking <martin.gieseking@uos.de> ** +** Copyright (C) 2005-2024 Martin Gieseking <martin.gieseking@uos.de> ** ** ** ** This program is free software; you can redistribute it and/or ** ** modify it under the terms of the GNU General Public License as ** @@ -26,7 +26,7 @@ <usage>--eps [options] epsfile</usage> <usage>--pdf [options] pdffile</usage> <description>This program converts DVI files, as created by TeX/LaTeX, as well as\nEPS and PDF files to the XML-based scalable vector graphics format SVG.</description> - <copyright>Copyright (C) 2005-2023 Martin Gieseking <martin.gieseking@uos.de></copyright> + <copyright>Copyright (C) 2005-2024 Martin Gieseking <martin.gieseking@uos.de></copyright> </program> <options> <section title="Input options"> @@ -200,13 +200,17 @@ <option long="list-specials" short="l"> <description>print supported special sets and exit</description> </option> + <option long="message"> + <arg name="text" type="string"/> + <description>print message text after writing an SVG file</description> + </option> <option long="progress"> <arg name="delay" type="double" optional="yes" default="0.5"/> <description>enable progress indicator</description> </option> <option long="verbosity" short="v"> - <arg type="unsigned" name="level" default="7"/> - <description>set verbosity level (0-7)</description> + <arg type="unsigned" name="level" default="15"/> + <description>set verbosity level (0-15)</description> </option> <option long="version" short="V"> <arg type="bool" name="extended" optional="yes" default="false"/> |