From 0983fb3ed1420ff420386b0bea6c6b1a042dd0d0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 26 Jul 2012 22:42:17 +0000 Subject: biblatex-phys (25jul12) git-svn-id: svn://tug.org/texlive/trunk@27176 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/biblatex-phys/biblatex-phys.pdf | Bin 376219 -> 401855 bytes .../doc/latex/biblatex-phys/biblatex-phys.tex | 7 +++++-- Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx | 15 ++++++++------- Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf index 57793cea26e..fe772e30f0c 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf and b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf differ 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 8beef63dc69..7d3635eaef6 100644 --- a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex +++ b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex @@ -24,8 +24,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 v0.9, last revised 2012/07/12.}} -\date{Released 2012/07/12} + \footnote{This file describes v0.9a, last revised 2012/07/24.}} +\date{Released 2012/07/24} \providecommand*{\opt}[1]{\texttt{#1}} \providecommand*{\pkg}[1]{\textsf{#1}} @@ -155,6 +155,9 @@ be sent by e-mail to \printbibliography +\changes{v0.9a}{2012/07/13}{Detect and remove repeated information in + entry sets at any position in the set} + \PrintChanges \end{document} diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx index 037202ccd4c..5566d083ebd 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}[2012/07/12 v0.9 biblatex bibliography style] +\ProvidesFile{phys.bbx}[2012/07/24 v0.9a biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -102,6 +102,7 @@ % Simple modifications to punctuation, etc. \renewcommand*{\intitlepunct}{\addspace} +\providecommand*{\mkibid}[1]{#1} \renewcommand*{\newunitpunct}{\addcomma\space} % Bibliography strings @@ -331,12 +332,12 @@ {}% } {% - \ifnumequal{\thefield{entrysetcount}}{1} - {% - \savefield{journaltitle}{\bbx@set@journal}% - \savefield{namehash}{\bbx@set@namehash}% - } - {}% + \ifdef{\bbx@set@journal} + {} + {\savefield{journaltitle}{\bbx@set@journal}}% + \ifdef{\bbx@set@namehash} + {} + {\savefield{namehash}{\bbx@set@namehash}}% }% \newunit\newblock \usebibmacro{setpageref}% diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx index 84a0ed9b009..cf4b0710702 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}[2012/07/12 v0.9 biblatex citation style] +\ProvidesFile{phys.cbx}[2012/07/24 v0.9a biblatex citation style] \RequireCitationStyle{numeric-comp} -- cgit v1.2.3