summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorthdox <thdox@free.fr>2013-04-30 22:27:17 +0200
committerthdox <thdox@free.fr>2013-04-30 22:27:17 +0200
commit6e83db2ab174eb0e3dc0189f42ea061aa9515ba1 (patch)
tree2f737dff4bb67a0c4d47bc9b19d3e095227acc61 /doc
parent4ab2aa0574d425d3ac149d9fb52c1966a0b91235 (diff)
downloadfork-ledger-6e83db2ab174eb0e3dc0189f42ea061aa9515ba1.tar.gz
fork-ledger-6e83db2ab174eb0e3dc0189f42ea061aa9515ba1.tar.bz2
fork-ledger-6e83db2ab174eb0e3dc0189f42ea061aa9515ba1.zip
Fix "Overfull \hbox" error appearing when generating pdf through pdfTeX
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger-mode.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi
index 23467b03..4ee4524a 100644
--- a/doc/ledger-mode.texi
+++ b/doc/ledger-mode.texi
@@ -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.