gree-gorey / tikz2svg

Converts Tkiz (La)TeX documents into SVG images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tikz2svg

Converts Tkiz (La)TeX documents into SVG.

Usage

$ cat tikz.tex
\documentclass{standalone}
\usepackage{tikz}
\begin{document}
  \begin{tikzpicture}
    \node {Hello Tikz!};
  \end{tikzpicture}
\end{document}

$ cat tikz.tex | docker container run --rm -i greegorey/tikz2svg > tikz.svg

About

Converts Tkiz (La)TeX documents into SVG images.


Languages

Language:Dockerfile 69.3%Language:TeX 20.3%Language:Shell 10.4%