BibTeX, biblatex and biberBibtex bibliography for articles of a specific author?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
kristianjohann
Posts: 5
Joined: Tue Oct 20, 2009 1:31 pm

Bibtex bibliography for articles of a specific author?

Post by kristianjohann »

Hello!
I'm sorry but I couldn't found an answer to my question yet in the forum and via google:
How can I create a bibtex- or biblatex bibliography without entering commands like \cite. In especially I want to get for example a list of all papers, books, etc. of some specific author. For example my bibtex-file contains:

Code: Select all

@Book{ cit:carnap1956LogFou
title = {Logical Foundations of Probability}
author = {Rudolf Carnap}
year = {1956}
}
@Book{ cit:quine1982PhiLog
title = {Philosophy of Logic}
author = {Willard van Orman Quine}
year = {1982}
}
@Book{ cit:carnap1928LogAuf
title = {Der logische Aufbau der Welt}
author = {Rudolf Carnap}
year = {1928}
}
And I would like to enter in my latex-file something like:

Code: Select all

\citeallfrom{author}{Rudolf Carnap}
and get as output a list with entries of Carnaps articles, books, etc. stored in my bibtex-files as I get in fact by entering:

Code: Select all

\cite{cit:carnap1928LogAuf}\cite{cit:carnap1956LogPro}
Any idea if there is a package serving such a feature?
Many thanks and best regards,
Christian Johann

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply