It is possible to combine multiple cites such as \cite{Kalden04, Wierman07}. It is possible to include a page number in a citation, such as \cite [page 33]{Kalden04}.
But is there a way to list multiple citations which each include reference page numbers. For example, \cite[page 33]{Kalden04} \cite[page 34]{Wierman07}
BibTeX, biblatex and biber ⇒ Multiple Cites with reference pages
NEW: TikZ book now 40% off at Amazon.com for a short time.

Multiple Cites with reference pages
I'm not aware of a way to do with standard BibTeX, but with BibLaTeX, you can use the various "multicite" commands like \cites:
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage[style=numeric]{biblatex}\bibliography{mybibfile}\begin{document}\cites[page 3]{sample1}[page 4]{sample2}\printbibliography\end{document}
Re: Multiple Cites with reference pages
I installed biblatex, and etoolbox, but it am getting the following error:
("C:\Program Files\MiKTex 2.8\tex\latex\misc\etex.sty"))
! LaTex Error: File 'logreq.sty' not found.
Any ideas on how to resolve this?
("C:\Program Files\MiKTex 2.8\tex\latex\misc\etex.sty"))
! LaTex Error: File 'logreq.sty' not found.
Any ideas on how to resolve this?
Multiple Cites with reference pages
You need the package logreq.