Post by John_sc » Tue Jan 18, 2011 6:08 pm
It is possible to combine multiple cites such as \cite
But is there a way to list multiple citations which each include reference page numbers. For example, \cite[page 33] \cite[page 34]
Recommended reading 2024:
frabjous Posts: 2064 Joined: Fri Mar 06, 2009 12:20 am
Post by frabjous » Tue Jan 18, 2011 6:39 pm
I'm not aware of a way to do with standard BibTeX, but with BibLaTeX, you can use the various "multicite" commands like \cites:
\documentclass \usepackage[style=numeric] \bibliography \begin \cites[page 3][page 4] \printbibliography \end