diff options
Diffstat (limited to 'support/tikztosvg/man/man.adoc')
-rw-r--r-- | support/tikztosvg/man/man.adoc | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/support/tikztosvg/man/man.adoc b/support/tikztosvg/man/man.adoc index 5a8a4bf7f6..5f2e5554cf 100644 --- a/support/tikztosvg/man/man.adoc +++ b/support/tikztosvg/man/man.adoc @@ -1,20 +1,20 @@ -= tikzsvg(1) += tikztosvg(1) :doctype: manpage :man-manual: tikztosvg Manual -:man-source: tikztosvg 0.1.2 +:man-source: tikztosvg 0.2.0 :page-layout: base == NAME -tikzsvg - Render TikZ diagrams to SVG. +tikztosvg - Render TikZ diagrams to SVG. == SYNOPSIS -*tikzsvg* [_OPTION_]... _INPUT_PATH_ +*tikztosvg* [_OPTION_]... _INPUT_PATH_ == DESCRIPTION -The tikzsvg(1) command renders TikZ diagrams to SVG. +The tikztosvg(1) command renders TikZ diagrams to SVG. If _INPUT_PATH_ is set to _-_ the input will be read from stdin. @@ -27,7 +27,11 @@ If _INPUT_PATH_ is set to _-_ the input will be read from stdin. extension. The file is resolved relative to the working directory. *-p, --package*=+_PACKAGE_:: - Include _\usepackage{PACKAGE}_ when rendering the diagram. + Include _\usepackage{PACKAGE}_ when rendering the diagram. The tikz, tikz-cd, +pgfplots, amsmath and amssymb packages are always included by default. + +*-l, --library*=+_LIBRARY:: + Include _\usetikzlibrary{LIBRARY}_ when rendering the diagram. *-q, --quiet*:: Silence application log messages and script warnings. @@ -40,7 +44,7 @@ If _INPUT_PATH_ is set to _-_ the input will be read from stdin. == ENVIRONMENT -*tikztosvg* requires _xetex_ and _pdf2svg_ to be installed. Make sure +*tikztosvg* requires XeTeX and pdf2svg to be installed. Make sure any additional LaTeX packages are installed before using them in a diagram. == EXIT STATUS @@ -56,18 +60,17 @@ any additional LaTeX packages are installed before using them in a diagram. == AUTHORS -*tikztosvg* was written by Pablo Emilio Escobar Gaviria -<pablo-escobar@riseup.net>. +*tikztosvg* was written by Pablo <pablo-escobar@riseup.net>. *pdf2svg* was written by David Barton <davebarton@cityinthesky.co.uk> and Matthew Flaschen <matthew.flaschen@gatech.edu>. == RESOURCES -*Git source repository on GitLab:* https://gitlab.com/pablo-escobar/tikztosvg +*Git source repository on sourcehut:* https://git.sr.ht/~pablo-pie/tikztosvg == COPYING -Copyright \(C) 2020 Pablo Emilio Escobar Gaviria. +Copyright \(C) 2021 Pablo. Free use of this software is granted under the terms of the GPL-3.0 License. |