summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx
diff options
context:
space:
mode:
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.bbx34
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'.