Mercurial > hg > Members > shinya > pyrect
view code/graph/makepng.sh @ 3:a193b4ff3909
prepare graph outputs (but not implement)
author | ryoma <e075725@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 29 Jun 2010 11:44:40 +0900 |
parents | |
children |
line wrap: on
line source
#!/bin/sh neato -Txdot $1.dot | dot2tex -ftikz --tikzedgelabels -tmath --styleonly > $1.tex platex $1.tex platex $1.tex dvips $1.dvi dvipdf $1.dvi rm -f $1.dvi $1.tex $1.dvi $1.aux $1.ps $1.log