summaryrefslogtreecommitdiff
path: root/templates/Traditional_Chinese_Big5-timecard.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/Traditional_Chinese_Big5-timecard.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/Traditional_Chinese_Big5-timecard.tex')
-rwxr-xr-xtemplates/Traditional_Chinese_Big5-timecard.tex30
1 files changed, 15 insertions, 15 deletions
diff --git a/templates/Traditional_Chinese_Big5-timecard.tex b/templates/Traditional_Chinese_Big5-timecard.tex
index b7630a00..ab849993 100755
--- a/templates/Traditional_Chinese_Big5-timecard.tex
+++ b/templates/Traditional_Chinese_Big5-timecard.tex
@@ -11,42 +11,42 @@
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
-<%include letterhead.tex%>
+<?lsmb include letterhead.tex ?>
\centerline{\textbf{T I M E}\hspace{0.5cm}\textbf{C A R D}}
\vspace*{0.5cm}
\begin{tabular}[t]{ll}
- \textbf{Employee} & <%employee%> \\
- \textbf{ID} & <%employee_id%> \\
+ \textbf{Employee} & <?lsmb employee ?> \\
+ \textbf{ID} & <?lsmb employee_id ?> \\
\end{tabular}
\hfill
\begin{tabular}[t]{ll}
- \textbf{Card ID} & <%id%> \\
- \textbf{Date} & <%transdate%> \\
- \textbf{In} & <%checkedin%> \\
- \textbf{Out} & <%checkedout%> \\
- \textbf{Hours} & <%qty%> \\
+ \textbf{Card ID} & <?lsmb id ?> \\
+ \textbf{Date} & <?lsmb transdate ?> \\
+ \textbf{In} & <?lsmb checkedin ?> \\
+ \textbf{Out} & <?lsmb checkedout ?> \\
+ \textbf{Hours} & <?lsmb qty ?> \\
\end{tabular}
\vspace{1cm}
\begin{tabular}[b]{ll}
- \textbf{Job/Project \#} & <%projectnumber%> \\
- \textbf{Description} & <%projectdescription%> \\
- \textbf{Labor/Service Code} & <%partnumber%> \\
- \textbf{Description} & <%description%> \\
+ \textbf{Job/Project \#} & <?lsmb projectnumber ?> \\
+ \textbf{Description} & <?lsmb projectdescription ?> \\
+ \textbf{Labor/Service Code} & <?lsmb partnumber ?> \\
+ \textbf{Description} & <?lsmb description ?> \\
\end{tabular}
\hfill
\begin{tabular}[b]{lr}
- \textbf{Rate} & <%sellprice%> \\
- \textbf{Total} & <%total%> \\
+ \textbf{Rate} & <?lsmb sellprice ?> \\
+ \textbf{Total} & <?lsmb total ?> \\
\end{tabular}
\vspace{0.3cm}
-<%notes%>
+<?lsmb notes ?>
\end{document}