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

SF.net SVN: ledger-smb: [2184] trunk/templates



Revision: 2184
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2184&view=rev
Author:   einhverfr
Date:     2008-07-04 14:30:11 -0700 (Fri, 04 Jul 2008)

Log Message:
-----------
Correcting LaTeX errors printing transactions

Modified Paths:
--------------
    trunk/templates/Default-ap_transaction.tex
    trunk/templates/Estonian-ap_transaction.tex
    trunk/templates/Estonian_UTF8-ap_transaction.tex
    trunk/templates/Service-ap_transaction.tex
    trunk/templates/Traditional_Chinese_Big5-ap_transaction.tex
    trunk/templates/Traditional_Chinese_UTF8-ap_transaction.tex

Modified: trunk/templates/Default-ap_transaction.tex
===================================================================
--- trunk/templates/Default-ap_transaction.tex	2008-07-03 23:33:08 UTC (rev 2183)
+++ trunk/templates/Default-ap_transaction.tex	2008-07-04 21:30:11 UTC (rev 2184)
@@ -26,7 +26,7 @@
 <?lsmb address2 ?>
 
 <?lsmb city ?>
-<?lsmb if state>
+<?lsmb if state ?>
 \hspace{-0.1cm}, <?lsmb state ?>
 <?lsmb end state ?> <?lsmb zipcode ?>
 

Modified: trunk/templates/Estonian-ap_transaction.tex
===================================================================
--- trunk/templates/Estonian-ap_transaction.tex	2008-07-03 23:33:08 UTC (rev 2183)
+++ trunk/templates/Estonian-ap_transaction.tex	2008-07-04 21:30:11 UTC (rev 2184)
@@ -26,7 +26,7 @@
 <?lsmb address2 ?>
 
 <?lsmb city ?>
-<?lsmb if state>
+<?lsmb if state ?>
 \hspace{-0.1cm}, <?lsmb state ?>
 <?lsmb end state ?> <?lsmb zipcode ?>
 

Modified: trunk/templates/Estonian_UTF8-ap_transaction.tex
===================================================================
--- trunk/templates/Estonian_UTF8-ap_transaction.tex	2008-07-03 23:33:08 UTC (rev 2183)
+++ trunk/templates/Estonian_UTF8-ap_transaction.tex	2008-07-04 21:30:11 UTC (rev 2184)
@@ -26,7 +26,7 @@
 <?lsmb address2 ?>
 
 <?lsmb city ?>
-<?lsmb if state>
+<?lsmb if state ?>
 \hspace{-0.1cm}, <?lsmb state ?>
 <?lsmb end state ?> <?lsmb zipcode ?>
 

Modified: trunk/templates/Service-ap_transaction.tex
===================================================================
--- trunk/templates/Service-ap_transaction.tex	2008-07-03 23:33:08 UTC (rev 2183)
+++ trunk/templates/Service-ap_transaction.tex	2008-07-04 21:30:11 UTC (rev 2184)
@@ -40,7 +40,7 @@
 <?lsmb address2 ?>
 
 <?lsmb city ?>
-<?lsmb if state>
+<?lsmb if state ?>
 , <?lsmb state ?>
 <?lsmb end state ?> <?lsmb zipcode ?>
 

Modified: trunk/templates/Traditional_Chinese_Big5-ap_transaction.tex
===================================================================
--- trunk/templates/Traditional_Chinese_Big5-ap_transaction.tex	2008-07-03 23:33:08 UTC (rev 2183)
+++ trunk/templates/Traditional_Chinese_Big5-ap_transaction.tex	2008-07-04 21:30:11 UTC (rev 2184)
@@ -26,7 +26,7 @@
 <?lsmb address2 ?>
 
 <?lsmb city ?>
-<?lsmb if state>
+<?lsmb if state ?>
 \hspace{-0.1cm}, <?lsmb state ?>
 <?lsmb end state ?> <?lsmb zipcode ?>
 

Modified: trunk/templates/Traditional_Chinese_UTF8-ap_transaction.tex
===================================================================
--- trunk/templates/Traditional_Chinese_UTF8-ap_transaction.tex	2008-07-03 23:33:08 UTC (rev 2183)
+++ trunk/templates/Traditional_Chinese_UTF8-ap_transaction.tex	2008-07-04 21:30:11 UTC (rev 2184)
@@ -26,7 +26,7 @@
 <?lsmb address2 ?>
 
 <?lsmb city ?>
-<?lsmb if state>
+<?lsmb if state ?>
 \hspace{-0.1cm}, <?lsmb state ?>
 <?lsmb end state ?> <?lsmb zipcode ?>
 


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