IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6467


Ignore:
Timestamp:
Feb 22, 2006, 2:31:31 PM (20 years ago)
Author:
jhoblitt
Message:

add \hline row separators
make col titles \textbf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/latex/tables.tt

    r6465 r6467  
    66\begin{tabular}{|l|l|l|}
    77\hline
    8 name        & type           & description \\
     8\textbf{name}   & \textbf{type} & \textbf{description} \\
    99\hline
    1010[% FOREACH item = table.columns -%]
    1111[%- IF item.type == 'STR' -%]
    12 [% item.name.replace('_', '\\_') %] & [% item.type %] (up to [% item.value %] chars) & \parbox[t]{3.0in}{[% item.comment.replace('\#', '') %]} \\
    13 [% ELSE -%]
    14 [% item.name.replace('_', '\\_') %] & [% item.type %] & \parbox[t]{3.0in}{[% item.comment.replace('\#', '') %]} \\
     12[% item.name.replace('_', '\\_') %] & [% item.type %] (up to [% item.value %] chars) & \parbox[t]{3.0in}{[% item.comment.replace('\#', '') %]} \\ \hline
     13[% ELSE -%] 
     14[% item.name.replace('_', '\\_') %] & [% item.type %] & \parbox[t]{3.0in}{[% item.comment.replace('\#', '') %]} \\ \hline
    1515[% END -%]
    1616[% END -%]
    17 \hline
    1817\end{tabular}
    1918\end{center}
Note: See TracChangeset for help on using the changeset viewer.