答案1
答案2
这个问题仍然需要 MWE 来绝对确定发生了什么,但这里至少有一个提供您想要的输出的示例。
我已经使用该addendum
领域Tommy Hilfiger 首席执行官 Daniel Grieder 访谈url
因为这是标准样式中在字段之后打印的唯一合适的字段。
笔记:你已经拼写希尔菲格您的截图有误。
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage{csquotes}
\usepackage[style=authoryear]{biblatex}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@online{Pittroff2015,
author = {Pittroff, Uschka and Grieder, Daniel},
date = {2015},
url = {http://www.manager-magazin.de/lifestyle/mode/mode-tommy-hilfiger-stellt-auf-digitalen-showroom-um-a-1014348.html},
addendum = {Interview mit Daniel Grieder, CEO von Tommy Hilfiger}
}
\end{filecontents}
\addbibresource{\jobname.bib}
\pagestyle{empty}
\urlstyle{same}
\DeclareFieldFormat{url}{\url{#1}}
\begin{document}
\nocite{*}
\printbibliography
\end{document}