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

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

Post Reply