diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-06 20:39:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-06 20:39:48 +0000 |
commit | 557478dc45d15c122ff22b79ec1e321c2062b909 (patch) | |
tree | 9107db521459106592572dc190db82c2f1392c05 /Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx | |
parent | 88b7f5d93868630bfcce1779a578947c243ddda3 (diff) |
biblatex-philosophy (6nov21)
git-svn-id: svn://tug.org/texlive/trunk@60976 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx index ab809672893..08a501ac9e4 100644 --- a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx @@ -25,7 +25,7 @@ %% This work has the LPPL maintenance status "author-maintained". %% \ProvidesFile{philosophy-standard.bbx} -[2021/07/16 v1.9.8e A set of styles for biblatex] +[2021/11/06 v1.9.8f A set of styles for biblatex] \RequireBiber[3] \@ifpackagelater{biblatex}{2020/08/23} @@ -726,7 +726,8 @@ \renewbibmacro*{bybookauthor}{% \ifnamesequal{author}{bookauthor}% {}% - {\printnames[default]{bookauthor}}} + {\printnames[default]{bookauthor}% + \newunit}} \newbibmacro*{xrefdata}{% \iffieldundef{volume} @@ -1081,7 +1082,7 @@ \newbibmacro*{inbook:full}{% \usebibmacro{bybookauthor}% - \newunit\newblock + \newblock \usebibmacro{maintitle+booktitle}% \newunit\newblock \usebibmacro{byeditor+others}% |