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-*-
@chapter Introduction
@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

View file

@ -1,4 +1,7 @@
@c -*-texinfo-*-
@chapter Keeping a Journal
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
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,
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
@end ifnottex
@chapter Introduction
@include Introduction3.texi
@chapter Principles of accounting
@include Principles3.texi
@chapter Keeping a journal
@include Journal3.texi
@chapter Basic reporting commands
@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
@c each chapter is in an idividual texi file included here
@include L3-Introduction.texi
@include L3-Principles.texi
@include L3-Journal.texi
@include L3-Reporting.texi
@include L3-Syntax.texi
@include L3-JournalFormat.texi
@include L3-Reporting.texi
@include L3-ValueExpressions.texi
@include L3-FormatStrings.texi
@include L3-Python.texi
@bye

View file

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

View file

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