summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-chem
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-18 00:37:09 +0000
committerKarl Berry <karl@freefriends.org>2011-01-18 00:37:09 +0000
commitdf742541d9218f6e4d6263236726bdea7e0f0c0e (patch)
tree795283a6e85eb025dca78786d2dd06e8e1275280 /Master/texmf-dist/tex/latex/biblatex-chem
parent7a3d550825442c8ca59c02bb05b48ac5fd87fbad (diff)
biblatex-chem 1.0d (17jan11)
git-svn-id: svn://tug.org/texlive/trunk@21105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chem')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx31
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx2
8 files changed, 26 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx
index 9de2b3e4e5f..3f969fd9718 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-acs.bbx}
-[2011/01/11 v1.0c biblatex bibliography style]
+[2011/01/17 v1.0d biblatex bibliography style]
\ExecuteBibliographyOptions{labelnumber,maxbibnames=15,urldate=long}
@@ -61,11 +61,9 @@
\DeclareFieldFormat{part}{Part\addspace#1}
\DeclareFieldFormat{parens}{\mkbibparens{#1}}
\DeclareFieldFormat{shorthandwidth}{\mkbibbrackets{#1}}
-\DeclareFieldFormat[article]{title}{#1\adddot}
-\DeclareFieldFormat[thesis]{title}{#1\adddot}
+\DeclareFieldFormat*{title}{#1\adddot}
+\DeclareFieldFormat[book]{title}{\mkbibemph{#1}}
\DeclareFieldFormat[inproceedings]{title}{\mkbibemph{#1}}
-\DeclareFieldFormat[online]{title}{#1\adddot}
-\DeclareFieldFormat[patent]{title}{#1\adddot}
\DeclareFieldFormat{url}{\let\UrlFont\normalfont\url{#1}}
\DeclareFieldFormat[article]{volume}{\mkbibemph{#1}}
\DeclareFieldFormat[periodical]{volume}{\bibstring{volume}~#1}
@@ -309,11 +307,13 @@
\usebibmacro{bibindex}%
\usebibmacro{begentry}%
\usebibmacro{author}%
- \newunit
+ \setunit{\addspace}
\ifbool{bbx:articletitle}
- {\usebibmacro{title}}
+ {%
+ \usebibmacro{title}%
+ \setunit{\addspace}%
+ }
{}%
- \setunit{\addspace}%
\usebibmacro{journal+volume}%
\setunit{\addspace}%
\printfield{note}%
@@ -403,9 +403,12 @@
\usebibmacro{author}%
\setunit*{\addspace}%
\ifbool{bbx:chaptertitle}
- {\usebibmacro{title}}
+ {%
+ \usebibmacro{title}%
+ \setunit{\addspace}%
+ }
{}%
- \setunit*{\adddot\addspace}%
+ \bibsentence
\usebibmacro{in}%
\usebibmacro{bybookauthor}%
\setunit*{\addspace}%
@@ -436,9 +439,12 @@
\usebibmacro{author}%
\setunit*{\addspace}%
\ifbool{bbx:chaptertitle}
- {\usebibmacro{title}}
+ {%
+ \usebibmacro{title}%
+ \setunit{\addspace}%
+ }
{}%
- \setunit*{\adddot\addspace}%
+ \bibsentence
\usebibmacro{in}%
\usebibmacro{maintitle/booktitle+edition}%
\setunit{\addsemicolon\addspace}%
@@ -466,6 +472,7 @@
\usebibmacro{begentry}%
\usebibmacro{author}%
\setunit*{\addspace}%
+ \bibsentence
\usebibmacro{in}%
\printfield{booktitle}%
\newunit
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx
index ce9e4eee039..f6a83f2cff9 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-angew.bbx}
-[2011/01/11 v1.0c biblatex bibliography style]
+[2011/01/17 v1.0d biblatex bibliography style]
\ExecuteBibliographyOptions{labelnumber,maxbibnames=999}
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx
index 9d738438568..e7dd73a91bd 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-biochem.bbx}
-[2011/01/11 v1.0c biblatex bibliography style]
+[2011/01/17 v1.0d biblatex bibliography style]
\ExecuteBibliographyOptions{labelnumber,maxbibnames=15,urldate=long,useprefix}
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx
index 37f09cf39db..8005d2492eb 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-rsc.bbx}
-[2011/01/11 v1.0c biblatex bibliography style]
+[2011/01/17 v1.0d biblatex bibliography style]
\ExecuteBibliographyOptions{labelnumber,maxbibnames=999}
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx
index 728b5542a26..b79f71ecdd6 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-acs.cbx}
-[2011/01/11 v1.0c biblatex citation style]
+[2011/01/17 v1.0d biblatex citation style]
\RequireCitationStyle{numeric-comp}
\ExecuteBibliographyOptions{%
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx
index cbb32a863ab..4e915fbfa83 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-angew.cbx}
-[2011/01/11 v1.0c biblatex citation style]
+[2011/01/17 v1.0d biblatex citation style]
\RequireCitationStyle{numeric-comp}
\ExecuteBibliographyOptions{%
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx
index 84ea8f9556f..03a25a71605 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-biochem.cbx}
-[2011/01/11 v1.0c biblatex citation style]
+[2011/01/17 v1.0d biblatex citation style]
\RequireCitationStyle{numeric-comp}
\ExecuteBibliographyOptions{sorting=none}
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx
index 04151534285..393f0245b1e 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx
@@ -1,5 +1,5 @@
\ProvidesFile{chem-rsc.cbx}
-[2011/01/11 v1.0c biblatex citation style]
+[2011/01/17 v1.0d biblatex citation style]
\RequireCitationStyle{numeric-comp}
\ExecuteBibliographyOptions{%