[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5730] branches/1.3



Revision: 5730
          http://sourceforge.net/p/ledger-smb/code/5730
Author:   einhverfr
Date:     2013-05-02 08:41:30 +0000 (Thu, 02 May 2013)
Log Message:
-----------
Hyphenation changes  so that em-dashes no longer throw  errors on LaTeX templates.

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/LedgerSMB/Template/LaTeX.pm

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-05-01 03:55:39 UTC (rev 5729)
+++ branches/1.3/Changelog	2013-05-02 08:41:30 UTC (rev 5730)
@@ -2,6 +2,9 @@
 Initial Release:  Monday, Oct 12 2011
 Supported Presently
 
+Changelog for 1.3.32
+* Fixed em-dash handling for pdfs (Chris T)
+
 Changelog for 1.3.31
 * Removed spurious commit saving orders (Chris T)
 * Removed check for reversing too many sales, since this poses problems 

Modified: branches/1.3/LedgerSMB/Template/LaTeX.pm
===================================================================
--- branches/1.3/LedgerSMB/Template/LaTeX.pm	2013-05-01 03:55:39 UTC (rev 5729)
+++ branches/1.3/LedgerSMB/Template/LaTeX.pm	2013-05-02 08:41:30 UTC (rev 5730)
@@ -112,6 +112,7 @@
    '%' => '\\%',
    '{' => '\\{',
    '}' => '\\}',
+   'â' => '---',
   );
 
 # Breaking this off to be used separately.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.