From fd4a6ee1f0fde44164748ea2f8f012253ecb0565 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 11 Mar 2016 23:39:01 +0000 Subject: biblatex-nature (11mar16) git-svn-id: svn://tug.org/texlive/trunk@39998 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/biblatex-nature/LICENSE.md | 5 +++++ Master/texmf-dist/doc/latex/biblatex-nature/README | 15 --------------- .../texmf-dist/doc/latex/biblatex-nature/README.md | 15 +++++++++++++++ .../doc/latex/biblatex-nature/biblatex-nature.bib | 2 +- .../doc/latex/biblatex-nature/biblatex-nature.pdf | Bin 379526 -> 379798 bytes .../doc/latex/biblatex-nature/biblatex-nature.tex | 12 +++++++----- 6 files changed, 28 insertions(+), 21 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/biblatex-nature/LICENSE.md delete mode 100644 Master/texmf-dist/doc/latex/biblatex-nature/README create mode 100644 Master/texmf-dist/doc/latex/biblatex-nature/README.md (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/biblatex-nature/LICENSE.md b/Master/texmf-dist/doc/latex/biblatex-nature/LICENSE.md new file mode 100644 index 00000000000..69cdc42a1a3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-nature/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-nature/README b/Master/texmf-dist/doc/latex/biblatex-nature/README deleted file mode 100644 index 3cab72a3caf..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-nature/README +++ /dev/null @@ -1,15 +0,0 @@ -biblatex-nature - A biblatex implementation of the Nature bibliography style -============================================================================ - -The `biblatex-nature` package provides an implementation of -the bibliography style of the journal Nature for `biblatex`. This -implementation follows standard` biblatex` conventions, and can -be used simply by loading `biblatex` with the appropriate option - - \usepackage[style=nature]{biblatex} - -A demonstration database is provided to show how to format -input for the style. - -The `biblatex-nature` 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-nature/README.md b/Master/texmf-dist/doc/latex/biblatex-nature/README.md new file mode 100644 index 00000000000..3cab72a3caf --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-nature/README.md @@ -0,0 +1,15 @@ +biblatex-nature - A biblatex implementation of the Nature bibliography style +============================================================================ + +The `biblatex-nature` package provides an implementation of +the bibliography style of the journal Nature for `biblatex`. This +implementation follows standard` biblatex` conventions, and can +be used simply by loading `biblatex` with the appropriate option + + \usepackage[style=nature]{biblatex} + +A demonstration database is provided to show how to format +input for the style. + +The `biblatex-nature` 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-nature/biblatex-nature.bib b/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.bib index 2eebd122f23..a085978408f 100644 --- a/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.bib +++ b/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.bib @@ -386,7 +386,7 @@ } %% -%% Copyright (C) 2010-2013 by +%% Copyright (C) 2010-2013,2016 by %% Joseph Wright %% %% It may be distributed and/or modified under the conditions of diff --git a/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.pdf b/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.pdf index e6339a0fca7..49ff4a55500 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.pdf and b/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.tex b/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.tex index 2700ff78fa4..91092b1c5e8 100644 --- a/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.tex +++ b/Master/texmf-dist/doc/latex/biblatex-nature/biblatex-nature.tex @@ -10,7 +10,7 @@ \documentclass[a4paper]{ltxdoc} \usepackage[T1]{fontenc} -\usepackage[backend=bibtex,style=nature]{biblatex} +\usepackage[backend=biber,style=nature]{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{nature} bibliography style for \pkg{biblatex}% - \footnote{This file describes v1.2e, last revised 2013/05/20.}} -\date{Released 2013/05/20} + \footnote{This file describes v1.2f, last revised 2016/03/10.}} +\date{Released 2016/03/10} \providecommand*{\opt}[1]{\texttt{#1}} \providecommand*{\pkg}[1]{\textsf{#1}} @@ -81,13 +81,15 @@ be sent by e-mail to to allow for OT1 encoding} \changes{v1.2e}{2013/05/20}{Include article title for \texttt{inproceedings} entries when the \opt{articletitle} option is \opt{true}} +\changes{v1.2f}{2016/03/10}{Track \pkg{biblatex} changes} + \PrintChanges \end{document} %% -%% Copyright (C) 2010-2013 by +%% Copyright (C) 2010-2013,2016 by %% Joseph Wright %% %% It may be distributed and/or modified under the conditions of @@ -107,4 +109,4 @@ be sent by e-mail to %% and the derived file biblatex-nature.pdf. %% %% -%% End of file `biblatex-nature.tex'. \ No newline at end of file +%% End of file `biblatex-nature.tex'. -- cgit v1.2.3