diff options
-rw-r--r-- | doc/L3-Introduction.texi | 1 | ||||
-rw-r--r-- | doc/L3-Journal.texi | 3 | ||||
-rw-r--r-- | doc/L3-JournalFormat.texi | 3 | ||||
-rw-r--r-- | doc/L3-Main.texi | 34 | ||||
-rw-r--r-- | doc/L3-Principles.texi | 1 | ||||
-rw-r--r-- | doc/L3-Syntax.texi | 1 |
6 files changed, 20 insertions, 23 deletions
diff --git a/doc/L3-Introduction.texi b/doc/L3-Introduction.texi index d05f36c2..6b0167d8 100644 --- a/doc/L3-Introduction.texi +++ b/doc/L3-Introduction.texi @@ -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 diff --git a/doc/L3-Journal.texi b/doc/L3-Journal.texi index d2dd565c..1eb9afa6 100644 --- a/doc/L3-Journal.texi +++ b/doc/L3-Journal.texi @@ -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 diff --git a/doc/L3-JournalFormat.texi b/doc/L3-JournalFormat.texi index cb14d3c5..f06e5a62 100644 --- a/doc/L3-JournalFormat.texi +++ b/doc/L3-JournalFormat.texi @@ -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, diff --git a/doc/L3-Main.texi b/doc/L3-Main.texi index 03fd268b..7f1c91f7 100644 --- a/doc/L3-Main.texi +++ b/doc/L3-Main.texi @@ -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 diff --git a/doc/L3-Principles.texi b/doc/L3-Principles.texi index 8b7ebf84..778cc52d 100644 --- a/doc/L3-Principles.texi +++ b/doc/L3-Principles.texi @@ -1,2 +1,3 @@ @c -*-texinfo-*- +@chapter Principles of Accounting diff --git a/doc/L3-Syntax.texi b/doc/L3-Syntax.texi index afe4520d..15e6e8f8 100644 --- a/doc/L3-Syntax.texi +++ b/doc/L3-Syntax.texi @@ -1,5 +1,6 @@ @c -*-texinfo-*- +@chapter Command-line Syntax @section Cookbook @subsection Invoking Ledger |