Fix "Overfull \hbox" error appearing when generating pdf through pdfTeX
This commit is contained in:
parent
4ab2aa0574
commit
6e83db2ab1
1 changed files with 2 additions and 1 deletions
|
|
@ -588,7 +588,8 @@ transactions from a user-determined account with a particular meta-data
|
|||
tag value, you specify the following command line:
|
||||
|
||||
@example
|
||||
ledger -f %(ledger-file) reg %(account) --limit \"tag('my-tag') =~/%(value)/\"
|
||||
ledger -f %(ledger-file) reg %(account) \
|
||||
--limit \"tag('my-tag') =~/%(value)/\"
|
||||
@end example
|
||||
|
||||
Note how the double-quotes are escaped with back-slashes.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue