summaryrefslogtreecommitdiff
path: root/templates/Brazilian_Portuguese-packing_list.tex
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
commiteedad02e621755aa269a6728364fa2ef07f6bca9 (patch)
treee56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Brazilian_Portuguese-packing_list.tex
parent1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff)
Changed all templates to the new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Brazilian_Portuguese-packing_list.tex')
-rwxr-xr-xtemplates/Brazilian_Portuguese-packing_list.tex42
1 files changed, 21 insertions, 21 deletions
diff --git a/templates/Brazilian_Portuguese-packing_list.tex b/templates/Brazilian_Portuguese-packing_list.tex
index 0d80c769..f6f6d699 100755
--- a/templates/Brazilian_Portuguese-packing_list.tex
+++ b/templates/Brazilian_Portuguese-packing_list.tex
@@ -25,12 +25,12 @@
\parbox{\textwidth}{
\parbox[b]{12cm}{
- <%company%>
+ <?lsmb company ?>
- <%address%>}\hfill
+ <?lsmb address ?>}\hfill
\begin{tabular}[b]{rr@{}}
- Telephone & <%tel%>\\
- Facsimile & <%fax%>
+ Telephone & <?lsmb tel ?>\\
+ Facsimile & <?lsmb fax ?>
\end{tabular}
\rule[1.5ex]{\textwidth}{0.5pt}
@@ -39,39 +39,39 @@
\fontfamily{cmss}\fontshape{n}\selectfont
-\markboth{<%company%>\hfill <%invnumber%>}{\usebox{\hdr}}
+\markboth{<?lsmb company ?>\hfill <?lsmb invnumber ?>}{\usebox{\hdr}}
\pagestyle{myheadings}
%\thispagestyle{empty} use this with letterhead paper
-<%pagebreak 65 27 37%>
+<?lsmb pagebreak 65 27 37 ?>
\end{tabular*}
\newpage
-\markright{<%company%>\hfill <%invnumber%>}
+\markright{<?lsmb company ?>\hfill <?lsmb invnumber ?>}
\vspace*{-12pt}
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
\textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
\textbf{Unit} & \textbf{Bin} \\
-<%end pagebreak%>
+<?lsmb end pagebreak ?>
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
\vspace*{2cm}
-<%shiptoname%>
+<?lsmb shiptoname ?>
-<%shiptoaddress1%>
+<?lsmb shiptoaddress1 ?>
-<%shiptoaddress2%>
+<?lsmb shiptoaddress2 ?>
-<%shiptocity%> <%shiptostate%> <%shiptozipcode%>
+<?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
-<%shiptocountry%>
+<?lsmb shiptocountry ?>
\vspace{3.5cm}
@@ -79,9 +79,9 @@
\hfill
\begin{tabular}[t]{l@{\hspace{0.3cm}}l}
- \textbf{Data} & <%invdate%> \\
- \textbf{Número} & <%invnumber%> \\
- \textbf{Cliente} & <%customer_id%>
+ \textbf{Data} & <?lsmb invdate ?> \\
+ \textbf{Número} & <?lsmb invnumber ?> \\
+ \textbf{Cliente} & <?lsmb customer_id ?>
\end{tabular}
\vspace{1cm}
@@ -89,10 +89,10 @@
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
\textbf{Número} & \textbf{Descrição} & \textbf{Quant.} &
\textbf{Unid.} & \textbf{Bin} \\
-<%foreach number%>
- <%number%> & <%description%> & <%qty%> &
- <%unit%> & <%bin%> \\
-<%end number%>
+<?lsmb foreach number ?>
+ <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> &
+ <?lsmb unit ?> & <?lsmb bin ?> \\
+<?lsmb end number ?>
\end{tabular*}
\parbox{\textwidth}{
@@ -100,7 +100,7 @@
\vspace{12pt}
-<%notes%>
+<?lsmb notes ?>
}