Fix of "Overfull \hbox" when generating the PDF file with texi2pdf
This commit is contained in:
parent
50b968d73a
commit
423acc73ee
1 changed files with 113 additions and 113 deletions
|
|
@ -5197,7 +5197,7 @@ their values and the source of those values, for example:
|
|||
|
||||
@smallexample
|
||||
14:15:02 > ledger --options bal --cleared -f ~/ledger/test/input/drewr3.dat
|
||||
===============================================================================
|
||||
===========================================================================
|
||||
[Global scope options]
|
||||
|
||||
[Session scope options]
|
||||
|
|
@ -5216,7 +5216,7 @@ their values and the source of those values, for example:
|
|||
--account-width = 21 ?normalize
|
||||
--amount-width = 12 ?normalize
|
||||
--total-width = 12 ?normalize
|
||||
===============================================================================
|
||||
===========================================================================
|
||||
$ 775.00 Assets:Checking
|
||||
$ -1,000.00 Equity:Opening Balances
|
||||
$ 225.00 Expenses:Food:Groceries
|
||||
|
|
@ -5278,7 +5278,7 @@ Format Codes}).
|
|||
Prepend all account names with the argument.
|
||||
|
||||
@smallexample
|
||||
21:51:39 ~/ledger (next)> ledger -f test/input/drewr3.dat bal --master-account HUMBUG
|
||||
$ ledger -f test/input/drewr3.dat bal --master-account HUMBUG
|
||||
0 HUMBUG
|
||||
$ -3,804.00 Assets
|
||||
$ 1,396.00 Checking
|
||||
|
|
@ -5791,7 +5791,7 @@ identifying which car the purchase was for @code{; Car: Prius}, then
|
|||
the command:
|
||||
|
||||
@smallexample
|
||||
ledger bal Fuel --pivot "Car" --period "this year"
|
||||
$ ledger bal Fuel --pivot "Car" --period "this year"
|
||||
$ 3491.26 Car
|
||||
$ 1084.22 M3:Expenses:Auto:Fuel
|
||||
$ 149.65 MG V11:Expenses:Auto:Fuel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue