Revision 9090,
1.4 KB
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9089,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | %! |
---|
2 | % Start of banner.pro -- prolog for printer banner maker |
---|
3 | % Copyright (c) 1985,1987 Adobe Systems Incorporated. All Rights Reserved. |
---|
4 | % GOVERNMENT END USERS: See Notice file in TranScript library directory |
---|
5 | % -- probably /usr/lib/ps/Notice |
---|
6 | % (user)(USER)(host)(seqid)(title)(printer)(date)Banner |
---|
7 | % RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/lib/banner.sysv,v 1.1.1.1 1996-10-07 20:25:31 ghudson Exp $ |
---|
8 | /Banner{ |
---|
9 | /date exch def/printer exch def/title exch def/seqid exch def |
---|
10 | /host exch def/User exch def/user exch def |
---|
11 | statusdict/printername known |
---|
12 | {/pn 31 string statusdict/printername get exec def}{/pn(PostScript)def}ifelse |
---|
13 | /l{gsave .5 setgray 12 setlinewidth newpath moveto |
---|
14 | 468 0 rlineto stroke grestore}def |
---|
15 | /x{/w w 30 sub def}def/z{72 w moveto show x}def/s{show( )show}def |
---|
16 | /w 670 def/Helvetica-Bold findfont 14 scalefont setfont |
---|
17 | 72 720 l 72 w moveto user s host s User s x title z |
---|
18 | /Helvetica findfont 14 scalefont setfont |
---|
19 | date z 72 w moveto printer s seqid s pn s |
---|
20 | 72 540 l |
---|
21 | /Times-Roman findfont 10 scalefont setfont |
---|
22 | 72 520 moveto |
---|
23 | (TranScript 4.1 \267 Distributed and supported by Qualix Group \267 Phone: |
---|
24 | 415-572-0200 \267 Email: ) show |
---|
25 | /Times-Italic findfont 10 scalefont setfont |
---|
26 | (transcript@qualix.com) show |
---|
27 | %% /Courier findfont 10 scalefont setfont 72 500 moveto/S{show( )show}def |
---|
28 | %% 4{ |
---|
29 | %% gsave printer S user S host S title S date S grestore |
---|
30 | %% 0 -25 rmoveto |
---|
31 | %% }repeat |
---|
32 | showpage |
---|
33 | } def |
---|
Note: See
TracBrowser
for help on using the repository browser.