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!
\documentclassand finishing at\enddocument– js bibra Dec 22 '19 at 02:09\bibtem->\bibitemand two}, then it copmpiles just fine and lists[1],[2],[3],[4]– daleif Dec 22 '19 at 11:43