diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx index 8e9aa238ce2..bb78aa1718e 100644 --- a/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{phys.bbx}[2016/03/10 v1.0 biblatex bibliography style] +\ProvidesFile{phys.bbx}[2016/03/13 v1.0a biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -54,7 +54,10 @@ url = false } -\renewbibmacro*{name:given-family}[4]{% +\@ifpackageloaded{biblatex_legacy} + {\renewbibmacro*{name:first-last}} + {\renewbibmacro*{name:given-family}} + [4]{% \usebibmacro{name:delim}{#2#3#1}% \usebibmacro{name:hook}{#2#3#1}% \ifblank{#2}{}{\mkbibnamefirst{#2}\isdot\bibnamedelimd}% diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx index ffba4c3d4b5..40444081273 100644 --- a/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{phys.cbx}[2016/03/10 v1.0 biblatex citation style] +\ProvidesFile{phys.cbx}[2016/03/13 v1.0a biblatex citation style] \RequireCitationStyle{numeric-comp} |