From: ian Date: Wed, 25 Aug 2004 01:28:37 +0000 (+0000) Subject: how to view .print-*.ps X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=8241dcf1d64ccf096d1c9bb8515a064436084bb5;p=trains.git how to view .print-*.ps --- diff --git a/pcb/Makefile b/pcb/Makefile index 6d8203a..218c33e 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -42,6 +42,9 @@ long2splita4=pstops -pa3 -d '0(0,-1cm)+0(-9cm,-10cm)' <$< $o %.print-assembly.ps: %.pcb.output_assembly.ps pstops -pa3 '0@1.5(-12cm,-29cm)' <$< $o +# these outputs from pstops are really A4 and can be viewed nicely with +# for f in *.print-*.ps; do gv -scale -1 -media A4 $f; done + %.net: %.net-info sed -e '/^\#/d' <$< $o diff --git a/pic.make b/pic.make index 6d8203a..218c33e 100644 --- a/pic.make +++ b/pic.make @@ -42,6 +42,9 @@ long2splita4=pstops -pa3 -d '0(0,-1cm)+0(-9cm,-10cm)' <$< $o %.print-assembly.ps: %.pcb.output_assembly.ps pstops -pa3 '0@1.5(-12cm,-29cm)' <$< $o +# these outputs from pstops are really A4 and can be viewed nicely with +# for f in *.print-*.ps; do gv -scale -1 -media A4 $f; done + %.net: %.net-info sed -e '/^\#/d' <$< $o diff --git a/spice/Makefile b/spice/Makefile index 6d8203a..218c33e 100644 --- a/spice/Makefile +++ b/spice/Makefile @@ -42,6 +42,9 @@ long2splita4=pstops -pa3 -d '0(0,-1cm)+0(-9cm,-10cm)' <$< $o %.print-assembly.ps: %.pcb.output_assembly.ps pstops -pa3 '0@1.5(-12cm,-29cm)' <$< $o +# these outputs from pstops are really A4 and can be viewed nicely with +# for f in *.print-*.ps; do gv -scale -1 -media A4 $f; done + %.net: %.net-info sed -e '/^\#/d' <$< $o