diff options
Diffstat (limited to 'Master/tlpkg/dviout/GRAPHIC/PS/sample2.ps')
-rw-r--r-- | Master/tlpkg/dviout/GRAPHIC/PS/sample2.ps | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/dviout/GRAPHIC/PS/sample2.ps b/Master/tlpkg/dviout/GRAPHIC/PS/sample2.ps new file mode 100644 index 00000000000..de7341d17a9 --- /dev/null +++ b/Master/tlpkg/dviout/GRAPHIC/PS/sample2.ps @@ -0,0 +1,9 @@ +%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 50 8 526 180
+
+(starbrst.ps) run
+gsave
+/Courier-Bold findfont [ 80 0 0 200 0 0 ] makefont setfont
+50 50 moveto (PostScript) starburstshow
+grestore
+showpage
|