BibTeX, biblatex and biber ⇒ Interlaced Citation
Interlaced Citation
I'm new to the forum, and I've tried using the search function and wading through various LaTeX resources, but I can't find the solution to my problem.
I'm preparing my thesis in LaTeX, and I use BiBTeX for the bibliography. \citet and \citep work well. But I need an "interlaced" (just came up with the term) citation of primary literature that is pointed out in secondary literature, something like this:
"A statement of a fact (Burgess and Jones (1988) cited in James and Woody (2002))."
I've failed to find this anywhere in TeX manuals or Google - but maybe I didn't know the correct search terms. Please help me: is there a way to do this with BiBTeX?
And if there is, is there a way to change the "cited in" part (I'm not writing in English) to something else?
(Sorry for not providing a minimal working example but I just thought that packages and other code didn't have much relevance here. I apologize if this is a wrong post.)
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Interlaced Citation
Code: Select all
A statement of a fact (\cite{BurgessJones:1988} cited in \cite{JamesWoody:2002}).
But from my point of view it would suffice if you cite the original work (here: Burgess and Jones (1988)) because this is your primary source. It doesn't really matter where this source is cited else.
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Interlaced Citation

ps. This can be marked solved I guess.