4 Novembre 2013 alle 5:42
#90105
::
InvincibleBoy” post=89611ho provato il codice che mi hai dato ma non mi riconosce il tuo comando:
`\newcommand{\tabheader}[1]{%
\begin{tabular}{@{}c@{}}\strut#1\strut\end{tabular}%
`
mi da questo errore:Runaway argument?
{ \begin {tabular}{@{}c@{}}\strut ##1\strut \end {tabular} \par \setlength \ETC
.
! File ended while scanning use of \@argdef.
\paril mio codice è questo:
`\newcommand{\tabheader}[2][l]{\begin{tabular}[t]{@{}#1@{}}#2\end{tabular}}
`
dove è il problema?grz.
Credo che il tuo errore sia dovuto a una parentesi graffa chiusa che non hai messo.
Ciao
Tommaso