diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:50 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:50 +0000 |
commit | e4836c62b245d618866b6523ec2c892aeb7a76be (patch) | |
tree | 5b5269fb7affb3b20ba8fe0224705bbde98c1614 /doc/slides | |
parent | 128e9a1532ce7fa38ddc16de06d213530dc5ce15 (diff) | |
download | lout-e4836c62b245d618866b6523ec2c892aeb7a76be.tar.gz |
Lout 3.32.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@33 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/slides')
-rw-r--r-- | doc/slides/README | 14 | ||||
-rw-r--r-- | doc/slides/outfile.ps | 195 |
2 files changed, 110 insertions, 99 deletions
diff --git a/doc/slides/README b/doc/slides/README index fbcb1ee..d552557 100644 --- a/doc/slides/README +++ b/doc/slides/README @@ -6,13 +6,13 @@ a set of overhead transparencies entitled Document Formatting System.' To format the transparencies, type - lout all > outfile.ps + lout -r2 all > outfile.ps -in this directory. This needs to be done -twice to resolve all cross references. -There should be no error messages at all -after the second run. A copy of the final -outfile.ps is included. +in this directory. The -r2 flag causes Lout +to run twice over the document, which is needed +to resolve all cross references. There should +be no error messages at all after the second run. +A copy of the final outfile.ps is included. Jeff Kingston -24 August 2005 +25 October 2006 diff --git a/doc/slides/outfile.ps b/doc/slides/outfile.ps index d501830..3cea49a 100644 --- a/doc/slides/outfile.ps +++ b/doc/slides/outfile.ps @@ -1,6 +1,6 @@ %!PS-Adobe-3.0 -%%Creator: Basser Lout Version 3.31 (August 2005) -%%CreationDate: Wed Aug 24 10:27:34 2005 +%%Creator: Basser Lout Version 3.32 (October 2006) +%%CreationDate: Wed Oct 25 14:30:47 2006 %%DocumentData: Binary %%DocumentNeededResources: (atend) %%DocumentSuppliedResources: (atend) @@ -12,8 +12,17 @@ %%EndComments %%BeginProlog %%BeginResource: procset LoutStartUp -/save_cp { currentpoint /cp_y exch def /cp_x exch def } def -/restore_cp { cp_x cp_y moveto } def +/cp_x 0 def +/cp_y 0 def +/louts 0 def +/loutv 0 def +/loutf 0 def +/ymark 0 def +/xmark 0 def +/ysize 0 def +/xsize 0 def +/save_cp { currentpoint /cp_y exch def /cp_x exch def } bind def +/restore_cp { cp_x cp_y moveto } bind def /outline { gsave 1 1 1 setrgbcolor dup show save_cp grestore true charpath stroke restore_cp } bind def /m { 3 1 roll moveto show } bind def @@ -28,10 +37,10 @@ /co { gsave 3 1 roll rmoveto outline grestore } bind def /ul { gsave setlinewidth dup 3 1 roll moveto lineto stroke grestore } bind def -/in { 1440 mul } def -/cm { 567 mul } def -/pt { 20 mul } def -/em { 120 mul } def +/in { 1440 mul } bind def +/cm { 567 mul } bind def +/pt { 20 mul } bind def +/em { 120 mul } bind def /sp { louts mul } def /vs { loutv mul } def /ft { loutf mul } def @@ -62,28 +71,30 @@ stopped pop } bind def +/PreEPSF_state 0 def +/dict_stack 0 def +/ops_count 0 def /LoutStartEPSF { % prepare for EPSF inclusion + /PreEPSF_state save def + /dict_stack countdictstack def + /ops_count count 1 sub def userdict begin - /PreEPSF_state save def - /dict_stack countdictstack def - /ops_count count 1 sub def - /showpage {} def - 0 setgray 0 setlinecap - 1 setlinewidth 0 setlinejoin - 10 setmiterlimit [] 0 setdash newpath - /languagelevel where - { pop languagelevel - 1 ne - { false setstrokeadjust false setoverprint - } if + /showpage {} def + 0 setgray 0 setlinecap + 1 setlinewidth 0 setlinejoin + 10 setmiterlimit [] 0 setdash newpath + /languagelevel where + { pop languagelevel + 1 ne + { false setstrokeadjust false setoverprint } if + } if } bind def /LoutEPSFCleanUp { % clean up after EPSF inclusion - count ops_count sub { pop } repeat - countdictstack dict_stack sub { end } repeat - PreEPSF_state restore - end % userdict + count ops_count sub { pop } repeat + countdictstack dict_stack sub { end } repeat + PreEPSF_state restore } bind def % Find current texture (may be null) @@ -152,7 +163,7 @@ setcolor } ifelse } ifelse -} def +} bind def % num LoutSetGray - /LoutSetGray @@ -161,7 +172,7 @@ [ /DeviceGray ] LoutCurrentP LoutSetCCSP -} def +} bind def % r g b LoutSetRGBColor - /LoutSetRGBColor @@ -170,7 +181,7 @@ [ /DeviceRGB ] LoutCurrentP LoutSetCCSP -} def +} bind def % h s b LoutSetHSBColor - /LoutSetHSBColor @@ -178,7 +189,7 @@ gsave sethsbcolor currentrgbcolor grestore LoutSetRGBColor -} def +} bind def % c m y k LoutSetRGBColor - /LoutSetCMYKColor @@ -187,7 +198,7 @@ [ /DeviceCMYK ] LoutCurrentP LoutSetCCSP -} def +} bind def % p LoutSetTexture - /LoutSetTexture @@ -195,7 +206,7 @@ LoutCurrentCCS 3 -1 roll LoutSetCCSP -} def +} bind def % <scale > <scalex> <scaley> <rotate> <hshift> <vshift> % <painttype> <bbox> <xstep> <ystep> <paintproc> LoutMakeTexture p @@ -227,13 +238,13 @@ { pop pop null } ifelse -} def +} bind def /LoutTextureSolid { null LoutSetTexture -} def +} bind def %%EndResource %%BeginResource: procset LoutTabPrependGraphic @@ -2507,16 +2518,16 @@ grestore 160 fnt1 1417 -1526(lout)m 10419(1)s gsave 1417 -14005 translate -400 fnt1 9066 12053 0 11779 400 480 100 LoutGraphic +400 fnt1 9066 12053 0 12053 400 480 100 LoutGraphic gsave 1 LoutMargSet grestore -600 fnt2 691 11623(A)m 1250(Pr)s 6(actical)k -3667(Introduction)s 6922(to)s 7566(the)s 3956 10183(Lout)m 616 8743(Document)m +600 fnt2 691 10903(A)m 1250(Pr)s 6(actical)k +3667(Introduction)s 6922(to)s 7566(the)s 3956 9463(Lout)m 616 8023(Document)m 3500(F)s 18(or)k -15(matting)k 6490(System)s 400 fnt2 -2882 6881(Jeffre)m 8(y)k 4180(H.)s 4656(Kingston)s 400 fnt3 -1395 5779(Basser)m 2794(Dept.)s 3834(of)s 4333(Computer)s 6242(Science)s -2251 5299(The)m 3058(Univ)s 10(ersity)k 4951(of)s 5450(Sydne)s 8(y)k +2882 6161(Jeffre)m 8(y)k 4180(H.)s 4656(Kingston)s 400 fnt3 +1395 5059(Basser)m 2794(Dept.)s 3834(of)s 4333(Computer)s 6242(Science)s +2251 4579(The)m 3058(Univ)s 10(ersity)k 4951(of)s 5450(Sydne)s 8(y)k grestore gsave @@ -2570,7 +2581,7 @@ gsave grestore 400 fnt4 2988 11377(A)m 3363(simple)s 4565(input)s 5575(\207le)s -[ /Dest /LOUT26_229_all_1 /DEST pdfmark +[ /Dest /LOUT26_233_all_1 /DEST pdfmark 360 fnt2 800 9646(@SysInclude { doc })m 800 9166(@Doc @T)m 43(e)k 10(xt @Begin)k 800 8686(Hello)m 14(, w)k 3(or)k -5(ld)k 800 8206(@End @T)m 43(e)k 10(xt)k 400 fnt4 0 6381(Ho)m 4(w)k 889(to)s 1313(f)s 10(ormat)k @@ -2619,7 +2630,7 @@ gsave 1 LoutMargSet grestore -[ /Dest /LOUT26_229_all_2 /DEST pdfmark +[ /Dest /LOUT26_233_all_2 /DEST pdfmark 8640 10080 1440 8457 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -2679,7 +2690,7 @@ gsave grestore 400 fnt4 2339 11377(Headings)m 4026(and)s 4762(paragraphs)s -[ /Dest /LOUT26_229_all_3 /DEST pdfmark +[ /Dest /LOUT26_233_all_3 /DEST pdfmark 360 fnt2 800 9646(@SysInclude { doc })m 800 9166(@Doc @T)m 43(e)k 10(xt @Begin)k 800 8686(@Heading { Introduction })m 800 8206(@PP)m 800 7726(The design of the Lout f)m 10(or)k -9(matting)k 800 7246(system w)m 5(as under)k -14(tak)k 7(en with the)k 800 6766(needs of the @I { ordinar)m -10(y user })k @@ -2736,7 +2747,7 @@ gsave 1 LoutMargSet grestore -[ /Dest /LOUT26_229_all_4 /DEST pdfmark +[ /Dest /LOUT26_233_all_4 /DEST pdfmark 8640 10080 1440 8456 400 480 100 0 666 LoutGr2 LoutBox stroke grestore @@ -2800,7 +2811,7 @@ gsave 0 LoutMargSet grestore 400 fnt4 3817 11376(Displays)m -[ /Dest /LOUT26_229_all_5 /DEST pdfmark +[ /Dest /LOUT26_233_all_5 /DEST pdfmark 360 fnt2 800 9652(Y)m 50(ou cer)k -14(tainly don't w)k 5(ant to retur)k -9(n to)k 800 9172(his of\207ce and repor)m -14(t:)k 800 8692(@IndentedDispla)m 10(y @I {)k 800 8212(`I can't \207nd an ef\207cient algor)m -5(ithm, I)k @@ -2854,7 +2865,7 @@ gsave 1 LoutMargSet grestore -[ /Dest /LOUT26_229_all_6 /DEST pdfmark +[ /Dest /LOUT26_233_all_6 /DEST pdfmark 8640 10080 1440 8457 400 480 100 0 668 LoutGr2 LoutBox stroke grestore @@ -2923,7 +2934,7 @@ gsave grestore 400 fnt4 2299 11376(P)m 4(aragraph)k 4229(br)s 7(eaking)k 5847(styles)s -[ /Dest /LOUT26_229_all_7 /DEST pdfmark +[ /Dest /LOUT26_233_all_7 /DEST pdfmark 360 fnt2 800 9652(Y)m 50(ou cer)k -14(tainly don't w)k 5(ant to retur)k -9(n to)k 800 9172(his of\207ce and repor)m -14(t:)k 800 8692(@ID { r)m 3(agged noh)k 10(yphen } @Break @I {)k 800 8212(`I can't \207nd an ef\207cient algor)m -5(ithm, I)k 800 7732(guess I'm just too dumb)m 14(.)k 36(')k @@ -2977,7 +2988,7 @@ gsave 1 LoutMargSet grestore -[ /Dest /LOUT26_229_all_8 /DEST pdfmark +[ /Dest /LOUT26_233_all_8 /DEST pdfmark 8640 10080 1440 8457 400 480 100 0 666 LoutGr2 LoutBox stroke grestore @@ -3045,7 +3056,7 @@ gsave 0 LoutMargSet grestore 400 fnt4 4128 11376(Lists)m -[ /Dest /LOUT26_229_all_9 /DEST pdfmark +[ /Dest /LOUT26_233_all_9 /DEST pdfmark 360 fnt2 800 9722(@Heading { Oper)m 3(ating Instr)k -5(uctions })k 800 9242(@NumberedList)m 800 8762(@ListItem { Press small g)m 3(reen le)k 10(v)k 9(er)k 18(.)k 21( })k 800 8282(@ListItem { )m 14(W)k 14(ait appro)k 10(ximately 10 seconds)k 800 7802(until red light \210ashes)m 5(.)k 21( })k @@ -3098,23 +3109,23 @@ gsave 1 LoutMargSet grestore -[ /Dest /LOUT26_229_all_10 /DEST pdfmark +[ /Dest /LOUT26_233_all_10 /DEST pdfmark 8640 10080 1440 8456 400 480 100 0 668 LoutGr2 LoutBox stroke grestore 400 fnt4 1440 8364(Operating)m 3287(Instructions)s 400 fnt1 1440 7529(1.)m 2240(Press)s 3166(small)s 4123(green)s 5104(le)s 10(v)k 6(er)k 22(.)k -[ /Dest /LOUT22_1527_all_1 /DEST pdfmark +[ /Dest /LOUT22_1579_all_1 /DEST pdfmark 1440 6689(2.)m 2240(W)s 32(ait)k 3077(approximately)s 5468(10)s 5952(seconds)s 2240 6209(until)m 3065(red)s 3672(light)s 4505(\210ashes.)s -[ /Dest /LOUT22_1527_all_2 /DEST pdfmark +[ /Dest /LOUT22_1579_all_2 /DEST pdfmark 1440 5369(3.)m 2240(If)s 2626(smok)s 4(e)k 3757(emer)s 7(ges)k 5164(from)s 6040(rear)s 6760(of)s 2240 4889(unit,)m 3040(call)s 3708(Service)s 4997(Department.)s -[ /Dest /LOUT22_1527_all_3 /DEST pdfmark +[ /Dest /LOUT22_1579_all_3 /DEST pdfmark grestore @@ -3170,7 +3181,7 @@ gsave grestore 400 fnt4 3062 11377(T)m 36(echnical)k 4780(r)s 7(eports)k -[ /Dest /LOUT26_229_all_11 /DEST pdfmark +[ /Dest /LOUT26_233_all_11 /DEST pdfmark 360 fnt2 800 9646(@SysInclude { repor)m -14(t })k 800 9166(@Repor)m -14(t)k 800 8686( @Title { ...)m 21( })k 800 8206( @A)m 10(uthor { ...)k 21( })k 800 7726( @Institution { ...)m 21( })k 800 7246( @DateLine { ...)m 21( })k 800 6766(//)m @@ -3228,7 +3239,7 @@ gsave 1 LoutMargSet grestore 400 fnt4 3840 11376(Sections)m -[ /Dest /LOUT26_229_all_12 /DEST pdfmark +[ /Dest /LOUT26_233_all_12 /DEST pdfmark 360 fnt2 800 9720(@Section)m 800 9240( @T)m 43(ag { dfs })k 800 8760( @Title { Depth-\207rst search })m 800 8280(@Begin)m 800 7800(@PP)m 800 7320(W)m 10(e tur)k -9(n no)k 5(w to our \207rst algor)k -5(ithm)k @@ -3281,7 +3292,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_13 /DEST pdfmark +[ /Dest /LOUT26_233_all_13 /DEST pdfmark 8640 10080 1440 8456 400 480 100 0 668 LoutGr2 LoutBox stroke grestore @@ -3344,7 +3355,7 @@ gsave grestore 400 fnt4 3142 11375(Cr)m 7(oss)k 4199(r)s 7(efer)k 7(ences)k -[ /Dest /LOUT26_229_all_14 /DEST pdfmark +[ /Dest /LOUT26_233_all_14 /DEST pdfmark 360 fnt2 800 9722(F)m 10(or fur)k -14(ther inf)k 10(or)k -9(mation, consult)k 800 9242(Section @NumberOf dfs on page)m 800 8762(@P)m 14(ageOf { dfs }.)k grestore @@ -3390,7 +3401,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_15 /DEST pdfmark +[ /Dest /LOUT26_233_all_15 /DEST pdfmark 8640 10080 1440 8457 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -3451,7 +3462,7 @@ gsave grestore 400 fnt4 3612 11377(Refer)m 7(ences)k -[ /Dest /LOUT26_229_all_16 /DEST pdfmark +[ /Dest /LOUT26_233_all_16 /DEST pdfmark 360 fnt2 800 9723(@Database @Ref)m 10(erence { m)k 5(yrefs })k 800 9243(...)m 800 8763(F)m 10(or the details)k 5(, consult the User')k 18(s)k 800 8283(Guide @Cite { $kingston1995lout.user }.)m @@ -3506,7 +3517,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_17 /DEST pdfmark +[ /Dest /LOUT26_233_all_17 /DEST pdfmark 8640 10080 1440 8457 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -3521,9 +3532,9 @@ grestore 5977(of)s 2240 3961(Computer)m 3938(Science)s 5171(,)s 5349(Uni)s 10(v)k 6(ersity)k 2240 3481(of)m 2693(Sydne)s 6(y)k 3876(,)s 4054(1995)s 4830(.)s -[ /Dest /LOUT22_1527_all_4 /DEST pdfmark +[ /Dest /LOUT22_1579_all_4 /DEST pdfmark 1440 2644(2.)m 2240(\202)s -[ /Dest /LOUT22_1527_all_5 /DEST pdfmark +[ /Dest /LOUT22_1579_all_5 /DEST pdfmark grestore @@ -3579,7 +3590,7 @@ gsave grestore 400 fnt4 2601 11375(Database)m 4269(\207le)s 4872(myr)s 7(efs.ld)k -[ /Dest /LOUT26_229_all_18 /DEST pdfmark +[ /Dest /LOUT26_233_all_18 /DEST pdfmark 360 fnt2 800 9644({ @Ref)m 10(erence)k 800 9164( @T)m 43(ag { kingston1995lout.user })k 800 8684( @T)m 43(ype { Book })k 800 8204( @A)m 10(uthor { Jeffre)k 7(y H.)k 21( Kingston })k 800 7724( @Title { A User')m 18(s Guide to the Lout)k 800 7244(Document F)m 10(or)k -9(matting System \(V)k 28(ersion 3\) })k @@ -3634,32 +3645,32 @@ gsave grestore 400 fnt4 2965 11375(Books)m 4097(\(and)s 4966(theses\))s -[ /Dest /LOUT26_229_all_19 /DEST pdfmark +[ /Dest /LOUT26_233_all_19 /DEST pdfmark 400 fnt1 0 9650(\213)m 800(T)s 14(itle)k 1632(page,)s 2564(pref)s 4(ace,)k 3912(introduction)s -[ /Dest /LOUT22_1527_all_6 /DEST pdfmark +[ /Dest /LOUT22_1579_all_6 /DEST pdfmark 0 8810(\213)m 800(Automatic)s 2574(table)s 3442(of)s 3895(contents)s -[ /Dest /LOUT22_1527_all_7 /DEST pdfmark +[ /Dest /LOUT22_1579_all_7 /DEST pdfmark 0 8053(\213)m 800(Pref)s 4(atory)k 2372(pages)s 3365(numbered)s 5060(in)s 5465(Roman)s 6713(numerals)s -[ /Dest /LOUT22_1527_all_8 /DEST pdfmark +[ /Dest /LOUT22_1579_all_8 /DEST pdfmark 0 7213(\213)m 800(Chapters,)s 2397(sections,)s 3861(subsections,)s 5880(appendices)s -[ /Dest /LOUT22_1527_all_9 /DEST pdfmark +[ /Dest /LOUT22_1579_all_9 /DEST pdfmark 0 6374(\213)m 800(References)s 2656(at)s 3044(end)s 3718(of)s 4171(chapters)s 5585(or)s 6018(book)s -[ /Dest /LOUT22_1527_all_10 /DEST pdfmark +[ /Dest /LOUT22_1579_all_10 /DEST pdfmark 0 5535(\213)m 800(Running)s 2265(page)s 3111(headers)s -[ /Dest /LOUT22_1527_all_11 /DEST pdfmark +[ /Dest /LOUT22_1579_all_11 /DEST pdfmark 0 4695(\213)m 800(Odd-e)s 10(v)k 6(en)k 2453(page)s 3299(formats)s -[ /Dest /LOUT22_1527_all_12 /DEST pdfmark +[ /Dest /LOUT22_1579_all_12 /DEST pdfmark 0 3855(\213)m 800(Sorted)s 1940(inde)s 6(x)k -[ /Dest /LOUT22_1527_all_13 /DEST pdfmark +[ /Dest /LOUT22_1579_all_13 /DEST pdfmark grestore gsave @@ -3714,7 +3725,7 @@ gsave grestore 400 fnt4 2631 11377(Making)m 4057(a)s 4353(sorted)s 5509(index)s -[ /Dest /LOUT26_229_all_20 /DEST pdfmark +[ /Dest /LOUT26_233_all_20 /DEST pdfmark 360 fnt2 800 9646(@PP)m 800 9166(There are se)m 10(v)k 9(er)k 3(al possib)k 7(le w)k 5(a)k 10(ys to implement the)k 800 8686(@I P)m 14(ar)k -14(tition procedure)k 5(,)k 800 8206(par)m -14(tition @Inde)k 10(x { @I P)k 14(ar)k -14(tition \(in {@I Quic)k 7(ksor)k -14(t}\) })k 800 7726(b)m 7(ut the f)k 10(ollo)k 5(wing seems to be the best.)k 21( Star)k -14(ting ...)k @@ -3770,7 +3781,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_21 /DEST pdfmark +[ /Dest /LOUT26_233_all_21 /DEST pdfmark 8640 10080 1440 8462 400 480 100 0 668 LoutGr2 LoutBox stroke grestore @@ -3835,7 +3846,7 @@ gsave grestore 400 fnt4 2785 11376(Equation)m 4455(f)s 10(ormatting)k -[ /Dest /LOUT26_229_all_22 /DEST pdfmark +[ /Dest /LOUT26_233_all_22 /DEST pdfmark 360 fnt2 800 9645(@SysInclude { eq })m 800 9165(...)m 800 8685(Since @Eq { )m 18(T\(n-i\) = )k 18(T\(0\) = 0 } w)k 3(e ha)k 7(v)k 9(e)k 800 8205(@IndentedDispla)m 10(y @Eq {)k 800 7725(T\(n\) = big sum from i=0 to n-1 2 sup i = 2 sup n - 1)m 800 7245(})m 800 6765(f)m 10(or the n)k 3(umber of disk mo)k 5(v)k 9(es made b)k 7(y the )k 18(T)k 43(o)k 5(w)k 3(ers)k 800 6285(of Hanoi algor)m -5(ithm, giv)k 9(en @Eq { n } disks)k 5(.)k @@ -3890,7 +3901,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_23 /DEST pdfmark +[ /Dest /LOUT26_233_all_23 /DEST pdfmark 8640 10080 1440 8457 400 480 100 0 668 LoutGr2 LoutBox stroke grestore @@ -3966,7 +3977,7 @@ gsave grestore 400 fnt4 3035 11375(Another)m 4550(equation)s -[ /Dest /LOUT26_229_all_24 /DEST pdfmark +[ /Dest /LOUT26_233_all_24 /DEST pdfmark 360 fnt2 800 9644(@CenteredDispla)m 10(y @Eq {)k 800 9164(big int supp 1 on 0 )m 21(`)k 800 8684(dx o)m 5(v)k 9(er sqr)k -14(t { 1 - x sup 2 })k 800 8204(= pi o)m 5(v)k 9(er 2)k 800 7724(})m @@ -4020,7 +4031,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_25 /DEST pdfmark +[ /Dest /LOUT26_233_all_25 /DEST pdfmark 8640 10080 1440 8640 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -4106,7 +4117,7 @@ gsave grestore 400 fnt4 3991 11383(T)m 36(ables)k -[ /Dest /LOUT26_229_all_26 /DEST pdfmark +[ /Dest /LOUT26_233_all_26 /DEST pdfmark 360 fnt2 800 9729(@SysInclude { tab })m 800 9249(...)m 800 8769(@T)m 43(ab)k 800 8289( @Fmta { @Col @I A ! @Col B })m 800 7809({)m 800 7329(@Ro)m 5(w)k 5(a)k 800 6849( A { F)m 10(or)k -14(tr)k 3(an })k 800 6369( B { )m 18(The \207rst ...)k 21( language })k @@ -4161,7 +4172,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_27 /DEST pdfmark +[ /Dest /LOUT26_233_all_27 /DEST pdfmark 8640 10080 1440 8640 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -4227,7 +4238,7 @@ gsave grestore 400 fnt4 3357 11375(Another)m 4872(table)s -[ /Dest /LOUT26_229_all_28 /DEST pdfmark +[ /Dest /LOUT26_233_all_28 /DEST pdfmark 360 fnt2 800 10201(@T)m 43(ab)k 800 9721( hmargin { 0.4c })m 800 9241( vmargin { 0.3v })m 800 8761( side { single })m 800 8281( @Fmta { @Col @B @CC X @Ov)m 9(er A,B)k 7(,C })k 800 7801( @Fmtb { @Col @I A ! @Col B !! @Col C })m 800 7321({)m 800 6361(@Ro)m 5(w)k 5(a abo)k 5(v)k 9(e { single })k @@ -4290,7 +4301,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_29 /DEST pdfmark +[ /Dest /LOUT26_233_all_29 /DEST pdfmark 8640 10080 1440 8640 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -4711,7 +4722,7 @@ gsave grestore 400 fnt4 3123 11382(P)m 4(ascal)k 4297(pr)s 7(ograms)k -[ /Dest /LOUT26_229_all_30 /DEST pdfmark +[ /Dest /LOUT26_233_all_30 /DEST pdfmark 360 fnt2 800 9651(@SysInclude { pas })m 800 9171(...)m 800 8691(@ID @P)m 14(as {)k 800 8211(procedure DoPr)m -5(iAbstr)k 3(act\(root:)k 18( Pr)k -5(iEntr)k -10(y\);)k 800 7731(begin)m 800 7251( if root^.leftchild <> nil then begin)m 800 6771( DoPr)m -5(iAbstr)k 3(act\(root^.leftchild\);)k @@ -4773,7 +4784,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_31 /DEST pdfmark +[ /Dest /LOUT26_233_all_31 /DEST pdfmark 8640 10080 1440 8455 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -4861,7 +4872,7 @@ gsave grestore 400 fnt4 3304 11376(Basic)m 4308(graphics)s -[ /Dest /LOUT26_229_all_32 /DEST pdfmark +[ /Dest /LOUT26_233_all_32 /DEST pdfmark 360 fnt2 800 9645(45d @Rotate 1.5 @Scale @Bo)m 10(x {)k 800 9165( Hello)m 14(, w)k 3(or)k -5(ld)k 800 8685(})m grestore @@ -4911,7 +4922,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_33 /DEST pdfmark +[ /Dest /LOUT26_233_all_33 /DEST pdfmark 8640 10080 1440 8640 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -4989,7 +5000,7 @@ gsave grestore 400 fnt4 2908 11375(Adv)m 4(anced)k 4704(graphics)s -[ /Dest /LOUT26_229_all_34 /DEST pdfmark +[ /Dest /LOUT26_233_all_34 /DEST pdfmark 360 fnt2 800 9644(@SysInclude { \207g })m 800 9164(...)m 800 8684(@Fig {)m 800 8204(@Bo)m 10(x)k 800 7724( margin { 0c })m 800 7244( paint { b)m 7(lac)k 7(k })k 800 6764(@Ellipse)m 800 6284( linestyle { noline })m 800 5804( paint { white })m 800 5324({ Hello)m 14(, w)k 3(or)k -5(ld })k @@ -5037,7 +5048,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_35 /DEST pdfmark +[ /Dest /LOUT26_233_all_35 /DEST pdfmark 8640 10080 1440 8231 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -5118,7 +5129,7 @@ gsave grestore 400 fnt4 3302 11376(P)m 8(oint)k 4304(labelling)s -[ /Dest /LOUT26_229_all_36 /DEST pdfmark +[ /Dest /LOUT26_233_all_36 /DEST pdfmark 360 fnt2 800 9645(@Fig {)m 800 9165(A::)m 800 8685({)m 800 8205( 1::)m 18( @Ellipse { 3c @Wide 2c @High })k 800 7725( //3c)m 800 7245( 2::)m 18( @Bo)k 10(x { 3c @Wide 2c @High })k 800 6765(})m 800 6285(@Sho)m 5(wLabels)k 800 5805(})m @@ -5166,7 +5177,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_37 /DEST pdfmark +[ /Dest /LOUT26_233_all_37 /DEST pdfmark 8640 10080 1440 8414 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -5265,7 +5276,7 @@ gsave 1 LoutMargSet grestore 400 fnt4 3895 11375(Graphs)m -[ /Dest /LOUT26_229_all_38 /DEST pdfmark +[ /Dest /LOUT26_233_all_38 /DEST pdfmark 340 fnt2 800 9036(@Gr)m 3(aph)k 800 8556( abo)m 5(v)k 8(ecaption { Ne)k 6(w South )k 13(W)k 13(ales road deaths)k 800 8076(\(per 100 million v)m 8(ehicle km\) })k 800 7596({)m 800 7116( @Data points { plus } pairs { dashed })m 800 6636( { 1963 5.6 1971 4.3 1976 3.7 1979 3.4)m @@ -5313,7 +5324,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_39 /DEST pdfmark +[ /Dest /LOUT26_233_all_39 /DEST pdfmark 8640 10080 1440 8640 400 480 100 0 667 LoutGr2 LoutBox stroke grestore @@ -5393,7 +5404,7 @@ gsave 1 LoutMargSet grestore -[ /Dest /LOUT26_229_all_40 /DEST pdfmark +[ /Dest /LOUT26_233_all_40 /DEST pdfmark 360 fnt2 800 10484(-2p @F)m 10(ont @Gr)k 3(aph)k 800 10004( style { ax)m 10(es })k 800 9524( xor)m -5(igin { 0 } y)k 7(or)k -5(igin { 0 })k 800 9044( xtic)m 7(ks { 10@ 50@ 100@ 200@ 500@ })k 800 8564( objects { @NE at { 300 2 } @I { Exponential })m 800 8084( @SE at { ...)m 21( } @I { Unif)k 10(or)k -9(m } })k @@ -5448,7 +5459,7 @@ gsave 0 LoutMargSet grestore -[ /Dest /LOUT26_229_all_41 /DEST pdfmark +[ /Dest /LOUT26_233_all_41 /DEST pdfmark 8640 10080 1440 8640 400 480 100 0 668 LoutGr2 LoutBox stroke grestore |