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

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



Revision: 4666
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4666&view=rev
Author:   ehuelsmann
Date:     2012-04-23 17:14:38 +0000 (Mon, 23 Apr 2012)
Log Message:
-----------
Add missing opening tag on purchase order (Xe)LaTeX template.

Modified Paths:
--------------
    branches/1.3/templates/demo/purchase_order.tex
    branches/1.3/templates/xedemo/purchase_order.tex

Modified: branches/1.3/templates/demo/purchase_order.tex
===================================================================
--- branches/1.3/templates/demo/purchase_order.tex	2012-04-23 17:05:03 UTC (rev 4665)
+++ branches/1.3/templates/demo/purchase_order.tex	2012-04-23 17:14:38 UTC (rev 4666)
@@ -102,7 +102,7 @@
 
 \vspace{1cm}
 \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
-  \textbf{<?lsmb text('Order #') ?>} & \textbf{text('Date') ?>} 
+  \textbf{<?lsmb text('Order #') ?>} & \textbf{<?lsmb text('Date') ?>} 
    & \textbf{<?lsmb text('Required by') ?>} & \textbf{<?lsmb text('Contact') ?>} 
    & \textbf{<?lsmb text('Shipping Point') ?>} 
    & \textbf{<?lsmb text('Ship via') ?>} \\ [0.5ex]

Modified: branches/1.3/templates/xedemo/purchase_order.tex
===================================================================
--- branches/1.3/templates/xedemo/purchase_order.tex	2012-04-23 17:05:03 UTC (rev 4665)
+++ branches/1.3/templates/xedemo/purchase_order.tex	2012-04-23 17:14:38 UTC (rev 4666)
@@ -101,7 +101,7 @@
 
 \vspace{1cm}
 \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
-  \textbf{<?lsmb text('Order #') ?>} & \textbf{text('Date') ?>} 
+  \textbf{<?lsmb text('Order #') ?>} & \textbf{<?lsmb text('Date') ?>} 
    & \textbf{<?lsmb text('Required by') ?>} & \textbf{<?lsmb text('Contact') ?>} 
    & \textbf{<?lsmb text('Shipping Point') ?>} 
    & \textbf{<?lsmb text('Ship via') ?>} \\ [0.5ex]

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