diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-01 23:37:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-01 23:37:50 +0000 |
commit | ac53510efef3bc751ae064b6d8b1146e7d5a0e0d (patch) | |
tree | 0a5ea37b36f888663ec25b034fcdf8e0df7e382a /Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx | |
parent | 2b89922d6cb784a0bcc5507ca4481aa0bbc82be8 (diff) |
biblatex-chem (28feb16)
git-svn-id: svn://tug.org/texlive/trunk@39912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx index 02903794360..2ea838a15a7 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{chem-angew.bbx}[2014/11/14 v1.1m biblatex bibliography style] +\ProvidesFile{chem-angew.bbx}[2016/02/26 v1.1n biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -69,7 +69,7 @@ {\href{http://dx.doi.org/#1}{\nolinkurl{#1}}} {\nolinkurl{#1}}% } -\DeclareFieldFormat{journaltitle}{\mkbibemph{#1}\isdot} +\DeclareFieldFormat{journaltitle}{\mkbibitalic{#1}\isdot} \DeclareFieldFormat{labelnumberwidth}{\mkbibbrackets{#1}} \DeclareFieldFormat[article]{pages}{% \iftoggle{bbx:pageranges}{#1}{\mkfirstpage{#1}}% @@ -79,14 +79,14 @@ {title}{#1} \DeclareFieldFormat[patent]{type}{% \ifbibstring{#1} - {\mkbibemph{\bibstring{#1}}} - {\mkbibemph{#1}}% + {\mkbibitalic{\bibstring{#1}}} + {\mkbibitalic{#1}}% } \DeclareFieldFormat{url}{\url{#1}} \DeclareFieldFormat*{volume}{% - \mkbibemph{\bibstring{volume}~#1}% + \mkbibitalic{\bibstring{volume}~#1}% } -\DeclareFieldFormat[article]{volume}{\mkbibemph{#1}} +\DeclareFieldFormat[article]{volume}{\mkbibitalic{#1}} % Simple modifications to punctuation, etc. \renewcommand*{\finalnamedelim}{% @@ -350,10 +350,20 @@ % Specialised functions for manipulating data, where the biblatex % kernel does not provide a suitable function. \newcommand*\mkbibnocomma[1]{% - \begingroup - \catcode`\, = 9\relax - \scantokens{#1}% - \endgroup + \in@{,}{#1}% + \ifin@ + \expandafter\bbx@no@comma + \else + \expandafter\@firstofone + \fi + {#1}% +} +\newcommand*\bbx@no@comma[1]{% + \bbx@no@comma@aux#1,\@nil,% +} +\newcommand\bbx@no@comma@aux{} +\def\bbx@no@comma@aux#1,{% + \ifx\@nil#1\else #1\expandafter\bbx@no@comma@aux\fi } % New bibliography drivers, using the required order of fields. These @@ -705,7 +715,7 @@ } %% -%% Copyright (C) 2010-2014 by +%% Copyright (C) 2010-2014,2016 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of @@ -739,4 +749,4 @@ %% biblatex-chem-rsc.pdf. %% %% -%% End of file `chem-angew.bbx'.
\ No newline at end of file +%% End of file `chem-angew.bbx'. |