summaryrefslogtreecommitdiff
path: root/templates/Brazilian_Portuguese-statement.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-statement.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-statement.tex')
-rwxr-xr-xtemplates/Brazilian_Portuguese-statement.tex58
1 files changed, 29 insertions, 29 deletions
diff --git a/templates/Brazilian_Portuguese-statement.tex b/templates/Brazilian_Portuguese-statement.tex
index 7f208093..3b2fca59 100755
--- a/templates/Brazilian_Portuguese-statement.tex
+++ b/templates/Brazilian_Portuguese-statement.tex
@@ -25,12 +25,12 @@
\parbox{\textwidth}{
\parbox[b]{12cm}{
- <%company%>
+ <?lsmb company ?>
- <%address%>}\hfill
+ <?lsmb address ?>}\hfill
\begin{tabular}[b]{rrr@{}}
- Tel & <%tel%>\\
- Fax & <%fax%>
+ Tel & <?lsmb tel ?>\\
+ Fax & <?lsmb fax ?>
\end{tabular}
\rule[1.5ex]{\textwidth}{0.5pt}
@@ -39,7 +39,7 @@
\fontfamily{cmss}\fontshape{n}\selectfont
-\markboth{<%company%>\hfill <%statementdate%>}{\usebox{\hdr}}
+\markboth{<?lsmb company ?>\hfill <?lsmb statementdate ?>}{\usebox{\hdr}}
\pagestyle{myheadings}
%\thispagestyle{empty} use this with letterhead paper
@@ -50,33 +50,33 @@
\parbox[t]{1cm}{\hfill}
\parbox[t]{.5\textwidth}{
-<%name%>\\
-<%address1%>\\
-<%if address2%>
-<%address2%>
-<%end address2%>\\
-<%city%> <%state%> <%zipcode%>\\
-<%if country%>
-<%country%>
-<%end country%>\\
+<?lsmb name ?>\\
+<?lsmb address1 ?>\\
+<?lsmb if address2 ?>
+<?lsmb address2 ?>
+<?lsmb end address2 ?>\\
+<?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?>\\
+<?lsmb if country ?>
+<?lsmb country ?>
+<?lsmb end country ?>\\
}
\parbox[t]{.4\textwidth}{
-<%if customerphone%>
-Tel: <%customerphone%>
-<%end customerphone%>
+<?lsmb if customerphone ?>
+Tel: <?lsmb customerphone ?>
+<?lsmb end customerphone ?>
-<%if customerfax%>
-Fax: <%customerfax%>
-<%end customerfax%>
+<?lsmb if customerfax ?>
+Fax: <?lsmb customerfax ?>
+<?lsmb end customerfax ?>
-<%email%>
+<?lsmb email ?>
}
\hfill
\vspace{1cm}
-\textbf{RELATÓRIO} \hfill \textbf{<%statementdate%>}
+\textbf{RELATÓRIO} \hfill \textbf{<?lsmb statementdate ?>}
\vspace{2cm}
@@ -85,13 +85,13 @@ Fax: <%customerfax%>
\textbf{Número da Fatura \#} & \textbf{Data} & \textbf{Prazo} &
\textbf{Atual} & \textbf{30} & \textbf{60} & \textbf{90+} \\
\hline
-<%foreach invnumber%>
- <%invnumber%> & <%invdate%> & <%duedate%> &
- <%c0%> & <%c30%> & <%c60%> & <%c90%> \\
-<%end invnumber%>
+<?lsmb foreach invnumber ?>
+ <?lsmb invnumber ?> & <?lsmb invdate ?> & <?lsmb duedate ?> &
+ <?lsmb c0 ?> & <?lsmb c30 ?> & <?lsmb c60 ?> & <?lsmb c90 ?> \\
+<?lsmb end invnumber ?>
\multicolumn{7}{|l|}{\mbox{}} \\
\hline
- \textbf{Subtotal} & & & <%c0total%> & <%c30total%> & <%c60total%> & <%c90total%> \\
+ \textbf{Subtotal} & & & <?lsmb c0total ?> & <?lsmb c30total ?> & <?lsmb c60total ?> & <?lsmb c90total ?> \\
\hline
\end{tabular*}
@@ -99,12 +99,12 @@ Fax: <%customerfax%>
\hfill
\begin{tabularx}{7cm}{Xr@{}}
- \textbf{Totais} & \textbf{<%total%>}
+ \textbf{Totais} & \textbf{<?lsmb total ?>}
\end{tabularx}
\vfill
-Favor pagar com <%company%>
+Favor pagar com <?lsmb company ?>
\end{document}