Index: /trunk/glueforge/templates/latex/tables.tt
===================================================================
--- /trunk/glueforge/templates/latex/tables.tt	(revision 6466)
+++ /trunk/glueforge/templates/latex/tables.tt	(revision 6467)
@@ -6,14 +6,13 @@
 \begin{tabular}{|l|l|l|}
 \hline
-name        & type           & description \\
+\textbf{name}   & \textbf{type} & \textbf{description} \\
 \hline
 [% FOREACH item = table.columns -%]
 [%- IF item.type == 'STR' -%]
-[% item.name.replace('_', '\\_') %] & [% item.type %] (up to [% item.value %] chars) & \parbox[t]{3.0in}{[% item.comment.replace('\#', '') %]} \\
-[% ELSE -%]
-[% item.name.replace('_', '\\_') %] & [% item.type %] & \parbox[t]{3.0in}{[% item.comment.replace('\#', '') %]} \\
+[% item.name.replace('_', '\\_') %] & [% item.type %] (up to [% item.value %] chars) & \parbox[t]{3.0in}{[% item.comment.replace('\#', '') %]} \\ \hline
+[% ELSE -%] 
+[% item.name.replace('_', '\\_') %] & [% item.type %] & \parbox[t]{3.0in}{[% item.comment.replace('\#', '') %]} \\ \hline
 [% END -%]
 [% END -%]
-\hline
 \end{tabular}
 \end{center}
