Since it's so many, I need to try to fix them little by little. I have tried to find answers in different wesbites but got no sucess when trying to fix my code...
My first question, is to understand what's going on on this code. In this one, I left only the columns (5 columns) to see if I still get the errors and stil get them:
Code: Select all
\begin{table} % If I don't nest tabularx inside a table, I get the same errors, nothing changes...
\begin{tabularx}{\textwidth}{c|c|c|c|c}
\hline
Atributo & Nome & Definição & Obrigatório? & Instruções % columns ...
\hline
\end{tabularx} % The errors are pointingto this line...
\end{table}
- Missing number, treated as zero.
- Misplaced \noalign.
- Underfull \hbox (badness 10000) in alignment at lines 41--41
- You can't use `\hrule' here except with leaders.
- Illegal unit of measure (pt inserted).
Thank you!
