diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
commit | 71bdb35d52747e6d7d9f55df4524d57c2966be94 (patch) | |
tree | 480ee5eefccc40d5f3331cc52d66f722fd19bfb9 /doc/user/tbl | |
parent | b41263ea7578fa9742486135c762803b52794105 (diff) | |
download | lout-71bdb35d52747e6d7d9f55df4524d57c2966be94.tar.gz |
Lout 3.17.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@2 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/tbl')
-rw-r--r-- | doc/user/tbl | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/user/tbl b/doc/user/tbl new file mode 100644 index 0000000..230c69e --- /dev/null +++ b/doc/user/tbl @@ -0,0 +1,48 @@ +@Chapter + @Title { Tables } + @Tag { tables } +@Begin +@LP +This chapter explains how to produce tables like this one: +tables. @Index { tables } +@CD @Tbl + aindent { ctr } + arulebelow { double } + aformat { @StartHSpan @Cell @B X | | @HSpan } + bformat { @Cell rr { no } @I A | @Cell rl { no } B | @Cell C } + rule { yes } +{ +@Rowa + X { Value of mathematical formulae (millions of dollars) } +@Rowb + A { Quadratic formula } + B { @Eq { x ^= { minus b +- sqrt { b sup 2 - 4ac } } over 2a } } + C { 3^.5 } +@Rowb + 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^ } +} +As the example shows, the tables may contain spanning columns, aligned +columns, and rules, and the cells may contain arbitrary objects. +@BeginSections + +@Include { tbl_intr } # introduction +@Include { tbl_cell } # basic cell formatting: font, break, width, paint +@Include { tbl_rows } # row formats and the @Row symbol +@Include { tbl_marg } # margins +@Include { tbl_widt } # width and height +@Include { tbl_inde } # indenting and struts +@Include { tbl_rule } # rules +@Include { tbl_span } # spanning columns and rows +@Include { tbl_mult } # multi-page tables +@Include { tbl_alig } # aligned columns and headings over them +@Include { tbl_mark } # @MarkRow +@Include { tbl_plai } # plain text tables +@Include { tbl_setu } # setup file options +@Include { tbl_summ } # summary + +@EndSections +@End @Chapter |