Table with wrong Overleaf numbering

Asked

Viewed 102 times

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: inserir a descrição da imagem aqui

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?

  • 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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.