summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx20
1 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx
index 37237edfc58..da35e20f2a1 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx
@@ -8,7 +8,7 @@
%% ---------------------------------------------------------------
%%
-\ProvidesFile{chem-biochem.bbx}[2011/08/16 v1.1a biblatex bibliography style]
+\ProvidesFile{chem-biochem.bbx}[2011/08/17 v1.1c biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{numeric-comp}
@@ -27,12 +27,28 @@
\settoggle{bbx:pageranges}{#1}%
}
+\DeclareBibliographyOption{biblabel}{%
+ \ifstrequal{#1}{plain}
+ {\DeclareFieldFormat{labelnumberwidth}{##1}}
+ {%
+ \ifstrequal{#1}{brackets}
+ {\DeclareFieldFormat{labelnumberwidth}{\mkbibbrackets{##1}}}%
+ {%
+ \ifstrequal{#1}{dot}
+ {\DeclareFieldFormat{labelnumberwidth}{##1\adddot\midsentence}}
+ {\DeclareFieldFormat{labelnumberwidth}{\mkbibparens{##1}}}%
+ }%
+ }%
+}
+
% Alter settings that carry through from biblatex
\ExecuteBibliographyOptions
{
articletitle = true ,
- doi = false ,
+ doi = false ,
+ eprint = false ,
firstinits = true ,
+ isbn = false ,
maxnames = 15 ,
maxcitenames = 2 ,
pageranges = true ,