suppress double spaces before ':' and ','
This commit is contained in:
parent
569475f38d
commit
54bcbeeb57
1 changed files with 54 additions and 54 deletions
|
|
@ -67,10 +67,10 @@ twinkling in their father's CRT.
|
|||
@menu
|
||||
* Copying::
|
||||
* Introduction to Ledger::
|
||||
* Ledger Tutorial ::
|
||||
* Ledger Tutorial::
|
||||
* Principles of Accounting::
|
||||
* Keeping a Journal::
|
||||
* Transactions ::
|
||||
* Transactions::
|
||||
* Building Reports::
|
||||
* Reporting Commands::
|
||||
* Command-line Syntax::
|
||||
|
|
@ -94,7 +94,7 @@ twinkling in their father's CRT.
|
|||
This license can also be obtained from the command-line by executing
|
||||
@code{ledger --license}
|
||||
|
||||
@node Introduction to Ledger, Ledger Tutorial , Copying, Top
|
||||
@node Introduction to Ledger, Ledger Tutorial, Copying, Top
|
||||
@chapter Introduction to Ledger
|
||||
@menu
|
||||
* Fat-free Accounting::
|
||||
|
|
@ -271,7 +271,7 @@ You can also find help at the @code{#ledger} channel on the IRC server
|
|||
@code{irc.freenode.net}.
|
||||
|
||||
@cindex tutorial
|
||||
@node Ledger Tutorial , Principles of Accounting, Introduction to Ledger, Top
|
||||
@node Ledger Tutorial, Principles of Accounting, Introduction to Ledger, Top
|
||||
@chapter Ledger Tutorial
|
||||
|
||||
@menu
|
||||
|
|
@ -279,7 +279,7 @@ You can also find help at the @code{#ledger} channel on the IRC server
|
|||
* Run Some Reports::
|
||||
@end menu
|
||||
|
||||
@node Start a Journal, Run Some Reports, Ledger Tutorial , Ledger Tutorial
|
||||
@node Start a Journal, Run Some Reports, Ledger Tutorial, Ledger Tutorial
|
||||
@section Start a Journal File
|
||||
@cindex journals
|
||||
A journal is a record of your financial transactions and will be central
|
||||
|
|
@ -489,7 +489,7 @@ limitation. CMD.exe is limited to standard ASCII characters and as such
|
|||
cannot display any currency symbols other than dollar signs ($).
|
||||
|
||||
|
||||
@node Principles of Accounting, Keeping a Journal, Ledger Tutorial , Top
|
||||
@node Principles of Accounting, Keeping a Journal, Ledger Tutorial, Top
|
||||
@chapter Principles of Accounting with Ledger
|
||||
|
||||
@menu
|
||||
|
|
@ -1207,7 +1207,7 @@ associated with particular transactions. Your own tastes will decide which
|
|||
is best for your situation.
|
||||
|
||||
|
||||
@node Keeping a Journal, Transactions , Principles of Accounting, Top
|
||||
@node Keeping a Journal, Transactions, Principles of Accounting, Top
|
||||
@chapter Keeping a Journal
|
||||
|
||||
The most important part of accounting is keeping a good journal. If you
|
||||
|
|
@ -1248,7 +1248,7 @@ posting.
|
|||
* Keeping it Consistent::
|
||||
* Journal Format::
|
||||
* Converting from other formats::
|
||||
* Archiving Previous Years ::
|
||||
* Archiving Previous Years::
|
||||
@end menu
|
||||
|
||||
@node Most Basic Entry, Starting up, Keeping a Journal, Keeping a Journal
|
||||
|
|
@ -2242,7 +2242,7 @@ timelog files. See the timeclock's documentation for more info on the
|
|||
syntax of its timelog files.
|
||||
@end table
|
||||
|
||||
@node Converting from other formats, Archiving Previous Years , Journal Format, Keeping a Journal
|
||||
@node Converting from other formats, Archiving Previous Years, Journal Format, Keeping a Journal
|
||||
@section Converting from other formats
|
||||
There are numerous tools to help convert various formats to a Ledger
|
||||
file. Most banks will generate a commas separated value file that can
|
||||
|
|
@ -2256,7 +2256,7 @@ easily be parsed into Ledger format using one of those tools. Some of the more
|
|||
function.
|
||||
|
||||
|
||||
@node Archiving Previous Years , , Converting from other formats, Keeping a Journal
|
||||
@node Archiving Previous Years, , Converting from other formats, Keeping a Journal
|
||||
@section Archiving Previous Years
|
||||
|
||||
|
||||
|
|
@ -2315,7 +2315,7 @@ any electronic statements received during the year. In the arena of
|
|||
organization, just keep in mind this maxim: Do whatever keeps you
|
||||
doing it.
|
||||
|
||||
@node Transactions , Building Reports, Keeping a Journal, Top
|
||||
@node Transactions, Building Reports, Keeping a Journal, Top
|
||||
@chapter Transactions
|
||||
@menu
|
||||
* Basic format::
|
||||
|
|
@ -2342,7 +2342,7 @@ doing it.
|
|||
* Automated Transactions::
|
||||
@end menu
|
||||
|
||||
@node Basic format, Eliding amounts, Transactions , Transactions
|
||||
@node Basic format, Eliding amounts, Transactions, Transactions
|
||||
@section Basic format
|
||||
|
||||
|
||||
|
|
@ -3493,7 +3493,7 @@ which may be excluded from reports by using @option{--real}.
|
|||
|
||||
|
||||
|
||||
@node Building Reports, Reporting Commands, Transactions , Top
|
||||
@node Building Reports, Reporting Commands, Transactions, Top
|
||||
@chapter Building Reports
|
||||
|
||||
@menu
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue