diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys-blx.bib | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf | bin | 408687 -> 408761 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex | 5 | ||||
-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 |
5 files changed, 20 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys-blx.bib b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys-blx.bib new file mode 100644 index 00000000000..99d61f2663d --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys-blx.bib @@ -0,0 +1,11 @@ +@Comment{$ biblatex control file $} +@Comment{$ biblatex version 2.6 $} +Do not modify this file! + +This is an auxiliary file used by the 'biblatex' package. +This file may safely be deleted. It will be recreated as +required. + +@Control{biblatex-control, + options = {2.6:0:0:1:0:0:1:1:0:0:0:0:0:1:2:1:79:+}, +} diff --git a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf Binary files differindex 939ff837fa2..04db958acbe 100644 --- a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex index 075246746f0..139af9bab64 100644 --- a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex +++ b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex @@ -25,8 +25,8 @@ {\texttt{joseph.wright@morningstar2.co.uk}}}} \title{\pkg{biblatex-phys} -- A \pkg{biblatex} implementation of the \textsc{aip} and \textsc{aps} bibliography style% - \footnote{This file describes v1.0, last revised 2016/03/10.}} -\date{Released 2016/03/10} + \footnote{This file describes v1.0a, last revised 2016/03/13.}} +\date{Released 2016/03/13} \providecommand*{\opt}[1]{\texttt{#1}} \providecommand*{\pkg}[1]{\textsf{#1}} @@ -179,6 +179,7 @@ be sent by e-mail to \changes{v0.9f}{2014/05/14}{Allow for variation in \texttt{journaltitle} formatting} \changes{v1.0}{2016/03/10}{First stable release} +\changes{v1.0a}{2016/03/13}{Ensure style works with both backends} \PrintChanges 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} |