LaTeX.org

LaTeX forum ⇒ BibTeX, biblatex and biber ⇒ Multiple Cites with reference pages

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
4 posts • Page 1 of 1 John_sc Posts: 2 Joined: Tue Jan 18, 2011 2:39 pm

Multiple Cites with reference pages

Post by John_sc » Tue Jan 18, 2011 6:08 pm

It is possible to combine multiple cites such as \cite. It is possible to include a page number in a citation, such as \cite [page 33].

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:

LaTeX Beginner LaTeX Cookbook LaTeX TikZ graphics

frabjous Posts: 2064 Joined: Fri Mar 06, 2009 12:20 am

Multiple Cites with reference pages

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