From bcdf6c829c6761de02484473ebe43fa3760adcaa Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 12 May 2021 03:01:15 +0000 Subject: CTAN sync 202105120301 --- support/TeX4ht/doc/mn15.html | 155 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 support/TeX4ht/doc/mn15.html (limited to 'support/TeX4ht/doc/mn15.html') diff --git a/support/TeX4ht/doc/mn15.html b/support/TeX4ht/doc/mn15.html new file mode 100644 index 0000000000..d37196521b --- /dev/null +++ b/support/TeX4ht/doc/mn15.html @@ -0,0 +1,155 @@ + + + + + + + + + + + + + +

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. The macro \HMultispan records the number of +columns. +

+ +
+
(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">  +
               \ifnum \HMultispan>1  +
                   colspan="\HMultispan"\fi}(\HRow,\HCol)}  +
   {\HCode{</td>}}  +
\Css{.try{ border:solid 4px; }}  +
  +
\begin{tabular}{lll}  +
  &&\\ &&  +
\end{tabular}  +
+
+ +
+

Generated August 24, 2020 - tex4ht home page

+ -- cgit v1.2.3