2008-02-24 06:48:41 +01:00
|
|
|
@node Top
|
|
|
|
@top Top
|
|
|
|
|
|
|
|
Simple table with caption:
|
|
|
|
|
|
|
|
@float
|
2009-11-28 04:22:33 +01:00
|
|
|
@multitable {Right} {Left} {Center} {Default}
|
2008-02-24 06:48:41 +01:00
|
|
|
@headitem
|
|
|
|
Right
|
|
|
|
@tab Left
|
|
|
|
@tab Center
|
|
|
|
@tab Default
|
|
|
|
@item
|
|
|
|
12
|
|
|
|
@tab 12
|
|
|
|
@tab 12
|
|
|
|
@tab 12
|
|
|
|
@item
|
|
|
|
123
|
|
|
|
@tab 123
|
|
|
|
@tab 123
|
|
|
|
@tab 123
|
|
|
|
@item
|
|
|
|
1
|
|
|
|
@tab 1
|
|
|
|
@tab 1
|
|
|
|
@tab 1
|
|
|
|
@end multitable
|
|
|
|
@caption{Demonstration of simple table syntax.}
|
|
|
|
@end float
|
|
|
|
Simple table without caption:
|
|
|
|
|
2009-11-28 04:22:33 +01:00
|
|
|
@multitable {Right} {Left} {Center} {Default}
|
2008-02-24 06:48:41 +01:00
|
|
|
@headitem
|
|
|
|
Right
|
|
|
|
@tab Left
|
|
|
|
@tab Center
|
|
|
|
@tab Default
|
|
|
|
@item
|
|
|
|
12
|
|
|
|
@tab 12
|
|
|
|
@tab 12
|
|
|
|
@tab 12
|
|
|
|
@item
|
|
|
|
123
|
|
|
|
@tab 123
|
|
|
|
@tab 123
|
|
|
|
@tab 123
|
|
|
|
@item
|
|
|
|
1
|
|
|
|
@tab 1
|
|
|
|
@tab 1
|
|
|
|
@tab 1
|
|
|
|
@end multitable
|
|
|
|
|
|
|
|
Simple table indented two spaces:
|
|
|
|
|
|
|
|
@float
|
2009-11-28 04:22:33 +01:00
|
|
|
@multitable {Right} {Left} {Center} {Default}
|
2008-02-24 06:48:41 +01:00
|
|
|
@headitem
|
|
|
|
Right
|
|
|
|
@tab Left
|
|
|
|
@tab Center
|
|
|
|
@tab Default
|
|
|
|
@item
|
|
|
|
12
|
|
|
|
@tab 12
|
|
|
|
@tab 12
|
|
|
|
@tab 12
|
|
|
|
@item
|
|
|
|
123
|
|
|
|
@tab 123
|
|
|
|
@tab 123
|
|
|
|
@tab 123
|
|
|
|
@item
|
|
|
|
1
|
|
|
|
@tab 1
|
|
|
|
@tab 1
|
|
|
|
@tab 1
|
|
|
|
@end multitable
|
|
|
|
@caption{Demonstration of simple table syntax.}
|
|
|
|
@end float
|
|
|
|
Multiline table with caption:
|
|
|
|
|
|
|
|
@float
|
|
|
|
@multitable @columnfractions 0.15 0.14 0.16 0.34
|
|
|
|
@headitem
|
|
|
|
Centered Header
|
|
|
|
@tab Left Aligned
|
|
|
|
@tab Right Aligned
|
|
|
|
@tab Default aligned
|
|
|
|
@item
|
|
|
|
First
|
|
|
|
@tab row
|
|
|
|
@tab 12.0
|
|
|
|
@tab Example of a row that spans multiple lines.
|
|
|
|
@item
|
|
|
|
Second
|
|
|
|
@tab row
|
|
|
|
@tab 5.0
|
|
|
|
@tab Here's another one. Note the blank line between rows.
|
|
|
|
@end multitable
|
|
|
|
@caption{Here's the caption. It may span multiple lines.}
|
|
|
|
@end float
|
|
|
|
Multiline table without caption:
|
|
|
|
|
|
|
|
@multitable @columnfractions 0.15 0.14 0.16 0.34
|
|
|
|
@headitem
|
|
|
|
Centered Header
|
|
|
|
@tab Left Aligned
|
|
|
|
@tab Right Aligned
|
|
|
|
@tab Default aligned
|
|
|
|
@item
|
|
|
|
First
|
|
|
|
@tab row
|
|
|
|
@tab 12.0
|
|
|
|
@tab Example of a row that spans multiple lines.
|
|
|
|
@item
|
|
|
|
Second
|
|
|
|
@tab row
|
|
|
|
@tab 5.0
|
|
|
|
@tab Here's another one. Note the blank line between rows.
|
|
|
|
@end multitable
|
|
|
|
|
2010-03-13 04:19:03 +01:00
|
|
|
Table without column headers:
|
|
|
|
|
|
|
|
@multitable {123} {123} {123} {123}
|
|
|
|
@item
|
|
|
|
12
|
|
|
|
@tab 12
|
|
|
|
@tab 12
|
|
|
|
@tab 12
|
|
|
|
@item
|
|
|
|
123
|
|
|
|
@tab 123
|
|
|
|
@tab 123
|
|
|
|
@tab 123
|
|
|
|
@item
|
|
|
|
1
|
|
|
|
@tab 1
|
|
|
|
@tab 1
|
|
|
|
@tab 1
|
|
|
|
@end multitable
|
|
|
|
|
|
|
|
Multiline table without column headers:
|
|
|
|
|
|
|
|
@multitable @columnfractions 0.15 0.14 0.16 0.34
|
|
|
|
@item
|
|
|
|
First
|
|
|
|
@tab row
|
|
|
|
@tab 12.0
|
|
|
|
@tab Example of a row that spans multiple lines.
|
|
|
|
@item
|
|
|
|
Second
|
|
|
|
@tab row
|
|
|
|
@tab 5.0
|
|
|
|
@tab Here's another one. Note the blank line between rows.
|
2011-01-07 06:05:28 +01:00
|
|
|
@end multitable
|