On 13 Oct, Bruce Momjian wrote:
> However, I couldn't figure out how to get put the Latex inline code in
> the bibliography. I can put it before the bibliography starts, but that
> doesn't help because it shows the wrong page number. I can put it at
> the end of the bibliography, but that doesn't work if the bibliography
> is more than one page in length.
one way of solving this page number problem is:
\addtocounter{page}{n} where n is the number of pages you wish to add
to the page counter.
This is useful when you have added the bibliography to the toc, but
have appendecies following the bibliography and want the page numbers
on them to be correct, as I found out recently.
Tony