summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-science
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-11 23:39:27 +0000
committerKarl Berry <karl@freefriends.org>2016-03-11 23:39:27 +0000
commitdbdc8b0e5fb32248da5a3b954f01c7df5c240ffb (patch)
tree34a560fa1d49d9cd7fa41f12917715b0d6bd60d1 /Master/texmf-dist/doc/latex/biblatex-science
parent0f01a2625108a01a43987bb54750b2c7816f851f (diff)
biblatex-science (11mar16)
git-svn-id: svn://tug.org/texlive/trunk@40000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-science')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-science/LICENSE.md5
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-science/README10
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-science/README.md15
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.bib4
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.pdfbin365390 -> 365789 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.tex11
6 files changed, 28 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-science/LICENSE.md b/Master/texmf-dist/doc/latex/biblatex-science/LICENSE.md
new file mode 100644
index 00000000000..69cdc42a1a3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-science/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-science/README b/Master/texmf-dist/doc/latex/biblatex-science/README
deleted file mode 100644
index 798296712c6..00000000000
--- a/Master/texmf-dist/doc/latex/biblatex-science/README
+++ /dev/null
@@ -1,10 +0,0 @@
-----------------------------------------------------------------
-biblatex-science --- The Science bibliography style for biblatex
-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-science package provides a bibliography style for
-biblatex following the requirements of the journal Science.
diff --git a/Master/texmf-dist/doc/latex/biblatex-science/README.md b/Master/texmf-dist/doc/latex/biblatex-science/README.md
new file mode 100644
index 00000000000..53a94188721
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-science/README.md
@@ -0,0 +1,15 @@
+biblatex-science - A biblatex implementation of the Science bibliography style
+==============================================================================
+
+The `biblatex-science` package provides an implementation of
+the bibliography style of the journal Science for `biblatex`. This
+implementation follows standard` biblatex` conventions, and can
+be used simply by loading `biblatex` with the appropriate option
+
+ \usepackage[style=science]{biblatex}
+
+A demonstration database is provided to show how to format
+input for the style.
+
+The `biblatex-science` style requires `biblatex` 1.2 or later,
+and works with both BibTeX and Biber as the database back-end.
diff --git a/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.bib b/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.bib
index 2f9ac6e8c60..338328b17f9 100644
--- a/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.bib
+++ b/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.bib
@@ -358,7 +358,7 @@
hyphenation = {british},
author = {Sofield, Chadwick D. and Walter, Marc D. and
Andersen, Richard A.},
- title = {\{Amidobis[$\eta^5$-1,3-bis\-(trimethylsilyl)%
+ title = {\{Amidobis[$\eta^5$-1,3-bis\-(trimethylsilyl)\relax
\-cyclopentadienyl]titanium(III)\}},
journaltitle = {Acta Crystallogr., Sect.~C: Cryst. Struct.
Commun.},
@@ -386,7 +386,7 @@
}
%%
-%% Copyright (C) 2010-2013 by
+%% Copyright (C) 2010-2013,2016 by
%% Joseph Wright <joseph.wright at morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of
diff --git a/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.pdf b/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.pdf
index 4ad53095f75..46d28262fd1 100644
--- a/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.tex b/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.tex
index e60a72193b7..65972eb367b 100644
--- a/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-science/biblatex-science.tex
@@ -10,7 +10,7 @@
\documentclass[a4paper]{ltxdoc}
\usepackage[T1]{fontenc}
-\usepackage[backend=bibtex,style=science]{biblatex}
+\usepackage[backend=biber,style=science]{biblatex}
\usepackage[final]{microtype}
\usepackage{csquotes,lmodern}
\usepackage{hyperref}
@@ -23,8 +23,8 @@
\href{mailto:joseph.wright@morningstar2.co.uk}
{\texttt{joseph.wright@morningstar2.co.uk}}}}
\title{The \pkg{science} bibliography style for \pkg{biblatex}%
- \footnote{This file describes v1.1d, last revised 2013/01/27.}}
-\date{Released 2013/01/27}
+ \footnote{This file describes v1.1e, last revised 2016/03/10.}}
+\date{Released 2016/03/10}
\providecommand*\opt[1]{\texttt{#1}}
\providecommand*\pkg[1]{\textsf{#1}}
@@ -82,13 +82,14 @@ be sent by e-mail to
\changes{v1.1c}{2012/08/16}{Fix appearance of author names in text when
exactly two authors are given}
\changes{v1.1d}{2013/01/27}{Include related entry data}
+\changes{v1.1e}{2016/03/10}{Track \pkg{biblatex} changes}
\PrintChanges
\end{document}
%%
-%% Copyright (C) 2010-2013 by
+%% Copyright (C) 2010-2013,2016,2016 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of
@@ -108,4 +109,4 @@ be sent by e-mail to
%% and the derived file biblatex-science.pdf.
%%
%%
-%% End of file `biblatex-science.tex'. \ No newline at end of file
+%% End of file `biblatex-science.tex'.