diff options
author | thdox <thdox@free.fr> | 2015-04-25 12:13:55 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-08-08 11:59:28 +0200 |
commit | 47070b16ef2e4bf9f60dca1f6312abdfcc881832 (patch) | |
tree | 24286a13fc18cd1d99a3fb3bbdcf3ad0e5850090 /doc | |
parent | 7b27eab7db58befa6c7f189b8c9f5015fe3cdd8f (diff) | |
download | fork-ledger-47070b16ef2e4bf9f60dca1f6312abdfcc881832.tar.gz fork-ledger-47070b16ef2e4bf9f60dca1f6312abdfcc881832.tar.bz2 fork-ledger-47070b16ef2e4bf9f60dca1f6312abdfcc881832.zip |
Use @table instead of @multitable
In texinfo documentation, @table is for two-columns, @multitable for
more. Also, the @table produces nicer PDF output.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index ba4932b8..362ef4a8 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -10005,14 +10005,18 @@ In case several test files belong to the same bug number the files by appending @code{_X} where @samp{X} is the number of the test, e.g. @samp{1234_1.test}, @samp{1234_2.test}. +Baseline Test Types: @anchor{Baseline Test Types} -@multitable @columnfractions .3 .7 -@headitem Type @tab Use -@item @code{cmd} @tab Ledger commands like @command{register} or @command{balance} -@item @code{dir} @tab Ledger directives like @code{account} or @code{alias} -@item @code{feat} @tab Ledger features such as balance assertions in journal file. -@item @code{opt} @tab Ledger options such as @option{--period} or @option{--format} -@end multitable +@table @code +@item cmd +Ledger commands like @command{register} or @command{balance} +@item dir +Ledger directives like @code{account} or @code{alias} +@item feat +Ledger features such as balance assertions in journal file +@item opt +Ledger options such as @option{--period} or @option{--format} +@end table A ledger test file contains three sections: |