diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx')
4 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-acs.cbx b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-acs.cbx new file mode 100644 index 00000000000..ac673d0162e --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-acs.cbx @@ -0,0 +1,9 @@ +\ProvidesFile{chem-acs.cbx} +[\abx@cbxid $Id: chem-acs.cbx,v 0.9 2010/02/16 + 09:00:00 joseph beta $] + +\RequireCitationStyle{numeric-comp} +\ExecuteBibliographyOptions{% + autocite=superscript,autopunct=true,sorting=none} + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-angew.cbx b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-angew.cbx new file mode 100644 index 00000000000..fbf6bbc43c3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-angew.cbx @@ -0,0 +1,25 @@ +\ProvidesFile{chem-angew.cbx} +[\abx@cbxid $Id: chem-angew.cbx,v 0.9 2010/02/16 + 09:00:00 joseph beta $] + +\RequireCitationStyle{numeric-comp} +\ExecuteBibliographyOptions{% + autocite=superscript,autopunct=true,sorting=none} + +\DeclareCiteCommand{\supercite}[\mkbibsuperscript] + {\usebibmacro{cite:init}% + \let\multicitedelim=\supercitedelim + \iffieldundef{prenote} + {} + {\BibliographyWarning{Ignoring prenote argument}}% + \iffieldundef{postnote} + {} + {\BibliographyWarning{Ignoring postnote argument}}% + \bibleftbracket} + {\usebibmacro{citeindex}% + \usebibmacro{cite:comp}} + {} + {\usebibmacro{cite:dump}% + \bibrightbracket} + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-biochem.cbx b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-biochem.cbx new file mode 100644 index 00000000000..c568b92e680 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-biochem.cbx @@ -0,0 +1,12 @@ +\ProvidesFile{chem-biochem.cbx} +[\abx@cbxid $Id: chem-biochem.cbx,v 0.9 2010/02/16 + 09:00:00 joseph beta $] + +\RequireCitationStyle{numeric-comp} +\ExecuteBibliographyOptions{sorting=none} + +\DeclareFieldFormat{labelnumber}{\textit{#1}} +\renewcommand*{\bibleftbracket}{(} +\renewcommand*{\bibrightbracket}{)\midsentence} + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-rsc.cbx b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-rsc.cbx new file mode 100644 index 00000000000..5a8c72140e1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-rsc.cbx @@ -0,0 +1,9 @@ +\ProvidesFile{chem-rsc.cbx} +[\abx@cbxid $Id: chem-rsc.cbx,v 0.9 2010/02/16 + 09:00:00 joseph beta $] + +\RequireCitationStyle{numeric-comp} +\ExecuteBibliographyOptions{% + autocite=superscript,autopunct=true,sorting=none} + +\endinput |