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.TAB / s0 < prev    next >
Text File  |  1994-01-25  |  1KB  |  40 lines

  1. @Report
  2.    @Title { Tab -- A Lout Package for Formatting Tables }
  3.    @Author { Jeffrey H. Kingston }
  4.    @Institution { Basser Department of Computer Science
  5. University of Sydney 2006
  6. Australia }
  7.    @DateLine { 22 December 1992 }
  8. //
  9.  
  10. @Abstract {
  11. This report describes the use of Tab, a package of definitions for
  12. producing tables with the Lout document formatter:
  13. @Display @Tab
  14.    hmargin { 0.4c }
  15.    vmargin { 0.3v }
  16.    side { single }
  17.    @Fmta { @Col @B @CC X @Over A,B,C }
  18.    @Fmtb { @Col @I A ! @Col B !! @Col C }
  19. {
  20. @Rowa
  21.    above { single }
  22.    X { Value of mathematical formulae (millions of dollars) }
  23. @Rowb
  24.    above { double }
  25.    A { Quadratic formula }
  26.    B { @Eq { x ^= { minus b +- sqrt { b sup 2 - 4ac } } over 2a } }
  27.    C { 3^.5 }
  28. @Rowb
  29.    below { single }
  30.    A { Binomial theorem }
  31.    B { @Eq { ( a + b ) sup n ^= big sum from k=0 to infty 
  32. matrix atleft { ( } atright { ) } { n above k } a sup k b sup n-k
  33. } }
  34.    C { 12^ }
  35. }
  36. A wide variety of styles for columns and individual entries is provided,
  37. and entries may contain equations, figures, and other objects without
  38. restriction.
  39. }
  40.