Fix "Overfull \hbox" error appearing when generating pdf through pdfTeX

This commit is contained in:
thdox 2013-04-30 22:27:17 +02:00
parent 4ab2aa0574
commit 6e83db2ab1

View file

@ -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.