Date:2017-05-07 19:31:15 (6 years 6 months ago)
Author:Werner Almesberger
Commit:09d27e5b668df4b122b9da21762924bbb26d3772
Message:genkicat/sym2xps: generate EPS, not PDF (closer to the original Postscript)

Files: genkicat/sym2xps (1 diff)

Change Details

genkicat/sym2xps
8888
8989cd "$tmp"
9090#eeschema --plot=ps "$tmp/tmp.sch"
91eeplot -o "$tmp/tmp.pdf" "$tmp/tmp.pro"
92pdftops "$tmp/tmp.pdf" "$tmp/tmp.ps"
93mv "$tmp/tmp.ps" "$out"
91eeplot -o "$tmp/tmp.eps" "$tmp/tmp.pro"
92mv "$tmp/tmp.eps" "$out"

Archive Download the corresponding diff file

Branches:
master



interactive