0

2

I'm aware of a previous question about Change bibliography starting number but my problem is that I have used the code

 \makeatletter
 \addtocounter{\@listctr}{4}
 \makeatother

however, it does not work in \documentclass[]{a0poster}.

main tex

\documentclass[portrait,a0b,final]{a0poster}
\usepackage{type1cm} 
 \usepackage{lmodern} 
 \usepackage[T5]{fontenc}

  \begin{document}

  \begingroup
  \renewcommand{\section}[2]{}
  \begin{thebibliography}{99}
     \bibitem{JM}
         J.M. 
     \bibtem{CR}
         C.R
    \end{thebibliography}
    \endgroup}

   \begingroup
  \renewcommand{\section}[2]{}
 \begin{thebibliography}{99}

 \makeatletter
\addtocounter{\@listctr}{2}
 \makeatother

    \bibitem{JJ}
       J.J
    \bibtem{CA}
        C.A
     \end{thebibliography}
      \endgroup}

     \end{document}

Can someone help me? Thanks!

moewe
  • 175,683
Success
  • 133

0 Answers0