diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-20 22:03:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-20 22:03:13 +0000 |
commit | f7a55a4aadc98501bb86c486d52022177d1f5d18 (patch) | |
tree | 3136c8efbdc4f2dbf5c45c7ec22f594dbcef0fd1 /Master/texmf-dist/tex/latex/biblatex-nature | |
parent | d1a5a7d850a8c705d97d7e531551efc651b372e7 (diff) |
bublatex-nature (20may13)
git-svn-id: svn://tug.org/texlive/trunk@30595 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.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} |