diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx b/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx index cbce3ecd798..26fd279e8b1 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}[2013/01/27 v1.2c biblatex bibliography style] +\ProvidesFile{nature.bbx}[2013/05/20 v1.2e biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -56,13 +56,13 @@ \ifbibstring{#1}{\bibstring{#1}}{#1}% }% } -\DeclareFieldFormat{url}{<\url{#1}>} +\DeclareFieldFormat{url}{\textless\url{#1}\textgreater} \DeclareFieldFormat*{volume}{\mkbibbold{#1}} \DeclareFieldFormat[book]{volume}{#1} % Simple modifications to punctuation, etc. -\renewcommand*\finalnamedelim{\addspace\&\addspace} -\renewcommand*\intitlepunct{\addspace} +\renewcommand*{\finalnamedelim}{\addspace\&\addspace} +\renewcommand*{\intitlepunct}{\addspace} % Bibliography strings \DefineBibliographyStrings{english}{ @@ -475,6 +475,12 @@ \usebibmacro{begentry}% \usebibmacro{author/translator+others}% \setunit{\labelnamepunct}\newblock + \iftoggle{bbx:articletitle} + {% + \usebibmacro{title}% + \newblock + } + {}% \printlist{language}% \newunit\newblock \usebibmacro{byauthor}% diff --git a/Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx b/Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx index 25b53e30fe1..fa578c4ab5c 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}[2013/01/27 v1.2c biblatex citation style] +\ProvidesFile{nature.cbx}[2013/05/20 v1.2e biblatex citation style] \RequireCitationStyle{numeric-comp} |