BibTeX, biblatex and biberSpecify which of multiple citations is preceded by a prefix

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
dadrivr
Posts: 8
Joined: Sat Sep 11, 2010 3:49 pm

Specify which of multiple citations is preceded by a prefix

Post by dadrivr »

I'm trying to add a prefix to a particular citation in LaTeX using BibTex/natbib/BibLaTeX in the context of multiple citations.

Here's what I want to appear:

Code: Select all

Claim made by several authors (citation01, citation02; but see citation03).
Here's my attempt in LaTeX:

Code: Select all

Claim made by several authors \citep[but see][]{citation01,citation02,citation03}.
The problem is that it adds the prefix ("but see") before all of the citations, and I don't know how to specify which citation is preceded by the prefix. Is there a way to specify where the prefix is inserted?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply