summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-05 23:16:01 +0000
committerKarl Berry <karl@freefriends.org>2013-01-05 23:16:01 +0000
commit9b2a23d5894f2bbd1df8f56b74ac9753660cdc51 (patch)
tree76914355db217cd1316086ba0e167457a540aa72 /Master
parentb9d92c52672849ee2fd167c6675df004d6fa7125 (diff)
biblatex-phys (5jan13)
git-svn-id: svn://tug.org/texlive/trunk@28741 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdfbin401855 -> 404685 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex11
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx22
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx4
4 files changed, 17 insertions, 20 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 fe772e30f0c..8d187a5b997 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 7d3635eaef6..e8675015900 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.9a, last revised 2012/07/24.}}
-\date{Released 2012/07/24}
+ \footnote{This file describes v0.9b, last revised 2013/01/04.}}
+\date{Released 2013/01/04}
\providecommand*{\opt}[1]{\texttt{#1}}
\providecommand*{\pkg}[1]{\textsf{#1}}
@@ -157,13 +157,18 @@ be sent by e-mail to
\changes{v0.9a}{2012/07/13}{Detect and remove repeated information in
entry sets at any position in the set}
+\changes{v0.9b}{2013/01/04}{Enable use of \texttt{firstinits} option}
+\changes{v0.9b}{2013/01/04}{Fix handling of \texttt{doi} field for
+ \texttt{article} entries}
+\changes{v0.9b}{2013/01/04}{Print \texttt{doi} or \texttt{url} after year
+ for \texttt{article} entries, consistent with \texttt{online} behaviour}
\PrintChanges
\end{document}
%%
-%% Copyright (C) 2012 by
+%% Copyright (C) 2012,2013 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of
diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx
index 5566d083ebd..376a5eff1d9 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/24 v0.9a biblatex bibliography style]
+\ProvidesFile{phys.bbx}[2013/01/04 v0.9b biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{numeric-comp}
@@ -54,12 +54,6 @@
url = false
}
-% Modify the name format
-\DeclareNameFormat{default}{%
- \usebibmacro{name:first-last}{#1}{#4}{#5}{#7}%
- \usebibmacro{name:andothers}%
-}
-
\renewbibmacro*{name:first-last}[4]{%
\usebibmacro{name:delim}{#2#3#1}%
\usebibmacro{name:hook}{#2#3#1}%
@@ -220,18 +214,16 @@
\iftoggle{bbx:isbn}
{\printfield{issn}}
{}%
- \newunit\newblock
- \usebibmacro{doi+eprint+url}%
\setunit{\addspace}%
\printfield{year}%
- \newunit\newblock
+ \setunit{\addspace}%
\iffieldundef{pages}
{%
- \iftoggle{bbx:doi}
- {}
- {\printfield{doi}}%
- }
+ \printfield{doi}%
+ \clearfield{doi}%
+ }%
{}%
+ \usebibmacro{doi+eprint+url}%
\newunit\newblock
\usebibmacro{addendum+pubstate}%
\setunit{\bibpagerefpunct}\newblock
@@ -387,7 +379,7 @@
}
%%
-%% Copyright (C) 2012 by
+%% Copyright (C) 2012,2013 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of
diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx
index cf4b0710702..d47edc7eef5 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/24 v0.9a biblatex citation style]
+\ProvidesFile{phys.cbx}[2013/01/04 v0.9b biblatex citation style]
\RequireCitationStyle{numeric-comp}
@@ -20,7 +20,7 @@
}
%%
-%% Copyright (C) 2012 by
+%% Copyright (C) 2012,2013 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of