summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-26 22:42:17 +0000
committerKarl Berry <karl@freefriends.org>2012-07-26 22:42:17 +0000
commit0983fb3ed1420ff420386b0bea6c6b1a042dd0d0 (patch)
treee841d409bcfc0598b40020e3fd2a23d2fbdb0d2a /Master/texmf-dist
parent00b322a85ea0812901967e21ea3fd755b3e8656c (diff)
biblatex-phys (25jul12)
git-svn-id: svn://tug.org/texlive/trunk@27176 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdfbin376219 -> 401855 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex7
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx15
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx2
4 files changed, 14 insertions, 10 deletions
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
--- a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf
Binary files 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}