summaryrefslogtreecommitdiff
path: root/support/tikztosvg/man/man.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'support/tikztosvg/man/man.adoc')
-rw-r--r--support/tikztosvg/man/man.adoc18
1 files changed, 17 insertions, 1 deletions
diff --git a/support/tikztosvg/man/man.adoc b/support/tikztosvg/man/man.adoc
index ad5d8cca2a..fa4f829267 100644
--- a/support/tikztosvg/man/man.adoc
+++ b/support/tikztosvg/man/man.adoc
@@ -1,7 +1,7 @@
= tikztosvg(1)
:doctype: manpage
:man-manual: tikztosvg Manual
-:man-source: tikztosvg 0.2.1
+:man-source: tikztosvg 0.3.0
:page-layout: base
== NAME
@@ -36,6 +36,16 @@ If _INPUT_PATH_ is set to _-_ the input will be read from stdin.
*-q, --quiet*::
Silence application log messages and script warnings.
+*--lualatex*::
+ Use LuaTeX as the TeX engine. LuaTeX is already the
+ default, so this option doesn't really do much.
+
+*--xelatex*::
+ Use XeTeX as the TeX engine.
+
+*--pdflatex*::
+ Use pdfTeX as the TeX engine.
+
*-h, --help*::
Print a help message.
@@ -70,6 +80,12 @@ Matthew Flaschen <matthew.flaschen@gatech.edu>.
Git source repository on sourcehut:: https://git.sr.ht/~pablo-pie/tikztosvg
Bug tracker:: https://todo.sr.ht/~pablo-pie/tikztosvg
CTAN package:: https://www.ctan.org/pkg/tikztosvg
+TeXLive:: https://tug.org/texlive/
+LuaTeX:: http://luatex.org/
+XeTeX:: http://xetex.sourceforge.net/
+
+**pdfTeX** <https://www.tug.org/applications/pdftex/>
+
== COPYING