* James Buddenhagen <jbuddenh@gmail.com> [Apr 07. 2015 16:38]:
For those unable to easily view Mike Speciner's postscript, here is his pic as a png file:
Alternatively open a file, say foo.ps, in emacs, copy everything from /centershow to showpage into it, then hit ctrl-c twice (same key combo gets you back and forth between rendering and source). This also works for svg, pdf and others. Very useful for tweaking.
Let me know if the link does not work.
On Tue, Apr 7, 2015 at 6:19 AM, Mike Speciner <ms@alum.mit.edu> wrote:
/centershow {gsave dup stringwidth pop -.5 mul 0 rmoveto show grestore} bind def
/Helvetica .5 selectfont
1 setlinejoin 1 setlinecap 0 setlinewidth 8.5 36 mul 11 36 mul translate 25 25 scale 0 0 5 0 360 arc closepath stroke -3 -4 moveto 0 5 lineto -3 4 lineto closepath stroke -3 -4 moveto 0 5 lineto 3 4 lineto closepath stroke -3 -4.5 moveto (A) centershow 0 5.1 moveto (B) centershow -3 4.1 moveto (C') centershow 3.1 4.1 moveto (C) centershow
showpage
[...]