home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / lout2.lzh / LOUT2 / DOC / TR.BEGIN / s08 < prev    next >
Text File  |  1994-01-25  |  1KB  |  39 lines

  1. @Section
  2.    @Tag { footnotes }
  3.    @Title { Footnotes, figures, and tables }
  4. @Begin
  5. @PP
  6. A footnote is created by typing
  7. @ID @Code "@FootNote { Like this. }"
  8. after the word that the footnote refers to.  It will be numbered
  9. automatically and placed at the foot of the page or column;
  10. @FootNote { Like this. }
  11. or, if space there is insufficient, it may start on or run onto the
  12. following page or column.  Figures are created in a similar way:
  13. @ID @Code {
  14. "@Figure"
  15. "    @Caption { Basser Lout }"
  16. "@Fig {"
  17. "    @Box Lout &"
  18. "    @HArrow { 2c @Wide } &"
  19. "    @Box PostScript"
  20. "}"
  21. }
  22. The @Code "@Figure" symbol places the figure (which in this example is
  23. created using the Fig figure drawing package [{@Ref kingston92fig}]) at
  24. the top of the following column or page,
  25. @Figure
  26.     @Caption { Basser Lout }
  27. @Fig {
  28.     @Box Lout &
  29.     @HArrow { 2c @Wide } &
  30.     @Box PostScript
  31. }
  32. labelled by the @Code "@Caption" option and automatically numbered.  Unlike
  33. footnotes, figures will not break across several pages; each figure must
  34. fit on one page.
  35. @PP
  36. Tables are obtained in the same way using {@Code "@Table"} instead of
  37. {@Code "@Figure"}.
  38. @End @Section
  39.