Skip to content

Instantly share code, notes, and snippets.

@mkf
mkf / tikz2svg
Last active April 24, 2020 16:40 — forked from jbenet/tikz2svg
tikz2svg - convert tikz input into svg
#!/usr/bin/env python2
#
# author: github.com/jbenet
# license: MIT
#
# tikz2svg: convert tikz input into svg
# depends on:
# - pdflatex: comes with your tex dist
# - pdf2svg: brew install pdf2svg