r3tex

custom LuaTeX format
git clone git://git.rr3.xyz/r3tex
Log | Files | Refs | README | LICENSE

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