BibTeX, biblatex and biber ⇒ Multiple Cites with reference pages
Multiple Cites with reference pages
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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Multiple Cites with reference pages
Code: Select all
\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
("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?