summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-nature
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-19 20:33:56 +0000
committerKarl Berry <karl@freefriends.org>2018-10-19 20:33:56 +0000
commite71d50d4e1793b6002c4651348832b3466044ba7 (patch)
tree8d02990d3da1e976851a8d5f94a378636d439583 /Master/texmf-dist/tex/latex/biblatex-nature
parent4b85ed78bc7c6aac970dd418c1bc14fa425e75f9 (diff)
biblatex-nature (19oct18)
git-svn-id: svn://tug.org/texlive/trunk@48940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-nature')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx68
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx4
2 files changed, 49 insertions, 23 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx b/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx
index 66e1f1b813e..bd9efec4039 100644
--- a/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx
@@ -8,7 +8,7 @@
%% ---------------------------------------------------------------
%%
-\ProvidesFile{nature.bbx}[2017/03/01 v1.3b biblatex bibliography style]
+\ProvidesFile{nature.bbx}[2018/10/18 v1.3c biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{numeric-comp}
@@ -24,13 +24,14 @@
}
\ExecuteBibliographyOptions{
- articletitle ,
- giveninits ,
- maxnames = 5 ,
- maxcitenames = 2 ,
- punctfont ,
- urldate = year ,
- useprefix ,
+ articletitle ,
+ doi = false ,
+ giveninits ,
+ maxnames = 5 ,
+ maxcitenames = 2 ,
+ punctfont ,
+ urldate = year ,
+ useprefix ,
}
\@ifpackagelater{biblatex}{2016/03/27}
@@ -317,9 +318,7 @@
{\printfield{issn}}
{}%
\newunit\newblock
- \iffieldundef{pages}
- {\usebibmacro{doi+eprint+url}}
- {}%
+ \usebibmacro{doi+eprint+url}%
\setunit{\addspace}\newblock
\usebibmacro{issue+date}%
\newunit\newblock
@@ -327,7 +326,10 @@
\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\newunit\newblock
- \usebibmacro{related}%
+ \iftoggle{bbx:related}
+ {\usebibmacro{related:init}%
+ \usebibmacro{related}}
+ {}%
\usebibmacro{finentry}%
}
@@ -368,7 +370,10 @@
\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\newunit\newblock
- \usebibmacro{related}%
+ \iftoggle{bbx:related}
+ {\usebibmacro{related:init}%
+ \usebibmacro{related}}
+ {}%
\usebibmacro{finentry}%
}
@@ -407,7 +412,10 @@
\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\newunit\newblock
- \usebibmacro{related}%
+ \iftoggle{bbx:related}
+ {\usebibmacro{related:init}%
+ \usebibmacro{related}}
+ {}%
\usebibmacro{finentry}%
}
@@ -455,7 +463,10 @@
\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\newunit\newblock
- \usebibmacro{related}%
+ \iftoggle{bbx:related}
+ {\usebibmacro{related:init}%
+ \usebibmacro{related}}
+ {}%
\usebibmacro{finentry}%
}
@@ -501,7 +512,10 @@
\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\newunit\newblock
- \usebibmacro{related}%
+ \iftoggle{bbx:related}
+ {\usebibmacro{related:init}%
+ \usebibmacro{related}}
+ {}%
\usebibmacro{finentry}%
}
@@ -550,7 +564,10 @@
\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\newunit\newblock
- \usebibmacro{related}%
+ \iftoggle{bbx:related}
+ {\usebibmacro{related:init}%
+ \usebibmacro{related}}
+ {}%
\usebibmacro{finentry}%
}
@@ -583,7 +600,10 @@
\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\newunit\newblock
- \usebibmacro{related}%
+ \iftoggle{bbx:related}
+ {\usebibmacro{related:init}%
+ \usebibmacro{related}}
+ {}%
\usebibmacro{finentry}%
}
@@ -616,7 +636,10 @@
\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\newunit\newblock
- \usebibmacro{related}%
+ \iftoggle{bbx:related}
+ {\usebibmacro{related:init}%
+ \usebibmacro{related}}
+ {}%
\usebibmacro{finentry}%
}
@@ -659,12 +682,15 @@
\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\newunit\newblock
- \usebibmacro{related}%
+ \iftoggle{bbx:related}
+ {\usebibmacro{related:init}%
+ \usebibmacro{related}}
+ {}%
\usebibmacro{finentry}%
}
%%
-%% Copyright (C) 2010-2013,2016,2017 by
+%% Copyright (C) 2010-2013,2016-2018 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-nature/nature.cbx b/Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx
index 0079a49c794..5652d22f142 100644
--- a/Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx
@@ -8,7 +8,7 @@
%% ---------------------------------------------------------------
%%
-\ProvidesFile{nature.cbx}[2017/03/01 v1.3b biblatex citation style]
+\ProvidesFile{nature.cbx}[2018/10/18 v1.3c biblatex citation style]
\RequireCitationStyle{numeric-comp}
@@ -19,7 +19,7 @@
}
%%
-%% Copyright (C) 2010-2013,2016,2017 by
+%% Copyright (C) 2010-2013,2016-2018 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of