diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-25 22:23:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-25 22:23:33 +0000 |
commit | 11748ff99a82758e6536ab8f76750010e7b27bb4 (patch) | |
tree | 3e81f82c6d537ec6cf5fa8be43f98fb6a0841431 /Master | |
parent | a7956e764d3d3af5690ecb941bf6e6152f9c7f97 (diff) |
biblatex-chem 0.9a (25mar10)
git-svn-id: svn://tug.org/texlive/trunk@17555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
20 files changed, 78 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/biblatex-chem.bib b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.bib index 04efb25cee4..04efb25cee4 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/biblatex-chem.bib +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.bib diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.pdf b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.pdf Binary files differindex 0dddb4cdea3..b0d950205e5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.tex b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.tex index db4cb99086d..fdaf69dda30 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.tex +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/biblatex-chem.tex @@ -15,10 +15,10 @@ \makeatother \title{The \textsf{biblatex-chem} bundle --- \textsf{biblatex} styles for chemistry% - \thanks{Describes version v0.9, released 2010/02/16}} + \thanks{Describes version v0.9a, released 2010/03/26}} \author{Joseph Wright% \thanks{E-mail: joseph.wright@morningstar2.co.uk}} -\date{Released 2010/02/16} +\date{Released 2010/03/26} \begin{document} \maketitle \begin{abstract} @@ -154,6 +154,18 @@ the inclusion of chapter titles if required. ]{biblatex} \end{verbatim} +\DescribeOption{doi} +When a journal article has no pages but does have a DOI the later used +in the bibliography. Some journal styles require that the DOI is +included in all cases. This behaviour can be turned on by setting the +\texttt{doi} option. +\begin{verbatim} +\usepackage[ + style=chem-angew, + doi + ]{biblatex} +\end{verbatim} + \DescribeOption{pageranges} Some journals only allow the first page of a range to be used, even if the data for the full range is available. The \texttt{pageranges} diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-acs.pdf b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-acs.pdf Binary files differdeleted file mode 100644 index abc02b924f2..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-acs.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-acs.pdf b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-acs.pdf Binary files differnew file mode 100644 index 00000000000..8c9acd03f45 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-acs.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-acs.tex b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-acs.tex index 8f955148b13..3bb429afd2b 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-acs.tex +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-acs.tex @@ -10,15 +10,16 @@ % articletitle, % To include article titles % biblabel=dot, % Alter bibliography labels % chaptertitle, % Include chapter titles for parts of books + % doi, % Always include DOI for articles % pageranges=false, % Only include first page of a range % subentry, % For (a), (b), etc. in sets - hyperref + hyperref, ]{biblatex} \usepackage[ colorlinks, linkcolor=black, urlcolor=black, - citecolor=black + citecolor=black, ]{hyperref} \bibliography{biblatex-chem} @@ -28,18 +29,14 @@ This style prints numeric citations with bibliography formatting following the rules of the American Chemical Society, -as outlined in \emph{The ACS Style Guide} \cite{Coghill2006}. +as outlined in \emph{The ACS Style Guide}.\footfullcite{Coghill2006} This applies to journals such as \emph{Journal of the American Chemical Society}, \emph{The Journal of Organic Chemistry} and \emph{Organometallics}. Some journals published by the ACS use superscript citations and some do not: read the package documentation for more details. With settings for citations as given, the citations will be superscript and punctuation will be -moved before citations, for example \autocite{Kabbe1973} or +moved before citations, for example.\footfullcite{Kabbe1973} or \autocite{Arduengo1991}. -\nocite{*} - -\printbibliography - \end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-angew.pdf b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-angew.pdf Binary files differindex 699920cda1c..40a24f27ed3 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-angew.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-angew.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-angew.tex b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-angew.tex index 5c9cb1e9126..3aa6ba61dbc 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-angew.tex +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-angew.tex @@ -10,6 +10,7 @@ % articletitle, % To include article titles % biblabel=dot, % Alter bibliography labels % chaptertitle, % Include chapter titles for parts of books + % doi, % Always include DOI for articles % pageranges=false, % Only include first page of a range % subentry, % For (a), (b), etc. in sets hyperref, diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-biochem.pdf b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-biochem.pdf Binary files differindex a2404f5b291..fe8148271c8 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-biochem.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-biochem.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-biochem.tex b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-biochem.tex index 3f5a2a0074c..d00be08d6e2 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-biochem.tex +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-biochem.tex @@ -10,6 +10,7 @@ % articletitle, % To include article titles % biblabel=dot, % Alter bibliography labels % chaptertitle, % Include chapter titles for parts of books + % doi, % Always include DOI for articles % pageranges=false, % Only include first page of a range % subentry, % For (a), (b), etc. in sets hyperref diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-rsc.pdf b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-rsc.pdf Binary files differindex fb5795853e6..b49428463d9 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-rsc.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-rsc.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-rsc.tex b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-rsc.tex index a8398aa33ee..1e04c304c35 100644 --- a/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/examples/style-chem-rsc.tex +++ b/Master/texmf-dist/doc/latex/biblatex-contrib/biblatex-chem/style-chem-rsc.tex @@ -10,6 +10,7 @@ % articletitle, % To include article titles % biblabel=dot, % Alter bibliography labels % chaptertitle, % Include chapter titles for parts of books + % doi, % Always include DOI for articles % pageranges=false, % Only include first page of a range % subentry, % For (a), (b), etc. in sets hyperref 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} |