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}
}
Code: Select all
\citeallfrom{author}{Rudolf Carnap}
Code: Select all
\cite{cit:carnap1928LogAuf}\cite{cit:carnap1956LogPro}
Many thanks and best regards,
Christian Johann