summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-acs.bbx15
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-angew.bbx15
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-biochem.bbx15
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-rsc.bbx15
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-acs.cbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-angew.cbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-biochem.cbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/cbx/chem-rsc.cbx2
8 files changed, 56 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-acs.bbx b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-acs.bbx
index 2be8abef8d1..3701e298cf0 100644
--- a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-acs.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-acs.bbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-acs.bbx}
-[\abx@bbxid $Id: chem-acs.bbx,v 0.9 2010/02/16
+[\abx@bbxid $Id: chem-acs.bbx,v 0.9a 2010/03/26
09:00:00 joseph beta $]
\ExecuteBibliographyOptions{labelnumber,maxnames=15,urldate=long}
@@ -11,6 +11,7 @@
\providebool{bbx:articletitle}
\providebool{bbx:chaptertitle}
+\providebool{bbx:doi}
\providebool{bbx:pageranges}
\providebool{bbx:subentry}
\DeclareBibliographyOption{articletitle}[true]{%
@@ -33,6 +34,8 @@
\DeclareFieldFormat{labelnumberwidth}{##1\adddot\midsentence}%
\fi
}
+\DeclareBibliographyOption{doi}[true]{%
+ \setbool{bbx:doi}{#1}}
\DeclareBibliographyOption{pageranges}[true]{%
\setbool{bbx:pageranges}{#1}}
\DeclareBibliographyOption{subentry}[true]{%
@@ -250,7 +253,15 @@
\newbibmacro*{pages/doi}{%
\iffieldundef{pages}
{\printfield{doi}}
- {\printfield{pages}}}
+ {%
+ \printfield{pages}}%
+ \ifbool{bbx:doi}
+ {%
+ \setunit*{\adddot\addspace}%
+ \printfield{doi}%
+ }
+ {}%
+ }
\newbibmacro*{publisher+location+year}{%
\printlist{publisher}%
diff --git a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-angew.bbx b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-angew.bbx
index 9841221e8aa..c61c980689c 100644
--- a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-angew.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-angew.bbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-angew.bbx}
-[\abx@bbxid $Id: chem-angew.bbx,v 0.9 2010/02/16
+[\abx@bbxid $Id: chem-angew.bbx,v 0.9a 2010/03/26
09:00:00 joseph beta $]
\ExecuteBibliographyOptions{labelnumber,maxnames=999}
@@ -11,6 +11,7 @@
\providebool{bbx:articletitle}
\providebool{bbx:chaptertitle}
+\providebool{bbx:doi}
\providebool{bbx:pageranges}
\providebool{bbx:subentry}
\DeclareBibliographyOption{articletitle}[true]{%
@@ -33,6 +34,8 @@
\DeclareFieldFormat{labelnumberwidth}{##1\adddot\midsentence}%
\fi
}
+\DeclareBibliographyOption{doi}[true]{%
+ \setbool{bbx:doi}{#1}}
\DeclareBibliographyOption{pageranges}[true]{%
\setbool{bbx:pageranges}{#1}}
\DeclareBibliographyOption{subentry}[true]{%
@@ -275,7 +278,15 @@
\newbibmacro*{pages/doi}{%
\iffieldundef{pages}
{\printfield{doi}}
- {\printfield{pages}}}
+ {%
+ \printfield{pages}}%
+ \ifbool{bbx:doi}
+ {%
+ \setunit*{\adddot\addspace}%
+ \printfield{doi}%
+ }
+ {}%
+ }
\newbibmacro*{publisher+location}{%
\printlist{publisher}%
diff --git a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-biochem.bbx b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-biochem.bbx
index 32850c78536..787caa95caa 100644
--- a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-biochem.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-biochem.bbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-biochem.bbx}
-[\abx@bbxid $Id: chem-biochem.bbx,v 0.9 2010/02/16
+[\abx@bbxid $Id: chem-biochem.bbx,v 0.9a 2010/03/26
09:00:00 joseph beta $]
\ExecuteBibliographyOptions{labelnumber,maxnames=15,urldate=long,useprefix}
@@ -11,6 +11,7 @@
\providebool{bbx:articletitle}
\providebool{bbx:chaptertitle}
+\providebool{bbx:doi}
\providebool{bbx:pageranges}
\providebool{bbx:subentry}
\DeclareBibliographyOption{articletitle}[true]{%
@@ -33,6 +34,8 @@
\DeclareFieldFormat{labelnumberwidth}{##1\adddot\midsentence}%
\fi
}
+\DeclareBibliographyOption{doi}[true]{%
+ \setbool{bbx:doi}{#1}}
\DeclareBibliographyOption{pageranges}[true]{%
\setbool{bbx:pageranges}{#1}}
\DeclareBibliographyOption{subentry}[true]{%
@@ -244,7 +247,15 @@
\newbibmacro*{pages/doi}{%
\iffieldundef{pages}
{\printfield{doi}}
- {\printfield{pages}}}
+ {%
+ \printfield{pages}}%
+ \ifbool{bbx:doi}
+ {%
+ \setunit*{\adddot\addspace}%
+ \printfield{doi}%
+ }
+ {}%
+ }
\newbibmacro*{publisher+location+year}{%
\printlist{publisher}%
diff --git a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-rsc.bbx b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-rsc.bbx
index 08766d6adaf..d72eead9995 100644
--- a/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-rsc.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-contrib/biblatex-chem/bbx/chem-rsc.bbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-rsc.bbx}
-[\abx@bbxid $Id: chem-rsc.bbx,v 0.9 2010/02/16
+[\abx@bbxid $Id: chem-rsc.bbx,v 0.9a 2010/03/26
09:00:00 joseph beta $]
@@ -12,6 +12,7 @@
\providebool{bbx:articletitle}
\providebool{bbx:chaptertitle}
+\providebool{bbx:doi}
\providebool{bbx:pageranges}
\providebool{bbx:subentry}
\DeclareBibliographyOption{articletitle}[true]{%
@@ -34,6 +35,8 @@
\DeclareFieldFormat{labelnumberwidth}{##1\adddot\midsentence}%
\fi
}
+\DeclareBibliographyOption{doi}[true]{%
+ \setbool{bbx:doi}{#1}}
\DeclareBibliographyOption{pageranges}[true]{%
\setbool{bbx:pageranges}{#1}}
\DeclareBibliographyOption{subentry}[true]{%
@@ -272,7 +275,15 @@
\newbibmacro*{pages/doi}{%
\iffieldundef{pages}
{\printfield{doi}}
- {\printfield{pages}}}
+ {%
+ \printfield{pages}}%
+ \ifbool{bbx:doi}
+ {%
+ \setunit*{\adddot\addspace}%
+ \printfield{doi}%
+ }
+ {}%
+ }
\newbibmacro*{publisher+location}{%
\printlist{publisher}%
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
index ac673d0162e..d7d3d111c8c 100644
--- 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
@@ -1,5 +1,5 @@
\ProvidesFile{chem-acs.cbx}
-[\abx@cbxid $Id: chem-acs.cbx,v 0.9 2010/02/16
+[\abx@cbxid $Id: chem-acs.cbx,v 0.9a 2010/03/26
09:00:00 joseph beta $]
\RequireCitationStyle{numeric-comp}
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
index fbf6bbc43c3..5e36e2d12f9 100644
--- 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
@@ -1,5 +1,5 @@
\ProvidesFile{chem-angew.cbx}
-[\abx@cbxid $Id: chem-angew.cbx,v 0.9 2010/02/16
+[\abx@cbxid $Id: chem-angew.cbx,v 0.9a 2010/03/26
09:00:00 joseph beta $]
\RequireCitationStyle{numeric-comp}
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
index c568b92e680..18c2f23ff54 100644
--- 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
@@ -1,5 +1,5 @@
\ProvidesFile{chem-biochem.cbx}
-[\abx@cbxid $Id: chem-biochem.cbx,v 0.9 2010/02/16
+[\abx@cbxid $Id: chem-biochem.cbx,v 0.9a 2010/03/26
09:00:00 joseph beta $]
\RequireCitationStyle{numeric-comp}
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
index 5a8c72140e1..506c716e81e 100644
--- 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
@@ -1,5 +1,5 @@
\ProvidesFile{chem-rsc.cbx}
-[\abx@cbxid $Id: chem-rsc.cbx,v 0.9 2010/02/16
+[\abx@cbxid $Id: chem-rsc.cbx,v 0.9a 2010/03/26
09:00:00 joseph beta $]
\RequireCitationStyle{numeric-comp}