diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/biblatex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/biblatex.def | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.def b/Master/texmf-dist/tex/latex/biblatex/biblatex.def index 6b466241f2e..9566dd7b057 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.def +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.def @@ -443,7 +443,8 @@ \DeclareFieldFormat{related:multivolume}{\par\nobreak#1} \DeclareFieldFormat{related:origpubin}{\mkbibparens{#1}} \DeclareFieldFormat{related:origpubas}{\mkbibparens{#1}} -\DeclareFieldFormat{relatedstring:default}{#1\relatedpunct} +\DeclareFieldFormat{relatedstring:default}{#1\printunit{\relatedpunct}} +\DeclareFieldFormat{relatedstring:reprintfrom}{#1\addspace} % Generic formats for \printtext and \printfield @@ -1013,6 +1014,7 @@ \step[fieldset=type, fieldvalue=techreport] } \map{ + \step[fieldsource=hyphenation, fieldtarget=langid] \step[fieldsource=address, fieldtarget=location] \step[fieldsource=school, fieldtarget=institution] \step[fieldsource=annote, fieldtarget=annotation] @@ -2833,8 +2835,9 @@ \newbibmacro*{related:multivolume}[1]{% \entrydata*{#1}{% - \printfield{volume}% - \printfield{part}% + \printtext{% + \printfield{volume}% + \printfield{part}}% \setunit*{\addcolon\space}% \usebibmacro{title}% \ifboolexpr{ |