Dear TeX experts,

I would like to ask for you help

I have and templete where


%% insert table
%% use as \tabin{size_in_mm}{label}{caption}{table_data}
\newcounter{tabcounter}
\def\tabin #1#2#3#4{
\refstepcounter{tabcounter} \label{#2}
\[ \makebox[#1mm][c]{#4} \]
%\vspace{0mm}
\begin{center}
 \parbox{7cm}{{\bf TABLE \arabic{tabcounter}:}\quad {\it #3 } } \\
\end{center}
}



is set as must,

teh i used


\tabin{80}{first}{First set of experiments}{
        \begin{tabular} {|c| c| c| c| c| c|}
        \hline
        telegram number & 1 & 2 & 3 & 4 & 5 \\ \hline
        priority & 1 & 3 & 2 & 5 & 2 \\ \hline
        $S_m$ [B] & 8 & 8 & 8 & 8 & 8 \\ \hline
        $J_m$ [$\mu$s] & 25 & 25 & 25 & 25 & 25 \\ \hline   
        \end{tabular}
}


latex and tex4ht processed file correctly
but  mk4ht oolatex

shows error on the latest "}"

! Missing \endcsname inserted
<to be read again>
                \relax

l.398 }

I would like to ask more precise mailing list but yours seems to be the most precise
I would like to get information  How to determine cause of the error

I was to try to comment tabin macro and error was transformed to next tabin macro in the file

Commenting  \label{#2} in the template does not caused any change.

Upgrading tex4ht and oolatex as well was not to help, too.

I there anybody able to help me, please

Thank you for your response

I look forward hearing from you

Yours faitfully

Peter Fodrek


Reply via email to