Stephen Buonopane <sbuonopa@...> writes:
>
> The following works...
>
> \let\oldthebibliography=\thebibliography
> \let\oldendthebibliography=\endthebibliography
> \renewenvironment{thebibliography}[1]{%
> \oldthebibliography{#1}%
> \setcounter{enumiv}{5}%
> }{\oldendthebibliography}
>
If you are using natbib, you have to use NAT@ctr not enumiv (quite sensible, but
ill documented, had to read the .sty file once I guessed what might be up.)
