summaryrefslogtreecommitdiff
path: root/web/clip/unix/read_me.ps
diff options
context:
space:
mode:
Diffstat (limited to 'web/clip/unix/read_me.ps')
-rw-r--r--web/clip/unix/read_me.ps1463
1 files changed, 1463 insertions, 0 deletions
diff --git a/web/clip/unix/read_me.ps b/web/clip/unix/read_me.ps
new file mode 100644
index 0000000000..03b9dbc665
--- /dev/null
+++ b/web/clip/unix/read_me.ps
@@ -0,0 +1,1463 @@
+%!PS-Adobe-2.0
+%%DocumentFonts: (atend)
+%%Title: F:\\LPT\\UNIX\\READ_ME.DOC
+%%Creator: Lotus Manuscript
+%%For: Eric W. van Ammers
+%%CreationDate: November 17, 1993
+%%Pages: (atend)
+%%BoundingBox: 0 0 595 841
+%%EndComments
+% PostScript Prologue (initialization) for Manuscript
+% Copyright (c) 1985,1986,1987,1988 Lotus Development Corporation
+% There is no user servicable code in this file.
+
+% set timeouts to infinite
+statusdict begin
+0 setjobtimeout
+/manualfeedtimeout 3600 def
+/waittimeout 0 def
+end
+
+% correct bug correction in rev 41.0
+/idiv{div cvi}bind def
+
+% define User Dictionary
+/msdict 300 dict def msdict begin
+/bd{bind def}bind def
+
+% Define commonly used things
+/delay{usertime 5000 add{dup usertime lt{pop exit}if}loop}bd
+/mfeed{statusdict begin /manualfeed true def end}bd
+/afeed{statusdict begin /manualfeed false def end}bd
+/bfeed{ afeed statusdict begin /setpapertray where
+ {pop setpapertray}{pop} ifelse end}bd
+
+/dpi{0.24 dup scale}bd
+
+% These two are called for each page
+/inpage false def
+/begpage{save dpi /inpage true def}bd
+/endpage{inpage {restore showpage}if }bd
+
+% for possible banner
+/fileinfo {pop pop pop}bd
+/enddocument {end} bd
+
+% these are also used by eqn & gmf
+/ld{load def}bd
+/x/exch ld
+/cu{300 mul 72 div}bd
+/m/moveto ld
+/t/translate ld
+/rm/rmoveto ld
+/cp/currentpoint ld
+/st/stroke ld
+/ln/lineto ld
+/rlt/rlineto ld
+/slw/setlinewidth ld
+
+/ff/findfont ld
+/scf/scalefont ld
+/sf/setfont ld
+/fs{x /pt x def ff pt cu scf sf}bd
+
+% linedraw
+/li{4 2 roll setlinewidth 3 1 roll moveto 0.0 rlineto st}bd
+
+% outline factor
+/olwid 40.0 def
+% stroke width for outline
+/uoslw {pt cu x div slw}bd
+% relative horizontal move
+/xm{x currentpoint pop sub 0.0 rmoveto}bd
+
+% The basic show
+/s/show ld
+% move horizontal and show
+/ms{xm s}bd
+
+% variations
+% outline show - first printer attribute
+/ppss{dup cp 3 -1 roll false charpath st
+x 3 -1 roll stringwidth pop add x moveto}bd
+/pss{olwid uoslw { ( ) dup 0 4 -1 roll put ppss}forall}bd
+/ps{pss}bd
+/mps{xm ps}bd
+
+% graybox show - second printer attribute
+/gb{cp 3 -1 roll pt cu dup 4 div neg 0 x rm dup 0 x rlt x 0 rlt
+neg 0 x rlt closepath currentgray .9 setgray fill setgray m}bd
+/usi{dup stringwidth pop gb}bd
+/us{usi s}bd
+/xum{x cp pop sub dup gb 0 rmoveto}bd
+
+% combinations of PD1 and PD2
+/ups{usi pss}bd
+/mups{xm ups}bd
+/mus{xm us}bd
+
+% define a new encoding vector (code page 850 based)
+/PC 256 array def
+StandardEncoding PC copy pop
+
+/dotaccent/bullet
+/quotesingle/quotedblleft/quotedblright/quotesinglbase
+/quotedblbase/guilsinglleft/guilsinglright/.notdef
+/ellipsis/perthousand/.notdef/.notdef/paragraph/section/dagger/daggerdbl
+/OE/oe/fi/fl/endash/emdash/fraction/Ydieresis
+PC 6 26 getinterval astore pop
+
+/Ccedilla/udieresis/eacute/acircumflex/adieresis/agrave/aring/ccedilla
+/ecircumflex/edieresis/egrave/idieresis/icircumflex/igrave/Adieresis/Aring
+/Eacute/ae/AE/ocircumflex/odieresis/ograve/ucircumflex/ugrave
+/ydieresis/Odieresis/Udieresis/oslash/sterling/Oslash/.notdef/florin
+/aacute/iacute/oacute/uacute/ntilde/Ntilde/ordfeminine/ordmasculine
+/questiondown/.notdef/.notdef/onehalf/onequarter/exclamdown/guillemotleft/guillemotright
+/.notdef/.notdef/.notdef/.notdef/.notdef/Aacute/Acircumflex/Agrave
+/.notdef/.notdef/.notdef/.notdef/.notdef/cent/yen/.notdef
+/.notdef/grave/.notdef/circumflex/tilde/.notdef/atilde/Atilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/currency
+/eth/Eth/Ecircumflex/Edieresis/Egrave/dotlessi/Iacute/Icircumflex
+/Idieresis/.notdef/.notdef/.notdef/.notdef/brokenbar/Igrave/.notdef
+/Oacute/germandbls/Ocircumflex/Ograve/otilde/Otilde/.notdef/thorn
+/Thorn/Uacute/Ucircumflex/Ugrave/yacute/Yacute/.notdef/acute
+/.notdef/.notdef/.notdef/threequarters/paragraph/section/.notdef/cedilla
+/ring/dieresis/periodcentered/onesuperior/threesuperior/twosuperior/.notdef/.notdef
+
+PC 128 128 getinterval astore pop
+
+% duplicate fonts with a new encoding vector
+/recd 5 dict def
+/pcft
+{recd begin
+/ncs PC def /nfn x def
+/bfn x def /bfd bfn findfont def
+/nf bfd maxlength dict def
+bfd{x dup dup /FID ne x /Encoding ne and
+{x nf 3 1 roll put}{pop pop}ifelse
+}forall
+nf/FontName nfn put
+nf/Encoding ncs put
+nfn nf definefont pop
+end}bd
+
+/fs{x /pt x def ff pt cu scf sf}bd
+
+% used by eqn
+/Times-Roman/TR pcft /Times-Bold/TRB pcft
+/Times-Italic/TRI pcft /Times-BoldItalic/TRBI pcft
+/Helvetica/HV pcft /Helvetica-Bold/HVB pcft
+/Helvetica-Oblique/HVO pcft /Helvetica-BoldOblique/HVBO pcft
+/Courier/CR pcft /Courier-Bold/CRB pcft
+/Sym{/Symbol fs}bd
+
+% Bit map image data decompression code
+/xx 0 def /yy 0 def
+/xbytes 0 def
+/lbuf 1200 string def /obuf 600 string def
+/bval <FFFEFCF8F0E0C080000103070F1F3F7F> def
+/blacks 96 string def /whites 96 string def
+0 1 95 {whites x 255 put} for
+
+/dispatch [
+{
+dup 47 le {32 sub 4 bitshift x pop 1}{
+dup 63 le {x pop 48 sub bval x get
+3 copy put x 1 add x 0} {
+dup 79 le {62 sub} {
+80 sub { 3 copy put x 1 add x } repeat 0
+}ifelse }ifelse }ifelse
+}bind
+{
+32 sub add
+3 copy put
+x 1 add x 0
+} bind
+{
+32 sub x pop add 255 0
+}bind
+{
+32 sub x pop
+3 copy getinterval
+whites 0 3 index getinterval
+x copy pop add 255 0
+}bind
+{
+32 sub x pop
+3 copy getinterval
+blacks 0 3 index getinterval
+x copy pop add 0 0
+}bind
+]def
+
+% read a raster line and unpack
+/readx{
+obuf 0 255 0
+currentfile lbuf readline pop
+{x dispatch x get exec} forall
+pop pop pop 0 xbytes getinterval}bd
+
+/mspic{
+/yy x def/xx x def
+/xbytes xx 8 idiv def
+xx yy 1 [xx 0 0 0 yy sub 0 yy]{readx}image}bd
+
+
+
+/Helvetica/fA pcft/FA{/fA fs}bd
+/Helvetica-Oblique/fAI pcft/FAI{/fAI fs}bd
+/Helvetica-Bold/fAB pcft/FAB{/fAB fs}bd
+/Helvetica-BoldOblique/fAIB pcft/FAIB{/fAIB fs}bd
+/Times-Roman/fB pcft/FB{/fB fs}bd
+/Times-Italic/fBI pcft/FBI{/fBI fs}bd
+/Times-Bold/fBB pcft/FBB{/fBB fs}bd
+/Times-BoldItalic/fBIB pcft/FBIB{/fBIB fs}bd
+/Courier/fQ pcft/FQ{/fQ fs}bd
+/Courier-Oblique/fQI pcft/FQI{/fQI fs}bd
+/Courier-Bold/fQB pcft/FQB{/fQB fs}bd
+/Courier-BoldOblique/fQIB pcft/FQIB{/fQIB fs}bd
+(F:\\LPT\\UNIX\\READ_ME.DOC)(Eric W. van Ammers)(November 17, 1993)fileinfo
+%%EndProlog
+%%Page: 0 1
+begpage
+18 FAB
+800 2938 m
+(READ_ME for CLIP/UNIX)s
+12 FAB
+295 2588 m
+(1 Directory CLIP/UNIX)s
+12 FB
+295 2517 m
+(The)s
+385(directory)ms
+578(contains)ms
+757(the)ms
+831(files)ms
+389 2457 m
+(a.)s
+484(read_me.ps,)ms
+738(read_me.txt)ms
+988(\(this)ms
+1090(file\).)ms
+389 2397 m
+(b.)s
+484(clip.pas,)ms
+663(clip,)ms
+763(CLIP_MSG)ms
+1017(\(CLiP)ms
+1152(system\).)ms
+389 2337 m
+(c.)s
+484(cl.csh,)ms
+624(clp.csh,)ms
+790(clp_env.csh,)ms
+1052(\(user)ms
+1165(support\).)ms
+389 2277 m
+(d.)s
+484(ex01_a.ps,)ms
+710(ex01_a.asc,)ms
+956(ex01_a.ini,)ms
+1191(ex01_a.pas,)ms
+484 2217 m
+(ex01_b.ps,)s
+713(ex01_b.asc,)ms
+961(ex01_b.ini,)ms
+1199(ex01_b.pas)ms
+1438(\(example\).)ms
+389 2157 m
+(e.)s
+484(ada.ini,)ms
+648(c.ini,)ms
+764(fortran.ini,)ms
+994(lisp.ini,)ms
+1160(modula.ini,)ms
+1404(pascal.ini)ms
+1611(\(template)ms
+1816(INI-files)ms
+2004(for)ms
+2079(some)ms
+484 2097 m
+(languages\).)s
+389 2037 m
+(f.)s
+484(manual.ps,)ms
+713(manual.txt)ms
+938(\(manual\).)ms
+295 1977 m
+(About)s
+432(file)ms
+511(extensions:)ms
+389 1917 m
+(PS-files)s
+561(are)ms
+636(postscript)ms
+844(files)ms
+945(and)ms
+1031(represent)ms
+1228(the)ms
+1303(type-set)ms
+1476(versions)ms
+1656(of)ms
+1712(the)ms
+1787(corresponding)ms
+2087(ASC)ms
+389 1857 m
+(or)s
+443(TXT-files.)ms
+389 1797 m
+(ASC-files)s
+600(are)ms
+673(derived)ms
+835(by)ms
+896(ASCII-export)ms
+1183(from)ms
+1292(the)ms
+1365(original)ms
+1532(word-processor)ms
+1855(files)ms
+1953(\(in)ms
+2020(our)ms
+2098(case)ms
+389 1737 m
+(Lotus)s
+515(Manuscript\).)ms
+389 1677 m
+(TXT-files)s
+601(are)ms
+674(ASCII)ms
+816(versions)ms
+995(of)ms
+1049(the)ms
+1122(corresponding)ms
+1420(PS-files.)ms
+1603(They)ms
+1718(are)ms
+1791(slightly)ms
+1953(modified)ms
+2146(to)ms
+389 1617 m
+(improve)s
+574(the)ms
+655(lay-out.)ms
+828(TXT-files)ms
+1048(are)ms
+1128(a)ms
+1169(service)ms
+1330(for)ms
+1408(people)ms
+1561(who)ms
+1666(have)ms
+1780(no)ms
+1849(easy)ms
+1957(access)ms
+2104(to)ms
+2162(a)ms
+389 1557 m
+(postscript)s
+595(printer.)ms
+12 FAB
+295 1428 m
+(2 Installing CLiP)s
+12 FB
+389 1357 m
+(a.)s
+484(Use)ms
+584(FTP)ms
+692(to)ms
+753(copy)ms
+872(the)ms
+955(CLiP)ms
+1083(system)ms
+1244(to)ms
+1305(your)ms
+1418(local)ms
+1537(site.)ms
+1641(Note)ms
+1761(that)ms
+1858(clip)ms
+1955(is)ms
+2010(our)ms
+2099(own)ms
+484 1297 m
+(executable)s
+711(version)ms
+870(of)ms
+924(clip.pas,)ms
+1104(and)ms
+1188(it)ms
+1229(should)ms
+1374(be)ms
+1434(FTP-ed)ms
+1597(in)ms
+1648(binary)ms
+1788(mode.)ms
+389 1237 m
+(b.)s
+484(Create)ms
+641(a)ms
+690(directory)ms
+897(for)ms
+982(the)ms
+1069(CLiP-system.)ms
+1370(This)ms
+1485(directory)ms
+1692(will)ms
+1797(be)ms
+1870(referred)ms
+2055(as)ms
+2123(the)ms
+484 1177 m
+(CLIP_DIR.)s
+728(Let)ms
+808(us)ms
+865(assume)ms
+1024(this)ms
+1109(directory)ms
+1302(is)ms
+909 1117 m
+(~/clip)s
+389 1057 m
+(c.)s
+484(Copy)ms
+605(clip.pas)ms
+772(to)ms
+824(your)ms
+928(CLIP_DIR)ms
+1160(and)ms
+1245(compile.)ms
+1431(Since)ms
+1555(it)ms
+1595(is)ms
+1641(written)ms
+1795(in)ms
+1847(ISO-Pascal)ms
+2085(there)ms
+484 997 m
+(should)s
+633(be)ms
+696(no)ms
+762(problem.)ms
+957(We)ms
+1043(use)ms
+1125(the)ms
+1202(Sun)ms
+1296(Pascal)ms
+1439(2.0)ms
+1518(compiler)ms
+1711(under)ms
+1841(operating)ms
+2046(system)ms
+484 937 m
+(SunOS)s
+641(4.2)ms
+719(running)ms
+890(on)ms
+955(Sun4c)ms
+1095(\(Sun1,)ms
+1243(Sun1+,)ms
+1401(Sun2\))ms
+1536(hardware.)ms
+1750(If)ms
+1798(you)ms
+1889(have)ms
+1998(problems)ms
+484 877 m
+(you)s
+572(may)ms
+670(want)ms
+780(to)ms
+831(try)ms
+899(the)ms
+973(binary)ms
+1113(version)ms
+1273(of)ms
+1327(clip.pas,)ms
+1506(clip,)ms
+1606(instead.)ms
+389 817 m
+(d.)s
+484(Copy)ms
+605(the)ms
+678(files)ms
+777(CLIP_MSG,)ms
+1044(cl.csh,)ms
+1184(clp.csh)ms
+1336(and)ms
+1421(clp_env.csh)ms
+1671(to)ms
+1722(your)ms
+1826(CLIP_DIR.)ms
+2071(Make)ms
+484 757 m
+(sure)s
+580(the)ms
+653(file)ms
+733(name)ms
+853(CLIP_MSG)ms
+1108(is)ms
+1153(in)ms
+1205(uppercase.)ms
+389 697 m
+(e.)s
+484(Make)ms
+611(the)ms
+684(script)ms
+808(files)ms
+906(executable)ms
+1133(through)ms
+1301(the)ms
+1374(command)ms
+578 637 m
+(%)s
+632(chmod)ms
+793(+x)ms
+871(*.csh)ms
+12 FAB
+295 508 m
+(3 A quick installation test)s
+12 FB
+295 437 m
+(To)s
+363(test)ms
+445(if)ms
+488(your)ms
+592(CLiP)ms
+710(system)ms
+861(has)ms
+940(been)ms
+1047(properly)ms
+1229(installed,)ms
+1424(perform)ms
+1597(the)ms
+1671(following)ms
+1878(steps:)ms
+389 377 m
+(a.)s
+484(Choose)ms
+647(a)ms
+681(test)ms
+763(directory.)ms
+969(Let)ms
+1048(us)ms
+1105(assume)ms
+1265(~/test.)ms
+389 317 m
+(b.)s
+484(Copy)ms
+621(the)ms
+712(files)ms
+827(ex01_a.asc,)ms
+1089(ex01_b.asc,)ms
+1354(ex01_a.ini,)ms
+1606(ex01_b.ini,)ms
+1860(ex01_a.pas)ms
+2112(and)ms
+8 FB
+295 145 m
+(READ_ME)s
+460(for)ms
+507(CLIP/UNIX)ms
+681(\(READ_ME.DOC/2.119/November 17, 1993\))ms
+12 FB
+2100 145 m
+(1)s
+50 2 2130 157 li
+50 2 2045 157 li
+endpage
+%%Page: 1 2
+begpage
+12 FB
+484 3139 m
+(ex01_b.pas)s
+723(to)ms
+774(your)ms
+878(test)ms
+960(directory.)ms
+389 3079 m
+(c.)s
+484(Type)ms
+599(the)ms
+673(command)ms
+578 3019 m
+(%)s
+632(cl)ms
+680(ex01_a.ini)ms
+484 2959 m
+(to)s
+532(produce)ms
+703(the)ms
+774(file)ms
+851(palindrome.pas.)ms
+1180(Note)ms
+1287(that)ms
+1372(ex01_a.ini)ms
+1591(locates)ms
+1740(the)ms
+1811(source)ms
+1951(files)ms
+2047(as)ms
+2098(well)ms
+484 2899 m
+(as)s
+538(the)ms
+611(target)ms
+738(modules)ms
+920(in)ms
+971(the)ms
+1045(current)ms
+1199(directory.)ms
+389 2839 m
+(d.)s
+484(Compare)ms
+680(the)ms
+753(file)ms
+833(palindrome.pas)ms
+1152(with)ms
+1253(ex01_a.pas)ms
+1489(by)ms
+1552(means)ms
+1692(of)ms
+1746(the)ms
+1820(command)ms
+578 2779 m
+(%)s
+632(diff)ms
+716(palindrome.pas)ms
+1036(ex01_a.pas)ms
+484 2719 m
+(There)s
+613(should)ms
+758(be)ms
+818(no)ms
+881(differences.)ms
+389 2659 m
+(e.)s
+484(Now)ms
+594(type)ms
+693(the)ms
+766(command)ms
+578 2599 m
+(%)s
+632(cl)ms
+680(ex01_b.ini)ms
+484 2539 m
+(to)s
+535(produce)ms
+708(a)ms
+743(new)ms
+839(file)ms
+918(palindrome.pas.)ms
+389 2479 m
+(f.)s
+484(Compare)ms
+679(the)ms
+753(new)ms
+849(palindrome.pas)ms
+1168(with)ms
+1270(ex01_b.pas)ms
+1509(by)ms
+1571(means)ms
+1711(of)ms
+1765(the)ms
+1839(command)ms
+578 2419 m
+(%)s
+632(diff)ms
+716(palindrome.pas)ms
+1036(ex01_b.pas)ms
+484 2359 m
+(Again)s
+618(there)ms
+731(should)ms
+877(be)ms
+936(no)ms
+999(differences.)ms
+12 FAB
+295 2231 m
+(4 What you should know)s
+12 FB
+295 2159 m
+(clip)s
+383(performs)ms
+577(the)ms
+652(actual)ms
+785(module)ms
+948(extraction)ms
+1162(on)ms
+1225(the)ms
+1300(basis)ms
+1413(of)ms
+1468(a)ms
+1504(special)ms
+1657(file,)ms
+1749(CLIP.INI,)ms
+1966(which)ms
+2101(tells)ms
+295 2099 m
+(it)s
+335(literally)ms
+503(everything)ms
+729(it)ms
+769(has)ms
+848(to)ms
+899(know)ms
+1023(in)ms
+1074(order)ms
+1192(to)ms
+1243(perform)ms
+1416(a)ms
+1451(run.)ms
+1542(Thus)ms
+1655(CLIP.INI)ms
+1857(specifies)ms
+2044(to)ms
+2096(clip:)ms
+389 2039 m
+(-)s
+484(the)ms
+558(files)ms
+656(it)ms
+697(has)ms
+776(to)ms
+827(read)ms
+926(\(i.e.)ms
+1016(the)ms
+1090(source)ms
+1233(files\),)ms
+389 1979 m
+(-)s
+484(the)ms
+558(modules)ms
+740(it)ms
+780(should)ms
+926(extract)ms
+1074(\(i.e.)ms
+1165(target)ms
+1291(modules\),)ms
+389 1919 m
+(-)s
+484(the)ms
+558(report)ms
+690(file,)ms
+389 1859 m
+(-)s
+484(the)ms
+561(syntax)ms
+708(of)ms
+765(the)ms
+842(CLiP-lines)ms
+1075(\(i.e.)ms
+1168(the)ms
+1245(lines)ms
+1355(which)ms
+1493(trigger)ms
+1643(the)ms
+1720(module)ms
+1885(extraction)ms
+2101(pro-)ms
+484 1799 m
+(cess\).)s
+295 1739 m
+(CLIP.INI)s
+495(is)ms
+538(a)ms
+571(straight)ms
+731(forward)ms
+899(ASCII-file.)ms
+1135(It)ms
+1176(has)ms
+1253(a)ms
+1285(simple)ms
+1429(structure)ms
+1614(which)ms
+1746(is)ms
+1789(explained)ms
+1994(in)ms
+2043(section)ms
+295 1679 m
+(6)s
+331(of)ms
+383(the)ms
+455(manual.)ms
+626(In)ms
+679(extreme)ms
+851(situations)ms
+1054(you)ms
+1140(may)ms
+1237(want)ms
+1345(to)ms
+1395(edit)ms
+1481(a)ms
+1514(CLIP.INI)ms
+1715(manually)ms
+1912(but)ms
+1987(in)ms
+2037(general)ms
+295 1619 m
+(it)s
+334(will)ms
+423(be)ms
+481(more)ms
+595(convenient)ms
+826(to)ms
+876(use)ms
+954(the)ms
+1027(procedures)ms
+1257(cl.csh,)ms
+1396(clp.csh)ms
+1548(and)ms
+1631(clp_env.csh.)ms
+1893(These)ms
+2023(routines)ms
+295 1559 m
+(construct)s
+492(a)ms
+528(CLIP.INI)ms
+732(for)ms
+804(you)ms
+893(and)ms
+979(run)ms
+1059(clip)ms
+1148(immediately)ms
+1412(afterwards.)ms
+1649(They)ms
+1765(are)ms
+1840(adequate)ms
+2032(most)ms
+2143(of)ms
+295 1499 m
+(the)s
+368(time.)ms
+389 1439 m
+(Whenever)s
+605(you)ms
+690(decide)ms
+832(to)ms
+881(create)ms
+1011(an)ms
+1069(INI-file)ms
+1233(to)ms
+1282(accommodate)ms
+1571(your)ms
+1673(special)ms
+1823(wishes,)ms
+1982(make)ms
+2101(sure)ms
+295 1379 m
+(you)s
+380(start)ms
+477(from)ms
+585(an)ms
+643(INI-file)ms
+806(you)ms
+892(already)ms
+1049(know)ms
+1171(to)ms
+1221(be)ms
+1279(correct.)ms
+1441(Also)ms
+1546(if)ms
+1587(you)ms
+1672(want)ms
+1780(to)ms
+1830(change)ms
+1982(the)ms
+2054(syntax)ms
+295 1319 m
+(CLiP)s
+413(recognizes,)ms
+651(please)ms
+789(study)ms
+910(section)ms
+1064(2)ms
+1101(of)ms
+1156(the)ms
+1229(manual.)ms
+389 1259 m
+(A)s
+437(more)ms
+552(extensive)ms
+754(description)ms
+988(of)ms
+1043(the)ms
+1116(CLiP)ms
+1234(system)ms
+1386(can)ms
+1468(be)ms
+1527(found)ms
+1656(in)ms
+1708([1].)ms
+12 FAB
+295 1131 m
+(5 Using CLiP ...)s
+12 FB
+295 1059 m
+(The)s
+385(batch)ms
+505(procedures)ms
+737(below)ms
+871(are)ms
+945(designed)ms
+1135(to)ms
+1186(make)ms
+1307(your)ms
+1410(working)ms
+1589(directories)ms
+1813(independent)ms
+2069(of)ms
+2123(the)ms
+295 999 m
+(CLIP_DIR.)s
+542(Remark)ms
+716(that)ms
+807(the)ms
+884(original)ms
+1055(batch)ms
+1180(files)ms
+1281(assume)ms
+1444(that)ms
+1535(your)ms
+1643(CLIP_DIR)ms
+1878(is)ms
+1927(the)ms
+2004(directory)ms
+295 939 m
+(user/clip.)s
+10 FAB
+295 842 m
+(5.1 ... via clp.csh and clp_env.csh)s
+12 FB
+295 777 m
+(These)s
+425(procedures)ms
+656(if)ms
+698(one)ms
+781(wants)ms
+909(to)ms
+960(extract)ms
+1107(all)ms
+1169(modules)ms
+1349(from)ms
+1458(up)ms
+1519(to)ms
+1570(8)ms
+1606(source)ms
+1748(files)ms
+1845(which)ms
+1979(are)ms
+2051(passed)ms
+295 717 m
+(as)s
+349(parameters.)ms
+594(First)ms
+699(use)ms
+778(clp_env.csh)ms
+1029(to)ms
+1081(define)ms
+1219(explicitly)ms
+1421(the)ms
+1495(source)ms
+1638(file)ms
+1718(directory)ms
+1911(and)ms
+1997(the)ms
+2071(target)ms
+295 657 m
+(module)s
+457(directory,)ms
+663(for)ms
+733(example)ms
+389 597 m
+(%)s
+443(clp_env.csh)ms
+705(/user/test)ms
+911(/user/test)ms
+295 537 m
+(defines)s
+452(the)ms
+527(subdirectory)ms
+790(test)ms
+873(from)ms
+984(the)ms
+1058(directory)ms
+1252(user)ms
+1349(as)ms
+1404(directory)ms
+1598(for)ms
+1670(the)ms
+1745(source)ms
+1889(files)ms
+1988(as)ms
+2043(well)ms
+2143(as)ms
+295 477 m
+(for)s
+365(the)ms
+439(target)ms
+565(modules.)ms
+760(With)ms
+872(this)ms
+957(setting)ms
+1103(the)ms
+1176(command)ms
+389 417 m
+(%)s
+443(clp.csh)ms
+608(file1.asc)ms
+801(file2.asc)ms
+994(file3.asc)ms
+295 357 m
+(will)s
+387(process)ms
+552(the)ms
+627(files)ms
+728(/user/test/file1.asc)ms
+1105(etc.)ms
+1191(and)ms
+1277(extract)ms
+1428(all)ms
+1493(modules)ms
+1677(it)ms
+1719(encounters)ms
+1950(towards)ms
+2123(the)ms
+295 297 m
+(directory)s
+488(/user/test.)ms
+8 FB
+295 145 m
+(READ_ME)s
+460(for)ms
+507(CLIP/UNIX)ms
+681(\(READ_ME.DOC/2.119/November 17, 1993\))ms
+12 FB
+2100 145 m
+(2)s
+50 2 2130 157 li
+50 2 2045 157 li
+endpage
+%%Page: 2 3
+begpage
+12 FB
+389 3139 m
+(All)s
+464(setting)ms
+608(are)ms
+681(assumed)ms
+864(by)ms
+926(the)ms
+998(batch)ms
+1118(procedure.)ms
+1342(Originally)ms
+1558(it)ms
+1598(is)ms
+1642(tailored)ms
+1806(to)ms
+1857(Pascal)ms
+1996(programs)ms
+295 3079 m
+(of)s
+347(the)ms
+418(sort)ms
+503(displayed)ms
+705(in)ms
+755(the)ms
+826(example)ms
+1006(ex01)ms
+1114(\(i.e.)ms
+1202(the)ms
+1273(files)ms
+1370(ex01_?.*\))ms
+1579(on)ms
+1639(the)ms
+1710(directory)ms
+1901(clip.)ms
+1999(To)ms
+2065(adjust)ms
+295 3019 m
+(clp.csh)s
+447(to)ms
+498(another)ms
+660(syntax)ms
+803(one)ms
+888(should)ms
+1033(be)ms
+1093(familiar)ms
+1263(with)ms
+1364(section)ms
+1518(2)ms
+1555(of)ms
+1609(the)ms
+1683(manual.)ms
+1855(Only)ms
+1967(modify)ms
+2123(the)ms
+295 2959 m
+(following)s
+501(lines)ms
+608(clp.csh)ms
+761(for)ms
+832(this)ms
+917(purpose:)ms
+389 2899 m
+(line)s
+476(15:)ms
+552(Replace)ms
+726(\(*)ms
+868(with)ms
+969(the)ms
+1043(COMM-START)ms
+1388(of)ms
+1443(your)ms
+1547(choice.)ms
+389 2839 m
+(line)s
+476(16:)ms
+552(Replace)ms
+726(*\))ms
+868(with)ms
+969(the)ms
+1043(COMM-END)ms
+1333(of)ms
+1387(your)ms
+1491(choice.)ms
+389 2779 m
+(line)s
+476(17:)ms
+552(Replace)ms
+726(*)ms
+863(with)ms
+965(the)ms
+1038(CLIP-CHAR)ms
+1315(of)ms
+1369(your)ms
+1473(choice.)ms
+389 2719 m
+(line)s
+476(18:)ms
+552(Replace)ms
+726(ENDOF)ms
+955(with)ms
+1057(the)ms
+1130(END-STRING)ms
+1443(of)ms
+1497(your)ms
+1601(choice.)ms
+389 2659 m
+(line)s
+476(19:)ms
+552(Replace)ms
+726(#)ms
+863(with)ms
+965(the)ms
+1038(OPTION-MARKER)ms
+1465(of)ms
+1519(your)ms
+1623(choice.)ms
+389 2599 m
+(line)s
+476(22:)ms
+552(Replace)ms
+726(clip.rpt)ms
+894(with)ms
+995(the)ms
+1069(report)ms
+1201(file)ms
+1280(name)ms
+1401(of)ms
+1455(your)ms
+1559(choice.)ms
+295 2539 m
+(Note)s
+412(that)ms
+508(the)ms
+590(characters)ms
+813("a"-"z",)ms
+989("A"-"Z",)ms
+1187("0"-"9")ms
+1356(and)ms
+1449(".")ms
+1523(do)ms
+1594(not)ms
+1678(qualify)ms
+1841(as)ms
+1903(characters)ms
+2126(for)ms
+295 2479 m
+(COMM-START,)s
+649(COMM-END,)ms
+948(CLIP-CHAR)ms
+1221(or)ms
+1272(OPTION-MARKER)ms
+1695(while)ms
+1815(the)ms
+1885(END-STRING)ms
+295 2419 m
+(should)s
+440(be)ms
+500(chosen)ms
+651(from)ms
+761(letters)ms
+896(only.)ms
+10 FAB
+295 2322 m
+(5.2 ... via cl.csh)s
+12 FB
+295 2257 m
+(cl.csh)s
+426(is)ms
+477(the)ms
+554(fastest)ms
+699(way)ms
+799(to)ms
+855(run)ms
+938(clip)ms
+1030(and)ms
+1119(will)ms
+1213(probably)ms
+1408(be)ms
+1472(invoked)ms
+1649(most)ms
+1763(often.)ms
+1895(It)ms
+1943(can)ms
+2029(be)ms
+2093(used)ms
+295 2197 m
+(whenever)s
+503(an)ms
+563(INI-file)ms
+730(already)ms
+891(is)ms
+938(available.)ms
+1145(It)ms
+1189(copies)ms
+1330(the)ms
+1405(information)ms
+1655(of)ms
+1710(the)ms
+1785(specified)ms
+1979(INI-file)ms
+2146(to)ms
+295 2137 m
+(CLIP.INI)s
+497(and)ms
+582(runs)ms
+681(the)ms
+754(clip)ms
+842(program.)ms
+389 2077 m
+(The)s
+477(INI-file)ms
+641(to)ms
+691(be)ms
+750(used)ms
+852(is)ms
+897(passed)ms
+1041(as)ms
+1094(an)ms
+1153(optional)ms
+1328(parameter.)ms
+1551(If)ms
+1596(no)ms
+1657(INI-file)ms
+1821(is)ms
+1865(specified,)ms
+2069(cl.csh)ms
+295 2017 m
+(simply)s
+443(assumes)ms
+622(CLIP.INI.)ms
+838(For)ms
+920(example)ms
+484 1957 m
+(%)s
+538(cl)ms
+586(ex01_a.ini)ms
+295 1897 m
+(will)s
+385(copy)ms
+495(the)ms
+568(file)ms
+647(ex01_a.ini)ms
+869(to)ms
+921(CLIP.INI)ms
+1124(and)ms
+1208(run)ms
+1287(clip.)ms
+1387(However)ms
+1583(the)ms
+1657(command)ms
+484 1837 m
+(%)s
+538(cl)ms
+295 1777 m
+(immediately)s
+557(runs)ms
+656(clip)ms
+743(with)ms
+845(the)ms
+918(assumption)ms
+1158(that)ms
+1246(a)ms
+1281(CLIP.INI)ms
+1483(already)ms
+1643(exists.)ms
+12 FAB
+295 1648 m
+(6 Specimen INI-files)s
+12 FB
+295 1577 m
+(The)s
+389(files)ms
+492(ada.ini,)ms
+657(c.ini,)ms
+774(fortran.ini,)ms
+1004(lisp.ini,)ms
+1171(modula.ini)ms
+1404(and)ms
+1493(pascal.ini)ms
+1700(suggest)ms
+1867(a)ms
+1906(suitable)ms
+2079(CLiP)ms
+295 1517 m
+(syntax)s
+440(for)ms
+512(a)ms
+549(start.)ms
+662(To)ms
+732(customize)ms
+950(clp.csh)ms
+1105(for)ms
+1177(such)ms
+1284(a)ms
+1320(syntax,)ms
+1478(refer)ms
+1587(to)ms
+1640(the)ms
+1716(previous)ms
+1903(section)ms
+2059(and)ms
+2146(to)ms
+295 1457 m
+(section)s
+449(6)ms
+486(of)ms
+540(the)ms
+614(manual.)ms
+12 FAB
+295 1328 m
+(7 References)s
+12 FB
+295 1257 m
+(Ammers)s
+480(E.W.)ms
+596(van,)ms
+693(M.R.)ms
+809(Kramer)ms
+975(\(1993\),)ms
+1134(The)ms
+1225(CLiP)ms
+1343(Style)ms
+1459(of)ms
+1514(Literate)ms
+1683(Programming)ms
+1971(\(submitted)ms
+389 1197 m
+(for)s
+467(publication\).)ms
+742(Anonymously)ms
+1046(ftp-able)ms
+1222(as)ms
+1284(CLIP_STYLE.PS,)ms
+1674(CLIP_STYLE_A.PS)ms
+2112(and)ms
+389 1137 m
+(CLIP_STYLE_B.PS)s
+816(from)ms
+926(directory)ms
+1119(CLIP)ms
+1240(on)ms
+1302(sun01.info.wau.nl.)ms
+8 FB
+295 145 m
+(READ_ME)s
+460(for)ms
+507(CLIP/UNIX)ms
+681(\(READ_ME.DOC/2.119/November 17, 1993\))ms
+12 FB
+2100 145 m
+(3)s
+50 2 2130 157 li
+50 2 2045 157 li
+endpage
+%%Page: Contents-0 4
+begpage
+12 FAB
+1028 3136 m
+(Table of Contents)s
+12 FB
+295 3039 m
+(1 Directory CLIP/UNIX )s
+821(..............................................................................................)ms
+2019 3039 m
+(1)s
+295 2939 m
+(2 Installing CLiP )s
+683(.........................................................................................................)ms
+2019 2939 m
+(1)s
+295 2839 m
+(3 A quick installation test )s
+858(...........................................................................................)ms
+2019 2839 m
+(1)s
+295 2739 m
+(4 What you should know )s
+846(............................................................................................)ms
+2019 2739 m
+(2)s
+295 2639 m
+(5 Using CLiP ... )s
+658(...........................................................................................................)ms
+2019 2639 m
+(2)s
+365 2589 m
+(5.1 ... via clp.csh and clp_env.csh )s
+1082(.........................................................................)ms
+2019 2589 m
+(2)s
+365 2539 m
+(5.2 ... via cl.csh )s
+720(......................................................................................................)ms
+2019 2539 m
+(3)s
+295 2439 m
+(6 Specimen INI-files )s
+746(....................................................................................................)ms
+2019 2439 m
+(3)s
+295 2339 m
+(7 References )s
+583(.................................................................................................................)ms
+2019 2339 m
+(3)s
+8 FB
+295 135 m
+(READ_ME for CLIP/UNIX \(READ_ME.DOC/2.119/November 17, 1993\))s
+12 FB
+2111 135 m
+(i)s
+50 2 2130 147 li
+50 2 2056 147 li
+endpage
+%%Trailer
+enddocument
+%%Pages: 4
+%%DocumentFonts:
+%%+ Helvetica-Bold
+%%+ Times-Roman
+%%EOF
+ \ No newline at end of file