% Blurb.jam
% Rick Beach, March 1, 1984 1:28:13 pm PST
(pt) () .cvx .def
(in) (72 .mul) .cvx .def
(origin) {
% x y origin -- translates to (x,y) relative to an 8.5 x 11 inch page
.translate
} .cvx .def
(leading) {
% deltaY leading -- translates between lines of text
.neg 0 .exch .translate 0 0 .setxy
} .cvx .def
(text) {
% string text
0 0 .setxy .show
} .cvx .def
(Logo) {
% size Logo
(Xerox/PressFonts/Logo/MRR) .exch 0 .nsrsetfont
} .cvx .def
(Modern) {
% size Modern
(Xerox/PressFonts/Modern/MRR) .exch 0 .nsrsetfont
} .cvx .def
(ModernBold) {
% size ModernBold
(Xerox/PressFonts/Modern/BRR) .exch 0 .nsrsetfont
} .cvx .def
(ModernItalic) {
% size ModernBold
(Xerox/PressFonts/Modern/MIR) .exch 0 .nsrsetfont
} .cvx .def
(xyTouch) {
.touch 2 .copy .exch .print " " .print =
} .cvx .def
(blurb) {
{12 pt 683.194 origin
24 Logo (XEROX) text
} .cvx .dosave
{180 pt 683.194 origin -36 pt leading 1 1.1 .scale
19.3 ModernBold (Computer Science is expanding at ) text 19.3 Logo (XEROX) .show
} .cvx .dosave
{180 pt 683.194 origin 36 pt leading 14 ModernBold (We are looking for talented people to anticipate) text
16 pt leading ( and shape the future.) text
7 pt leading
14 pt leading 12 pt ModernItalic (Information is the main product for many people in business) text
14 pt leading (and the professions. Computers are the tools at the heart of) text
14 pt leading (office information systems for managing this information.) text
7 pt leading
15 pt leading 14 pt ModernBold (Xerox is expanding research in Computer Science.) text
16 pt leading 12 pt Modern (At PARC, the Xerox Palo Alto Research Center, our staffs enjoy a) text
14 pt leading (small-group environment with intellectual freedom and advanced) text
14 pt leading (tools to pursue ideas — just as we have for the past ten years.) text
14 pt leading (And we are now ready to grow.) text
7 pt leading
15 pt leading 14 pt ModernBold (We are not newcomers to Computer Science.) text
15 pt leading 12 pt Modern (Over the last decade, our research center has created ideas and) text
14 pt leading (systems in many areas of computer science. The PARC tradition) text
14 pt leading (is to build working prototypes of our research ideas.) text
4 pt leading
14 pt leading 12 pt Modern (For example, we invented the Ethernet which now connects) text
14 pt leading (thousands of computers and services all around the world.) text
14 pt leading (We pioneered work in programming languages, computer architecture,) text
14 pt leading (computer graphics, interactive computing, distributed systems) text
14 pt leading (and intelligent interfaces. We have ambitious programs in these and) text
14 pt leading (many other areas of investigation.) text
7 pt leading
15 pt leading 14 pt ModernBold (We now have research and development positions) text
15 pt leading 14 pt ModernBold (open at the Doctorate and Master levels.) text
14 pt leading 12 pt Modern (We are also seeking system programmers to help us develop) text
14 pt leading (new tools and products. If you are interested in meeting us,) text
14 pt leading (you should contact) text
4 pt leading
12 pt leading 10 pt Modern (A. Fergins) text
12 pt leading (Xerox Palo Alto Research Center) text
12 pt leading (3333 Coyote Hill Road) text
12 pt leading (Palo Alto, California, 94304) text
12 pt leading (or telephone (415) 494-4037.) text
4 pt leading
12 pt leading (Xerox is an equal opportunity employer.) text
} .cvx .dosave
{180 pt 162 pt origin 24 Logo (XEROX) text
} .cvx .dosave
{12 pt 32 pt origin 7 pt Modern (Laser printer image) text
8 pt leading (created using hardware) text
8 pt leading (and software developed) text
8 pt leading (at XEROX PARC) text
} .cvx .dosave
} .cvx .def