summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-14 22:09:22 +0000
committerKarl Berry <karl@freefriends.org>2014-05-14 22:09:22 +0000
commit73e4e78204b3547c1e8918b1404910ca37205410 (patch)
treee03c0c5afeb5079de8801279e15c290ba0669822 /Master
parentb0b887b30a02b42cbe7d764ea5011d922559b9dd (diff)
biblatex-phys (14may14)
git-svn-id: svn://tug.org/texlive/trunk@34035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/README20
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdfbin408345 -> 408931 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex13
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx10
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx4
5 files changed, 15 insertions, 32 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-phys/README b/Master/texmf-dist/doc/latex/biblatex-phys/README
deleted file mode 100644
index 0daccac47e0..00000000000
--- a/Master/texmf-dist/doc/latex/biblatex-phys/README
+++ /dev/null
@@ -1,20 +0,0 @@
-----------------------------------------------------------------
-biblatex-phys --- A biblatex implementation of the AIP and APS
- bibliography style
-Maintained by Joseph Wright
-E-mail: joseph.wright@morningstar2.co.uk
-Released under the LaTeX Project Public License v1.3c or later
-See http://www.latex-project.org/lppl.txt
-----------------------------------------------------------------
-
-The biblatex-phys package provides an implementation of the
-bibliography styles of both the AIP and the APS for biblatex.
-This implementation follows standard biblatex conventions, and
-can be used simply by loading biblatex with the appropriate option
-
- \usepackage[style=phys]{biblatex}
-
-A demonstration database is provided to show how to format
-input for the style. Style options are provided to cover the
-minor formatting variations between the AIP and APS bibliography
-styles.
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 431572831ab..10cee1b4dcb 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 c6891d15163..d389b27c6ca 100644
--- a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex
@@ -9,10 +9,11 @@
%%
\documentclass[a4paper]{ltxdoc}
+\usepackage{lmodern}
+\usepackage[final]{microtype}
\usepackage[T1]{fontenc}
\usepackage[backend=bibtex,style=phys]{biblatex}
-\usepackage[final]{microtype}
-\usepackage{csquotes,lmodern}
+\usepackage{csquotes}
\usepackage{hyperref}
\hypersetup{hidelinks}
@@ -24,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 v0.9e, last revised 2013/02/15.}}
-\date{Released 2013/02/15}
+ \footnote{This file describes v0.9f, last revised 2014/05/14.}}
+\date{Released 2014/05/14}
\providecommand*{\opt}[1]{\texttt{#1}}
\providecommand*{\pkg}[1]{\textsf{#1}}
@@ -175,13 +176,15 @@ be sent by e-mail to
(Biber-only)}
\changes{v0.9e}{2013/01/29}{Link \enquote{related} articles using \textsc{doi}
or \textsc{url}}
+\changes{v0.9f}{2014/05/14}{Allow for variation in \texttt{journaltitle}
+ formatting}
\PrintChanges
\end{document}
%%
-%% Copyright (C) 2012,2013 by
+%% Copyright (C) 2012-2014 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 3e3bd7b91e5..85dc9f5a51f 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}[2013/02/15 v0.9e biblatex bibliography style]
+\ProvidesFile{phys.bbx}[2014/05/14 v0.9f biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{numeric-comp}
@@ -446,6 +446,7 @@
{}%
}
+
\renewbibmacro*{journal}{%
\iffieldundef{journaltitle}
{}
@@ -455,15 +456,14 @@
{%
\global\undef\bbx@set@journal
\printtext[journaltitle]{%
- \printfield{journaltitle}%
+ \printfield[noformat]{journaltitle}%
\setunit{\subtitlepunct}%
- \printfield{journalsubtitle}%
+ \printfield[noformat]{journalsubtitle}%
}%
}%
}%
}
-
% This is the original definition from standard.bbx, but
% a relatedstring is printed only if it was explicitly defined.
\renewbibmacro*{related}{%
@@ -519,7 +519,7 @@
%%
-%% Copyright (C) 2012,2013 by
+%% Copyright (C) 2012-2014 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 d7213b3fabc..65efd83eb41 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}[2013/02/15 v0.9e biblatex citation style]
+\ProvidesFile{phys.cbx}[2014/05/14 v0.9f biblatex citation style]
\RequireCitationStyle{numeric-comp}
@@ -20,7 +20,7 @@
}
%%
-%% Copyright (C) 2012,2013 by
+%% Copyright (C) 2012-2014 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of