From df742541d9218f6e4d6263236726bdea7e0f0c0e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 18 Jan 2011 00:37:09 +0000 Subject: biblatex-chem 1.0d (17jan11) git-svn-id: svn://tug.org/texlive/trunk@21105 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/biblatex-chem/bbx/chem-acs.bbx | 31 +++++++++++++--------- .../tex/latex/biblatex-chem/bbx/chem-angew.bbx | 2 +- .../tex/latex/biblatex-chem/bbx/chem-biochem.bbx | 2 +- .../tex/latex/biblatex-chem/bbx/chem-rsc.bbx | 2 +- .../tex/latex/biblatex-chem/cbx/chem-acs.cbx | 2 +- .../tex/latex/biblatex-chem/cbx/chem-angew.cbx | 2 +- .../tex/latex/biblatex-chem/cbx/chem-biochem.cbx | 2 +- .../tex/latex/biblatex-chem/cbx/chem-rsc.cbx | 2 +- 8 files changed, 26 insertions(+), 19 deletions(-) (limited to 'Master/texmf-dist/tex/latex/biblatex-chem') 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{% -- cgit v1.2.3