von Gast » Di 29. Mai 2018, 13:00
Also bei mir geht das ganz Wunderbar
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=authoryear, backend=biber]{biblatex}
%\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@collection{appleby,
editor = {Humphrey Appleby},
shorteditor = {{Sir Humphrey}},
title = {On the Importance of the Civil Service},
date = {1980},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\addbibresource{biblatex-examples.bib}
\begin{document}
\cite{appleby} aber \citename{appleby}{editor}
\printbibliography
\end{document}
Aber wie gesagt: Ohne
Minimalbeispiel kann ich Dir nicht erklären, warum es bei Dir nicht geht.
Also bei mir geht das ganz Wunderbar
[code]\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=authoryear, backend=biber]{biblatex}
%\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@collection{appleby,
editor = {Humphrey Appleby},
shorteditor = {{Sir Humphrey}},
title = {On the Importance of the Civil Service},
date = {1980},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\addbibresource{biblatex-examples.bib}
\begin{document}
\cite{appleby} aber \citename{appleby}{editor}
\printbibliography
\end{document}[/code]
Aber wie gesagt: Ohne [m][/m] kann ich Dir nicht erklären, warum es bei Dir nicht geht.