1. \Configure{table} {before-tbl} {after-tbl} {before-row} {after-row} {before-entry} {after-entry}
The parameter table stands for ‘tabular’, ‘array’, or ‘eqnarray’. The macros \HRow and \HCol provide the row and column indexes, respectively.
| \Configure{tabular}
{\HCode{<table>}} {\HCode{</table>}} {\HCode{<tr>}} {\HCode{</tr>}} {\HCode{<td class="try">}(\HRow,\HCol)} {\HCode{</td>}} \Css{.try{ border:solid 4px; }} \begin{tabular}{lll} &&\\ && \end{tabular} |