summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2011-09-28 11:08:54 -0700
committerCraig Earls <enderw88@gmail.com>2011-09-28 11:08:54 -0700
commita45ae5d8def88f7e37eae622d179a7b0b58adb84 (patch)
treebdd87e52fa5b7b59298fb620a3a93aaa5252476d /doc
parent64a01eac286886e484b800e1b3b5e652661aeaa3 (diff)
downloadfork-ledger-a45ae5d8def88f7e37eae622d179a7b0b58adb84.tar.gz
fork-ledger-a45ae5d8def88f7e37eae622d179a7b0b58adb84.tar.bz2
fork-ledger-a45ae5d8def88f7e37eae622d179a7b0b58adb84.zip
Corrected bracket quotation problem
Diffstat (limited to 'doc')
-rw-r--r--doc/L3-JournalFormat.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/L3-JournalFormat.texi b/doc/L3-JournalFormat.texi
index f06e5a62..ac7059ca 100644
--- a/doc/L3-JournalFormat.texi
+++ b/doc/L3-JournalFormat.texi
@@ -1,11 +1,11 @@
@c -*-texinfo-*-
-
-@chapter @ledgerprog@ Journal File Format
+@node Journal File Format,Extending with Python, Format Strings, Top
+@chapter LEDGER Journal File Format
This chapter offers a complete description of the journal data format,
suitable for implementors in other languages to follow. For users,
the chapter on keeping a journal is less extensive, but more typical
-of common usage (@pxref{Keeping a journal}).
+of common usage (@pxref{Keeping a Journal}).
Data is collected in the form of @dfn{transactions} which occur in one
or more @dfn{journal files}. Each transaction, in turn, is made up of
@@ -25,7 +25,7 @@ one hundred dollars from an account within the Income hierarchy, to
the specified expense account. The name and meaning of these accounts
in arbitrary, with no preferences implied, although you will find it
useful to follow standard accounting practice (@pxref{Principles of
-accounting}).
+Accounting}).
Since an amount is missing from the second posting, it is assumed to
be the inverse of the first. This guarantee the cardinal rule of
@@ -123,7 +123,7 @@ characters are allowed in a commodity name, except for the following:
@item Numerical digits
@item Punctuation: @samp{.,;:?!}
@item Mathematical and logical operators: @samp{-+*/^&|=}
-@item Bracketing characters: @samp{<>[](){}}
+@item Bracketing characters: @samp{<>[]()}@{@}
@item The at symbol: @samp{@@}
@end itemize