Anyone knows how to cite single volume in a multi-volume work without having multiple entries in bibliography file?
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
BibTeX, biblatex and biber ⇒ Cite single volume in a multi-volume work
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Cite single volume in a multi-volume work
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.
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
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?
\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.