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}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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?