epstopdf (114B)
1 #!/bin/sh 2 3 [ $# -eq 1 ] || { echo "usage: $0 FILE.eps" 1>&2; exit 1; } 4 5 gs -q -sDEVICE=pdfwrite -dEPSCrop -o - $1
r3texcustom LuaTeX format | |
git clone git://git.rr3.xyz/r3tex | git clone gits://git.rr3.xyz/r3tex | |
| Log | Files | Refs | README | LICENSE |