diff options
author | Craig Earls <enderw88@gmail.com> | 2011-10-03 12:21:41 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2011-10-03 12:21:41 -0700 |
commit | 784768759645ecc50fa64d2a94ed88ebeaf6a787 (patch) | |
tree | c707ba4df365a47ae0cf707f4bfe848a75f1b15d /doc | |
parent | d04ed9bf5929d55566f20987d534bf090596fddd (diff) | |
download | fork-ledger-784768759645ecc50fa64d2a94ed88ebeaf6a787.tar.gz fork-ledger-784768759645ecc50fa64d2a94ed88ebeaf6a787.tar.bz2 fork-ledger-784768759645ecc50fa64d2a94ed88ebeaf6a787.zip |
added version information to manual
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Ledger3.texi | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/Ledger3.texi b/doc/Ledger3.texi index 3d5ab570..a7158154 100644 --- a/doc/Ledger3.texi +++ b/doc/Ledger3.texi @@ -44,6 +44,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @titlepage @title LEDGER: Command-Line Accounting +@subtitle For Version 3.0 of LEDGER +@subtitle Draft Manual 2011-10-03 @author John Wiegley @end titlepage @@ -453,14 +455,14 @@ $ ledger -f drewr3.dat cleared @section Command Line Quick Reference @menu -* Reporting Commands:: -* Basic Options:: -* Report Filtering:: -* Output Customization:: -* Commodity Reporting:: +* Reporting Commands Quick Reference:: +* Basic Options Quick Reference:: +* Report Filtering Quick Reference:: +* Output Customization Quick Reference:: +* Commodity Reporting Quick Reference:: @end menu -@node Reporting Commands, Basic Options, Command Line Quick Reference, Command Line Quick Reference +@node Reporting Commands Quick Reference, Basic Options Quick Reference, Command Line Quick Reference, Command Line Quick Reference @subsection Reporting Commands @multitable @columnfractions .2 .8 @item @strong{Report} @tab @strong{Description} @@ -476,7 +478,7 @@ $ ledger -f drewr3.dat cleared @item @code{xact} @tab Used to generate transactions based on previous postings @end multitable -@node Basic Options, Report Filtering, Reporting Commands, Command Line Quick Reference +@node Basic Options Quick Reference, Report Filtering Quick Reference, Reporting Commands Quick Reference, Command Line Quick Reference @subsection Basic Options @multitable @columnfractions .1 .25 .65 @item @strong{Short} @tab @strong{Long} @tab @strong{Description} @@ -489,7 +491,7 @@ $ ledger -f drewr3.dat cleared @item @code{-a NAME} @tab @code{--account NAME} @tab specify default account name for QIF file postings @end multitable -@node Report Filtering, Output Customization, Basic Options, Command Line Quick Reference +@node Report Filtering Quick Reference, Output Customization Quick Reference, Basic Options Quick Reference, Command Line Quick Reference @subsection Report Filtering @multitable @columnfractions .1 .25 .65 @item @strong{Short} @tab @strong{Long} @tab @strong{Description} @@ -512,7 +514,7 @@ $ ledger -f drewr3.dat cleared @item @code{-T EXPR} @tab @code{--total} @tab Change the value expression used for ``totals'' column in register and balance reports @end multitable -@node Output Customization, Commodity Reporting, Report Filtering, Command Line Quick Reference +@node Output Customization Quick Reference, Commodity Reporting Quick Reference, Report Filtering Quick Reference, Command Line Quick Reference @subsection Output Customization @multitable @columnfractions .15 .4 .45 @item @strong{Short} @tab @strong{Long} @tab @strong{Description} @@ -548,7 +550,7 @@ $ ledger -f drewr3.dat cleared @item @code{-w register} @tab @code{--wide-register-format STR} @tab @end multitable -@node Commodity Reporting, , Output Customization, Command Line Quick Reference +@node Commodity Reporting Quick Reference, , Output Customization Quick Reference, Command Line Quick Reference @subsection Commodity Reporting @multitable @columnfractions .1 .25 .65 @@ -1651,7 +1653,7 @@ ledger bal rent food movies payee freddie @end smallexample @noindent or @smallexample -ledger bal rent food movies @freddie +ledger bal rent food movies @@freddie @end smallexample There are many, many command options available with the |