2.3.2011 v 16:27, Radhakrishnan CV:

On 02/03/11 1:52 AM, Peter Fodrek wrote:


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} \]

If you would remove \[ ... \] and substitute with \begin{center} ...
\end{center}, your problem will be solved.

Thank you very much  I will try as son as possible


%\vspace{0mm}
\begin{center}
\parbox{7cm}{{\bf TABLE \arabic{tabcounter}:}\quad {\it #3 } } \\
\end{center}
}

Please try the attached peter.tex and see the output made at this end.


Kind regards

Peter Fodrek

Reply via email to