Scusate, ho un “piccolo” problema…ho modificato la tabella sottostante da “tabular” a “tabulary”:
`\begin{table}[H]
\centering
\begin{tabulary}{\textwidth}{L}
\toprule
\textbf{CU1 — x}\\
\midrule
\textsl{Attori:}\\
x, y\\
\midrule
\textsl{Pre-condizioni:}– \\
\midrule
\textsl{Scenario principale:}\\
\begin{tabenum}[label=\arabic*.]
\item x
\item y
\end{tabenum}
\midrule
\textsl{Scenari alternativi:}\\
\begin{tabenum}[label=\arabic*a.]
\item x
\item y
\end{tabenum}\\
\midrule
\textsl{Post-condizioni:} \\
x\\
\bottomrule
\end{tabulary}
\caption{Caso d'uso 1\label{casouso1}}
\end{table}`
ma ricevo il seguente errore: ./cap2.tex:137:Something’s wrong–perhaps a missing \item. \end{tabulary}
Potreste gentilmente darmi una mano per risolvere il problema?
Grazie a tutti, ciao.