added chapter files for Queries, Reporting, Format Strings, Python Extensions, and Value Expressions

This commit is contained in:
Craig Earls 2011-09-28 09:24:27 -07:00
parent c866dbd821
commit 64a01eac28
6 changed files with 20 additions and 23 deletions

View file

@ -1,4 +1,5 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@chapter Introduction
@ledgerprog@ is an accounting tool with the moxie to exist. It provides no @ledgerprog@ is an accounting tool with the moxie to exist. It provides no
bells or whistles, and returns the user to the days before user bells or whistles, and returns the user to the days before user

View file

@ -1,4 +1,7 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@chapter Keeping a Journal
The most important part of accounting is keeping a good journal. If you The most important part of accounting is keeping a good journal. If you
have a good journal, tools can be written to work whatever mathematical have a good journal, tools can be written to work whatever mathematical
tricks you need to better understand your spending patterns. Without a tricks you need to better understand your spending patterns. Without a

View file

@ -1,3 +1,6 @@
@c -*-texinfo-*-
@chapter @ledgerprog@ Journal File Format
This chapter offers a complete description of the journal data format, This chapter offers a complete description of the journal data format,
suitable for implementors in other languages to follow. For users, suitable for implementors in other languages to follow. For users,

View file

@ -69,28 +69,16 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@insertcopying @insertcopying
@end ifnottex @end ifnottex
@c each chapter is in an idividual texi file included here
@chapter Introduction @include L3-Introduction.texi
@include L3-Principles.texi
@include Introduction3.texi @include L3-Journal.texi
@include L3-Reporting.texi
@chapter Principles of accounting @include L3-Syntax.texi
@include Principles3.texi @include L3-JournalFormat.texi
@chapter Keeping a journal @include L3-Reporting.texi
@include Journal3.texi @include L3-ValueExpressions.texi
@chapter Basic reporting commands @include L3-FormatStrings.texi
@include L3-Python.texi
@chapter Command-line syntax
@include Syntax3.texi
@chapter Journal data format
@include JournalFormat3.texi
@chapter Report queries
@chapter Value expressions
@chapter Format strings
@chapter Extending with Python
@bye @bye

View file

@ -1,2 +1,3 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@chapter Principles of Accounting

View file

@ -1,5 +1,6 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@chapter Command-line Syntax
@section Cookbook @section Cookbook
@subsection Invoking Ledger @subsection Invoking Ledger