梅威瑟:
\documentclass{book}
\usepackage{a4wide}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{polyglossia}
\setmainlanguage[spelling=new,babelshorthands=true]{german}
\usepackage[autostyle]{csquotes}
\usepackage[style=authortitle-dw,
edsuper=true,
namefont=smallcaps,
useprefix=true,
ibidemfont=smallcaps,
idemfont=smallcaps,
idembibformat=dash,
shorthandibid=true,
backref=false,
backrefstyle=none,
hyperref=true,
isbn=false,
backend=biber,
citereset=chapter,
bibencoding=utf8]{biblatex}
\DeclareFieldFormat{pages}{#1}
\DeclareFieldFormat{page}{#1}
\DeclareNameAlias{sortname}{last-first}
\DefineBibliographyStrings{german}{
and={/},
page={},
andothers = {{et\,al\adddot}},
editor = {{Hg\adddot}} ,
editors = {{Hg\adddot}}
}
\renewcommand*{\multinamedelim}{\addnbspace\slash\space}
%\renewcommand*{\finalnamedelim}{\addnbspace\slash\space}
\renewcommand*{\bibmultinamedelim}{\addnbspace\slash\space}
%\renewcommand*{\bibfinalnamedelim}{\addnbspace\slash\space}
\usepackage{filecontents}
\begin{filecontents}{file.bib}
@book{ebert1989,
year = {1989},
title = {Räumt die Steine hinweg: DDR Herbst 1989: geistliche Reden im politischen Aufbruch},
address = {München},
publisher = {Claudius},
isbn = {3532620987},
editor = {Ebert, Andreas and Haberer, Johanna and Kraft, Friedrich},
shorttitle = {Steine}
}
@book{bulischop.2006,
author = {von Bulisch, Jens},
year = {2006},
title = {Evangelische Presse in der DDR},
address = {Göttingen},
volume = {43},
publisher = {Vandenhoeck und Ruprecht},
isbn = {3525557442},
series = {AKZG},
shorttitle = {Presse}
}
\end{filecontents}
\addbibresource{file.bib}
\begin{document}
text \footcite{bulischop.2006} text.
text \footcite{ebert1989} haha.
\printbibliography
\end{document}
我有一种特殊的格式,可以在多作者资源之间放置带空格的斜线。但是,在脚注引用中,它只会放置不带空格的斜线,见下图。我需要添加什么才能在脚注引用中的斜线左右两侧也留有空格?
答案1
biblatex-dw
有\bib...namedelim
s 和\cite..namedelim
s
\renewcommand*{\bibmultinamedelim}{\addnbspace\slash\space}
\renewcommand*{\bibfinalnamedelim}{\bibmultinamedelim}
\renewcommand*{\citemultinamedelim}{\bibmultinamedelim}
\renewcommand*{\citefinalnamedelim}{\citemultinamedelim}
您还需要重新定义\cite...
界限。
您biblatex-dw
实际上不需要重新定义biblatex
/ \multinamdelim
,\finalnamdelim
因为这些命令的定义会根据上下文被它们的\cite...
/版本替换。\bib...