This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# author: github.com/jbenet | |
# license: MIT | |
# | |
# tikz2svg: convert tikz input into svg | |
# depends on: | |
# - pdflatex: comes with your tex dist | |
# - pdf2svg: brew install pdf2svg |