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 / s11 < prev    next >
Text File  |  1994-01-25  |  953b  |  31 lines

  1. @Section
  2.    @Tag { cols }
  3.    @Title { Multiple columns }
  4. @Begin
  5. @PP
  6. DocumentLayout normally produces pages with a single column of text occupying
  7. the full width.  To get multiple columns, enclose the document in
  8. @ID @Code {
  9. "@Doc @ColText @Begin"
  10. "..."
  11. "@End @ColText"
  12. }
  13. This will ordinarily produce two columns per page, although we will see
  14. in the next section how to produce three or more.
  15. @PP
  16. It is possible to start off a document with single columns and switch to
  17. multiple columns later, using the following arrangement:
  18. @ID @Code {
  19. "@Doc @Text @Begin"
  20. "single column part"
  21. "@ColText @Begin"
  22. "multiple column part"
  23. "@End @ColText"
  24. "@End @Text"
  25. }
  26. This is the most useful combination, because switching from multiple back to
  27. single causes a new page to be begun, which generally looks poor.  Tables
  28. and figures are always full width, but the width of footnotes depends on
  29. whether they occur within @Code "@Text" or {@Code "@ColText"}.
  30. @End @Section
  31.