summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-11 23:39:13 +0000
committerKarl Berry <karl@freefriends.org>2016-03-11 23:39:13 +0000
commit0f01a2625108a01a43987bb54750b2c7816f851f (patch)
tree89b6dfebcc4f402c90c599aac47a869025d13ad3 /Master/texmf-dist/doc/latex
parentfd4a6ee1f0fde44164748ea2f8f012253ecb0565 (diff)
biblatex-phys (11mar16)
git-svn-id: svn://tug.org/texlive/trunk@39999 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/LICENSE.md5
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/README.md15
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdfbin408931 -> 408687 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex11
4 files changed, 26 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-phys/LICENSE.md b/Master/texmf-dist/doc/latex/biblatex-phys/LICENSE.md
new file mode 100644
index 00000000000..69cdc42a1a3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-phys/LICENSE.md
@@ -0,0 +1,5 @@
+Released under the [LaTeX Project Public
+License](http://www.latex-project.org/lppl.txt), v1.3c or later.
+
+The package has status 'maintained': the current maintainer is
+[Joseph Wright](joseph.wright@morningstar2.co.uk). \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/biblatex-phys/README.md b/Master/texmf-dist/doc/latex/biblatex-phys/README.md
new file mode 100644
index 00000000000..a41acfe0106
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-phys/README.md
@@ -0,0 +1,15 @@
+biblatex-phys - A biblatex implementation of the AIP and APS bibliography style
+===============================================================================
+
+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 10cee1b4dcb..939ff837fa2 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 d389b27c6ca..075246746f0 100644
--- a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex
@@ -12,7 +12,7 @@
\usepackage{lmodern}
\usepackage[final]{microtype}
\usepackage[T1]{fontenc}
-\usepackage[backend=bibtex,style=phys]{biblatex}
+\usepackage[backend=biber,style=phys]{biblatex}
\usepackage{csquotes}
\usepackage{hyperref}
@@ -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 v0.9f, last revised 2014/05/14.}}
-\date{Released 2014/05/14}
+ \footnote{This file describes v1.0, last revised 2016/03/10.}}
+\date{Released 2016/03/10}
\providecommand*{\opt}[1]{\texttt{#1}}
\providecommand*{\pkg}[1]{\textsf{#1}}
@@ -178,13 +178,14 @@ be sent by e-mail to
or \textsc{url}}
\changes{v0.9f}{2014/05/14}{Allow for variation in \texttt{journaltitle}
formatting}
+\changes{v1.0}{2016/03/10}{First stable release}
\PrintChanges
\end{document}
%%
-%% Copyright (C) 2012-2014 by
+%% Copyright (C) 2012-2014,2016 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of
@@ -204,4 +205,4 @@ be sent by e-mail to
%% phys.cbx,
%% and the derived file biblatex-phys.pdf.
%%
-%% End of file `biblatex-phys.tex'. \ No newline at end of file
+%% End of file `biblatex-phys.tex'.