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.

(1,1) (1,2) (1,3)
(2,1) (2,2) (2,3)
\Configure{tabular} 
   {\HCode{<table>}} 
   {\HCode{</table>}} 
   {\HCode{<tr>}} 
   {\HCode{</tr>}} 
   {\HCode{<td class="try">}(\Row,\Col)} 
   {\HCode{</td>}} 

\Css{.try{ border:solid 4px; }} 
 
\begin{tabular}{lll} 
  &&\\ && 
\end{tabular}