1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680
|
@SysInclude { eq }
@SysInclude { tab }
@SysInclude { fig }
@SysInclude { pas }
@SysInclude { graph }
@SysInclude { cprint }
@SysInclude { slides }
@SysDatabase @Reference { loutrefs }
@OverheadTransparencies
@Title { A Practical Introduction to the
Lout
Document Formatting System
}
@RunningTitle { lout }
@Author { Jeffrey H. Kingston }
@Institution {
Basser Dept. of Computer Science
The University of Sydney
}
@InitialLanguage { English }
//
@Overhead
@Title { A simple input file }
@Begin
@ID @Code {
"@SysInclude { doc }"
"@Doc @Text @Begin"
"Hello, world"
"@End @Text"
}
@LP
@LP
@Heading { How to format it }
@ID @Code {
"lout filename > out.ps"
"ghostview out.ps"
"mpr out.ps"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
Hello, world
}
@End @Overhead
@Overhead
@Title { Headings and paragraphs }
@Begin
@ID @Code {
"@SysInclude { doc }"
"@Doc @Text @Begin"
"@Heading { Introduction }"
"@PP"
"The design of the Lout formatting"
"system was undertaken with the"
"needs of the @I { ordinary user }"
"very much in mind."
"@End @Text"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@Heading { Introduction }
@PP
The design of the Lout formatting
system was undertaken with the
needs of the @I { ordinary user }
very much in mind.
}
@End @Overhead
@Overhead
@Title { Displays }
@Begin
@ID @Code {
"You certainly don't want to return to"
"his office and report:"
"@IndentedDisplay @I {"
"`I can't find an efficient algorithm, I"
"guess I'm just too dumb.'"
"}"
"To avoid serious damage to your"
"position in the company, it would"
"be better if ..."
}
@End @Overhead
@Overhead @Begin
@ShowPage {
You certainly don't want to return to
his office and report:
@IndentedDisplay @I {
`I can't find an efficient algorithm, I
guess I'm just too dumb.'
}
To avoid serious damage to your
position in the company, it would
be better if ...
}
@End @Overhead
@Overhead
@Title { Paragraph breaking styles }
@Begin
@ID @Code {
"You certainly don't want to return to"
"his office and report:"
"@ID { ragged nohyphen } @Break @I {"
"`I can't find an efficient algorithm, I"
"guess I'm just too dumb.'"
"}"
"To avoid serious damage to your"
"position in the company, it would"
"be better if ..."
}
@End @Overhead
@Overhead @Begin
@ShowPage {
You certainly don't want to return to
his office and report:
@ID { ragged nohyphen } @Break @I {
`I can't find an efficient algorithm, I
guess I'm just too dumb.'
}
To avoid serious damage to your
position in the company, it would
be better if ...
}
@End @Overhead
@Overhead
@Title { Lists }
@Begin
@ID @Code {
"@Heading { Operating Instructions }"
"@NumberedList"
"@ListItem { Press small green lever. }"
"@ListItem { Wait approximately 10 seconds"
"until red light flashes. }"
"@ListItem { If smoke emerges from rear of unit,"
"call Service Department. }"
"@EndList"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@Heading { Operating Instructions }
@NumberedList
@ListItem { Press small green lever. }
@ListItem { Wait approximately 10 seconds
until red light flashes. }
@ListItem { If smoke emerges from rear of unit,
call Service Department. }
@EndList
}
@End @Overhead
@Overhead
@Title { Technical reports }
@Begin
@ID @Code {
"@SysInclude { report }"
"@Report"
" @Title { ... }"
" @Author { ... }"
" @Institution { ... }"
" @DateLine { ... }"
"//"
"@Abstract { ... }"
"@Section { ... }"
"@Section { ... }"
"@Section { ... }"
"@Appendix { ... }"
"@Appendix { ... }"
}
@End @Overhead
@Overhead
@Title { Sections }
@Begin
@ID @Code {
"@Section"
" @Tag { dfs }"
" @Title { Depth-first search }"
"@Begin"
"@PP"
"We turn now to our first algorithm"
"on general graphs ..."
"@End @Section"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@Heading { 10.6. Depth-first search }
@PP
We turn now to our first algorithm
on general graphs ...
}
@End @Overhead
@Overhead
@Title { Cross references }
@Begin
@ID @Code {
"For further information, consult"
"Section @NumberOf dfs on page"
"@PageOf { dfs }."
}
@End @Overhead
@Overhead @Begin
@ShowPage {
For further information, consult
Section 10.6 on page 245.
}
@End @Overhead
@Overhead
@Title { References }
@Begin
@ID @Code {
"@Database @Reference { myrefs }"
"..."
"For the details, consult the User's"
"Guide @Cite { $kingston1995lout.user }."
}
@End @Overhead
@Overhead @Begin
@ShowPage {
For the details, consult the User's
Guide [1].
@LP
...
@LP
@Heading { References }
@NumberedList
@LI @RefPrint kingston1995lout.user
@LI ...
@EndList
}
@End @Overhead
@Overhead
@Title { Database file myrefs.ld }
@Begin
@ID @Code {
"{ @Reference"
" @Tag { kingston1995lout.user }"
" @Type { Book }"
" @Author { Jeffrey H. Kingston }"
" @Title { A User's Guide to the Lout"
"Document Formatting System (Version 3) }"
" @Institution { Basser Department of"
"Computer Science }"
" @Address { University of Sydney"
"2006, Australia }"
" @Year { 1994 }"
"}"
}
@End @Overhead
@Overhead
@Title { Books (and theses) }
@Begin
@BulletList
@LI { Title page, preface, introduction }
@LI { Automatic table of contents }
@LI { Prefatory pages numbered in Roman numerals }
@LI { Chapters, sections, subsections, appendices }
@LI { References at end of chapters or book }
@LI { Running page headers }
@LI { Odd-even page formats }
@LI { Sorted index }
@EndList
@End @Overhead
@Overhead
@Title { Making a sorted index }
@Begin
@ID @Code {
"@PP"
"There are several possible ways to implement the"
"@I Partition procedure,"
"partition @Index { @I Partition (in {@I Quicksort}) }"
"but the following seems to be the best. Starting ..."
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@Heading { Index }
@LD lines @Break {
...
partial order, 227
@I Partition (in {@I Quicksort}), 189
postorder traversal
of binary tree, 19
topological ordering, 229
...
}
}
@End @Overhead
@Overhead
@Title { Equation formatting }
@Begin
@ID @Code {
"@SysInclude { eq }"
"..."
"Since @Eq { T(n-i) = T(0) = 0 } we have"
"@IndentedDisplay @Eq {"
"T(n) = big sum from i=0 to n-1 2 sup i = 2 sup n - 1"
"}"
"for the number of disk moves made by the Towers"
"of Hanoi algorithm, given @Eq { n } disks."
}
@End @Overhead
@Overhead @Begin
@ShowPage {
Since @Eq { T(n-i) = T(0) = 0 } we have
@IndentedDisplay @Eq {
T(n) = big sum from i=0 to n-1 2 sup i = 2 sup n - 1
}
for the number of disk moves made by the Towers of Hanoi
algorithm, given @Eq { n } disks.
}
@End @Overhead
@Overhead
@Title { Another equation }
@Begin
@ID @Code {
"@CenteredDisplay @Eq {"
"big int supp 1 on 0 `"
"dx over sqrt { 1 - x sup 2 }"
"= pi over 2"
"}"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@CenteredDisplay @Eq {
big int supp 1 on 0 `
dx over sqrt { 1 - x sup 2 }
= pi over 2
}
}
@End @Overhead
@Overhead
@Title { Tables }
@Begin
@ID @Code {
"@SysInclude { tab }"
"..."
"@Tab"
" @Fmta { @Col @I A ! @Col B }"
"{"
"@Rowa"
" A { Fortran }"
" B { The first ... language }"
"@Rowa"
" A { Algol-60 }"
" B { Said to be ... successors }"
"@Rowa"
" A { Pascal }"
" B { The famous ... successors }"
"}"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@Tab
vmargin { 0.4v }
@Fmta { @Col @I A ! @Col B }
{
@Rowa
A { Fortran }
B { The first high-level
programming language }
@Rowa
A { Algol-60 }
B { Said to be a better
language than most of its successors }
@Rowa
A { Pascal }
B { The most famous of
Algol-60's successors }
}
}
@End @Overhead
@Overhead
@Title { Another table }
@Begin
@RID @Code {
"@Tab"
" hmargin { 0.4c }"
" vmargin { 0.3v }"
" side { single }"
" @Fmta { @Col @B @CC X @Over A,B,C }"
" @Fmtb { @Col @I A ! @Col B !! @Col C }"
"{"
""
"@Rowa above { single }"
" X { Value of mathematical ... dollars) }"
""
"@Rowb above { double }"
" A { Quadratic formula }"
" B { @Eq { x ^= { ... } over 2a } }"
" C { 3^.5 }"
""
"@Rowb below { single }"
" A { Binomial theorem }"
" B { @Eq { ( a + b ) sup n ^= ... b sup n-k } }"
" C { 12^ }"
"}"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
0.6 @Scale @Tab
hmargin { 0.4c }
vmargin { 0.3v }
side { single }
@Fmta { @Col @B @CC X @Over A,B,C }
@Fmtb { @Col @I A ! @Col B !! @Col C }
{
@Rowa
above { single }
X { Value of mathematical formulae (millions of dollars) }
@Rowb
above { double }
A { Quadratic formula }
B { @Eq { x ^= { minus b +- sqrt { b sup 2 - 4ac } } over 2a } }
C { 3^.5 }
@Rowb
below { single }
A { Binomial theorem }
B { @Eq { ( a + b ) sup n ^= big sum from k=0 to infty
matrix atleft { ( } atright { ) } { n above k } a sup k b sup n-k
} }
C { 12^ }
}
}
@End @Overhead
@Overhead
@Title { Pascal programs }
@Begin
@ID @Code {
"@SysInclude { pas }"
"..."
"@ID @Pas {"
"procedure DoPriAbstract(root: PriEntry);"
"begin"
" if root^.leftchild <> nil then begin"
" DoPriAbstract(root^.leftchild);"
" write(', ');"
" end;"
" PriKeyAbstract(root^.key);"
" write(':');"
" PriValueAbstract(root^.value);"
" if root^.rightchild <> nil then begin"
" write(', ');"
" DoPriAbstract(root^.rightchild);"
" end;"
"end;"
"}"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@Pas {
procedure DoPriAbstract(root: PriEntry);
begin
if root^.leftchild <> nil then begin
DoPriAbstract(root^.leftchild);
write(', ');
end;
PriKeyAbstract(root^.key);
write(':');
PriValueAbstract(root^.value);
if root^.rightchild <> nil then begin
write(', ');
DoPriAbstract(root^.rightchild);
end;
end;
} |0io
}
@End @Overhead
@Overhead
@Title { Basic graphics }
@Begin
@ID @Code {
"45d @Rotate 1.5 @Scale @Box {"
" Hello, world"
"}"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@ID @Code {
45d @Rotate 1.5 @Scale @Box {
Hello, world
}
}
}
@End @Overhead
@Overhead
@Title { Advanced graphics }
@Begin
@ID @Code {
"@SysInclude { fig }"
"..."
"@Fig {"
"@Box"
" margin { 0c }"
" paint { black }"
"@Ellipse"
" linestyle { noline }"
" paint { white }"
"{ Hello, world }"
"}"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@Fig {
@Box
margin { 0c }
paint { black }
@Ellipse
linestyle { noline }
paint { white }
{ Hello, world }
}
}
@End @Overhead
@Overhead
@Title { Point labelling }
@Begin
@ID @Code {
"@Fig {"
"A::"
"{"
" 1:: @Ellipse { 3c @Wide 2c @High }"
" //3c"
" 2:: @Box { 3c @Wide 2c @High }"
"}"
"@ShowLabels"
"}"
}
@End @Overhead
@Overhead @Begin
@ShowPage {
@Fig {
A::
{
1:: @Ellipse { 3c @Wide 2c @High }
//3c
2:: @Box { 3c @Wide 2c @High }
}
@ShowLabels
}
}
@End @Overhead
@Overhead
@Title { Graphs }
@Begin
@LP
@ID -1p @Font @Code {
"@Graph"
" abovecaption { New South Wales road deaths"
"(per 100 million vehicle km) }"
"{"
" @Data points { plus } pairs { dashed }"
" { 1963 5.6 1971 4.3 1976 3.7 1979 3.4"
" 1982 2.9 1985 2.3 1988 2.0 }"
"}"
}
@End @Overhead
@Overhead @Begin
@ShowPage @Graph
width { 9 cm }
height { 6 cm }
abovecaption { New South Wales road deaths
(per 100 million vehicle km) }
{
@Data
points { plus }
pairs { dashed }
{
1963 5.6 1971 4.3 1976 3.7 1979 3.4 1982 2.9 1985 2.3 1988 2.0
}
}
@End @Overhead
@Overhead @Begin
@RID @Code {
"-2p @Font @Graph"
" style { axes }"
" xorigin { 0 } yorigin { 0 }"
" xticks { 10@ 50@ 100@ 200@ 500@ }"
" objects { @NE at { 300 2 } @I { Exponential }"
" @SE at { ... } @I { Uniform } }"
" belowcaption { @I n }"
"{"
" @Data points { filledcircle } { ... }"
" @Data points { filledcircle } { ... }"
""
" @Data pairs { dashed }"
" { 10 2 500 2 }"
""
" @Data pairs { dashed }"
" {"
" xloop from { 10 } to { 500 } by { 20 } do"
" {"
" x sqrt { pi*x / 4 } + 1"
" }"
" }"
"}"
}
@End @Overhead
@Overhead @Begin
@ShowPage -2p @Font @Graph
style { axes }
xorigin { 0 }
yorigin { 0 }
width { 10 cm }
height { 7 cm }
xticks { 10@ 50@ 100@ 200@ 500@ }
objects {
@NE at { 300 2 } @I { Exponential }
@SE at { 300 sqrt { pi*300/4 } + 1 } @I { Uniform }
}
belowcaption { @I n }
belowgap { 0 cm }
{
@Data points { filledcircle }
{ 10 1.97 50 2.01 100 2.00 200 2.0 500 2.00 }
@Data points { filledcircle }
{ 10 3.53 50 7.45 100 9.32 200 13.41 500 21.63 }
@Data pairs { dashed }
{ 10 2 500 2 }
@Data pairs { dashed }
{
xloop from { 10 } to { 500 } by { 20 } do
{
x sqrt { pi*x / 4 } + 1
}
}
}
@End @Overhead
|