0
I need to build a table in a work I’m doing on Overleaf, but for some reason the table starts to be counted from 0 and not from 1 as is standard ABNT. I do not think it is a problem in the programming of the table in Source, because I copied and pasted in another model and the problem did not happen:
Table code:
\begin{table}[h!]
\centering
\Caption{\label{tab:modeloUNIVESP2016} Modelos}
\UNIFORtab{}{
\begin{tabular}{cp{4cm}p{4cm}}
\toprule
Modelos & Dados de entrada & Técnicas de PO \\
\midrule \midrule
Deterministico & Conhecido ou sob o controle do tomador de decisão & Programação Linear, não linear, inteira, redes, combinatória, ...\\
Estocástico & Desconhecido ou incerto & Simulação, Teoria das filas, otimização robusta, ...\\
\bottomrule
\end{tabular}
}{
\Fonte{UNIVESP, 2016}
}
\end{table}
Are you using a model from your University? What is the link to this model in Overleaf?
– danieltakeshi
This is a problem of the model you are using, open an Issue on Unifortex2 github. But from what I saw the table numbering bug was fixed 2 months ago, see the new repository.
– danieltakeshi