Re: errore con caption

#51967
Up
0
Down
::


ok ho risolto con gli ambienti table e tabular… ma siccome sto scrivendo la tesi in inglese… vorrei che il caption fosse in inglese, cioé che al posto di tabella 1 scrivesse table 1

codice:

\begin{table}[tb]
\begin{center}
\begin{tabular}{cc}
\hline
Messages & Code words \\
\hline
$0 0 0 0$ & $0 0 0 0 0 0 0$ \\
$1 0 0 0$ & $1 1 0 1 0 0 0$ \\
\hline
\end{tabular}
\end{center}
\caption{Linear Block Code with k=4 and n=7}
\label{tab:table1}
\end{table}

Go to top