BibTeX, biblatex and biber ⇒ Cite single volume in a multi-volume work
Cite single volume in a multi-volume work
What i mean is this:
1. I have some encyclopedias that all share the same name and have more than one volume.
2. I would like to cite them so that Bibtex adds Vol.1 or Vol.2 depending on what i use at the moment.
3. At Bibliography at the end it should produce only one entry like for example:
Author, Book Name, Vol.1-7
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
Re: Cite single volume in a multi-volume work
Cite single volume in a multi-volume work
No, that would produce cite that looks like this:phi wrote:You can add additional remarks to the citations with \cite[Vol.~1]{key}. Using the plain style this appears as [2, Vol. 1]. Perhaps that is already sufficient.
Code: Select all
Volume, Author, Book Title, Page.
Code: Select all
Author, Book Title, Volume, Page
Example:
\cite[Vgl.][134]{key}
Re: Cite single volume in a multi-volume work
\cite[Vgl.][Vol.2, 134]{key}
produce? Anything useable?
Cite single volume in a multi-volume work
Nope doesnt work sorryfrabjous wrote:I don't think phi meant in the first brackets, but in the same brackets with the page number. In the style you're using, What does:
\cite[Vgl.][Vol.2, 134]{key}
produce? Anything useable?

It produces this:
Vgl. AUTHOR: Bookname Page [Year], P. Vol.1, 72.