diff options
author | Craig Earls <enderw88@gmail.com> | 2011-09-28 09:24:27 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2011-09-28 09:24:27 -0700 |
commit | 64a01eac286886e484b800e1b3b5e652661aeaa3 (patch) | |
tree | e3aea576c8ba1c54798a76a4498c4de322a5b047 /doc/L3-Main.texi | |
parent | c866dbd82124392f965779b74125308c1aa96e12 (diff) | |
download | fork-ledger-64a01eac286886e484b800e1b3b5e652661aeaa3.tar.gz fork-ledger-64a01eac286886e484b800e1b3b5e652661aeaa3.tar.bz2 fork-ledger-64a01eac286886e484b800e1b3b5e652661aeaa3.zip |
added chapter files for Queries, Reporting, Format Strings, Python Extensions, and Value Expressions
Diffstat (limited to 'doc/L3-Main.texi')
-rw-r--r-- | doc/L3-Main.texi | 34 |
1 files changed, 11 insertions, 23 deletions
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 |