From: alfie@dcs.warwick.ac.uk (Nick Holloway) Subject: Re: Linux logo? Date: Thu, 1 Apr 1993 13:25:08 GMT
In <1993Mar27.150600.22277@reks.uia.ac.be> wittesa@reks.uia.ac.be (Willy Wittesaele) writes:
> On tsx-11.mit.edu you can find the linux logo in post-script format
> It is somewhere in the postscript directory.
> However it is labeled with version 0.97 !
If you are talking about the hand-crafted version I did of James Callison's
logo, then apply the following patch when applicable:
--- linux-logo.eps~ 1993/04/01 13:17:54
+++ linux-logo.eps 1993/04/01 13:17:54
@@ -27,7 +27,7 @@
/Times-Roman findfont [1 0 0.21 1 0 0] makefont
dup 120 scalefont setfont 110 180 moveto (L) show
dup 60 scalefont setfont 147 206 moveto (INUX) show
- 18 scalefont setfont 192 182 moveto (RELEASE 0.97) show
+ 18 scalefont setfont 192 182 moveto (RELEASE 1.0) show
showpage
%%EOF
I would have put "0.99.7A" -- but I would have had to move the string
further over.