1TIKZTOSVG(1) TIKZTOSVG(1)
2
3
4
6 tikztosvg - Render TikZ diagrams to SVG.
7
9 tikztosvg [OPTION]... INPUT_PATH
10
12 The tikztosvg(1) command renders TikZ diagrams to SVG.
13
14 If INPUT_PATH is set to - the input will be read from stdin.
15
17 -o, --output=OUTPUT_PATH
18 Write output to file OUTPUT_PATH. If set to - the output will be
19 written to stdout. Defaults to the base name of the input file
20 suffixed with the .svg extension. The file is resolved relative to
21 the working directory.
22
23 -p, --package=+PACKAGE
24 Include \usepackage{PACKAGE} when rendering the diagram. The
25 tikz, tikz-cd, pgfplots, amsmath and amssymb packages are always
26 included by default.
27
28 -l, --library=+_LIBRARY
29 Include \usetikzlibrary{LIBRARY} when rendering the diagram.
30
31 -q, --quiet
32 Silence application log messages and script warnings.
33
34 -h, --help
35 Print a help message.
36
37 -v, --version
38 Prints version information.
39
41 tikztosvg requires XeTeX and pdf2svg to be installed. Make sure any
42 additional LaTeX packages are installed before using them in a diagram.
43
45 0
46 Success.
47
48 1
49 Failure (syntax or usage error; configuration error).
50
51 [n]
52 Failure (document processing failure).
53
55 tikztosvg was written by Pablo <pablo-escobar@riseup.net>.
56
57 pdf2svg was written by David Barton <davebarton@cityinthesky.co.uk> and
58 Matthew Flaschen <matthew.flaschen@gatech.edu>.
59
61 Git source repository on sourcehut:
62 https://git.sr.ht/~pablo-pie/tikztosvg
63
65 Copyright (C) 2021 Pablo. Free use of this software is granted under
66 the terms of the GPL-3.0 License.
67
68
69
70 2021-03-30 TIKZTOSVG(1)