From 6e83db2ab174eb0e3dc0189f42ea061aa9515ba1 Mon Sep 17 00:00:00 2001 From: thdox Date: Tue, 30 Apr 2013 22:27:17 +0200 Subject: Fix "Overfull \hbox" error appearing when generating pdf through pdfTeX --- doc/ledger-mode.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3