diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/tikztosvg/man.adoc')
-rw-r--r-- | Master/texmf-dist/doc/support/tikztosvg/man.adoc | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/support/tikztosvg/man.adoc b/Master/texmf-dist/doc/support/tikztosvg/man.adoc index 5c3bb734fcf..5a8a4bf7f6f 100644 --- a/Master/texmf-dist/doc/support/tikztosvg/man.adoc +++ b/Master/texmf-dist/doc/support/tikztosvg/man.adoc @@ -1,7 +1,7 @@ = tikzsvg(1) :doctype: manpage -:man manual: TikzToSvg Manual -:man source: TikzToSvg 0.1.0 +:man-manual: tikztosvg Manual +:man-source: tikztosvg 0.1.2 :page-layout: base == NAME @@ -16,10 +16,13 @@ tikzsvg - Render TikZ diagrams to SVG. The tikzsvg(1) command renders TikZ diagrams to SVG. +If _INPUT_PATH_ is set to _-_ the input will be read from stdin. + == OPTIONS *-o, --output*=_OUTPUT_PATH_:: Write output to file _OUTPUT_PATH_. + If set to _-_ the output will be written to stdout. Defaults to the base name of the input file suffixed with the _.svg_ extension. The file is resolved relative to the working directory. @@ -37,7 +40,7 @@ The tikzsvg(1) command renders TikZ diagrams to SVG. == ENVIRONMENT -*TikzToSvg* requires _bash_, _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 @@ -48,22 +51,23 @@ any additional LaTeX packages are installed before using them in a diagram. *1*:: Failure (syntax or usage error; configuration error). -*n*:: +*[n]*:: Failure (document processing failure). == AUTHORS -*TikzToSvg* was written by Pablo Emílio Escobar Gavira <pablo-escobar@riseup.net>. +*tikztosvg* was written by Pablo Emilio Escobar Gaviria +<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 GitHub:* https://github.com/GarkGarcia/tikzsvg +*Git source repository on GitLab:* https://gitlab.com/pablo-escobar/tikztosvg == COPYING -Copyright \(C) 2020 Pablo Emílio Escobar Gaviria. +Copyright \(C) 2020 Pablo Emilio Escobar Gaviria. Free use of this software is granted under the terms of the GPL-3.0 License. |