diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-16 23:26:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-16 23:26:45 +0000 |
commit | 6fc5502e69f5fd099e8054072e9480038c921012 (patch) | |
tree | d99ba384455fa016603ead92e945e9f3fb3da8c4 /Master/texmf-dist/doc/latex/biblatex-chem | |
parent | 8d1f257f723da86fe3c932b9b2068e67b8717a6e (diff) |
biblatex-chem 1.1a (16aug11)
git-svn-id: svn://tug.org/texlive/trunk@23579 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-chem')
20 files changed, 710 insertions, 398 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/README b/Master/texmf-dist/doc/latex/biblatex-chem/README index 9ea2a5aaf02..211067b1c44 100644 --- a/Master/texmf-dist/doc/latex/biblatex-chem/README +++ b/Master/texmf-dist/doc/latex/biblatex-chem/README @@ -1,5 +1,6 @@ ---------------------------------------------------------------- -The biblatex-chem bundle - biblatex styles for chemistry +The biblatex-chem bundle - A set of biblatex implementations of + chemistry-related bibliography styles Maintained by Joseph Wright E-mail: joseph.wright@morningstar2.co.uk Released under the LaTeX Project Public License v1.3c or later diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.pdf b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.pdf Binary files differnew file mode 100644 index 00000000000..ba8ae471ef2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.tex b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.tex new file mode 100644 index 00000000000..161caba9994 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-acs.tex @@ -0,0 +1,142 @@ +%% --------------------------------------------------------------- +%% biblatex-chem --- A set of biblatex implementations of +%% chemistry-related bibliography styles +%% Maintained by Joseph Wright +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% --------------------------------------------------------------- +%% + +\documentclass[a4paper]{ltxdoc} +\usepackage[T1]{fontenc} +\usepackage[style=chem-acs]{biblatex} +\usepackage[final]{microtype} +\usepackage{csquotes,lmodern} +\usepackage{hyperref} + +\hypersetup{pdfborder = 0 0 0} + +\addbibresource{biblatex-chem.bib} + +\author{Joseph Wright\thanks{E-mail: + \href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}}} +\title{The \pkg{chem-acs} bibliography style for \pkg{biblatex}% + \footnote{This file describes v1.1a, last revised 2011/08/16.}} +\date{Released 2011/08/16} + +\providecommand*\opt[1]{\texttt{#1}} +\providecommand*\pkg[1]{\textsf{#1}} + +\let\DescribeOption\DescribeEnv + +\RecordChanges + +\begin{document} + +\maketitle + +This package provides a style for \pkg{biblatex} which follows the +guidelines of the American Chemical Society \autocite{Coghill2006}. +The citation style is numeric +and unsorted. The bibliography style follows the pattern of the layout +used in the journal \emph{Journal of the American Chemical Society}. The +style should be loaded in the usual way +\begin{verbatim} +\usepackage[style=chem-acs]{biblatex} +\end{verbatim} +The References section of this document demonstrates the format +generated by the package using the \texttt{biblatex-chem.bib} database +of example citations. + +\DescribeOption{doi} +\DescribeOption{url} +The standard \opt{doi} and \opt{url} options for bibliographies are supported +by \texttt{chem-acs}, but as standard are set \opt{false}. + +\DescribeOption{articletitle} +The use of article titles varies between individual journals. The +boolean option \opt{articletitle} is available is control this behaviour, +and is set \opt{false} as standard. + +\DescribeOption{chaptertitle} +\citetitle{Coghill2006} leaves open the choice of whether to include the +title for chapters when part of a book is cited. The option boolean +\opt{chaptertitle} option is provided to allow flexiblity in this behaviour: +the standard setting follows \emph{Journal of the American Chemical Society} +and does not include chapter titles. + +\DescribeOption{pageranges} +The use of full page ranges varies between journals and indeed between +different papers in individual journals. The \opt{pageranges} boolean option +is available to turn on and off printing of full page ranges, thus allowing +printing of only the first page even when the database contains the full +page range. This option is set \opt{true} as standard. + +Suggestions for improvement and bug reports can be logged in the package +issue database, found at +\url{https://bitbucket.org/josephwright/biblatex-chem/issues}, or can +be sent by e-mail to +\href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}. + +\nocite{*} + +\printbibliography + +\changes{v1.0}{2010/11/20}{First stable release} +\changes{v1.0a}{2010/12/22}{Format \enquote{\emph{et al.}}~in italics + when using \texttt{chem-rsc} style} +\changes{v1.0b}{2011/01/10}{Require \pkg{biblatex} v1.1} +\changes{v1.0b}{2011/01/10}{Use new \texttt{maxbibnames} option such + that bibliographies print all authors but citations use truncated + lists when necessary} +\changes{v1.0c}{2011/01/11}{Add version history for stable releases} +\changes{v1.0d}{2011/01/17}{Corrections for formatting of + optionally-included article and chapter titles} +\changes{v1.0d}{2011/01/17}{Include additional punctuation tracker + corrections for non-English bibliographies} +\changes{v1.1}{2011/08/15}{Styles revised to work with \pkg{biblatex} v1.6} +\changes{v1.1a}{2011/08/16}{Turn off standard \opt{url} option by default} + +\PrintChanges + +\end{document} + +%% +%% Copyright (C) 2010,2011 by +%% Joseph Wright <joseph.wright@morningstar2.co.uk> +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the files biblatex-chem.bib, +%% biblatex-chem.tex, +%% biblatex-chem-acs.tex, +%% biblatex-chem-angew.tex, +%% biblatex-chem-biochem.tex, +%% biblatex-chem-rsc.tex, +%% chem-acs.bbx, +%% chem-acs.cbx, +%% chem-angew.bbx, +%% chem-angew.cbx, +%% chem-biochem.bbx, +%% chem-biochem.cbx, +%% chem-rsc.bbx and +%% chem-rsc.cbx, +%% and the derived files biblatex-chem.pdf and +%% biblatex-chem-acs.pdf, +%% biblatex-chem-angew.pdf, +%% biblatex-chem-biochem.pdf, +%% biblatex-chem-rsc.pdf. +%% +%% +%% End of file `biblatex-chem-acs.tex'.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.pdf b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.pdf Binary files differnew file mode 100644 index 00000000000..ff40e514062 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.tex b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.tex new file mode 100644 index 00000000000..7f9f2c05720 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-angew.tex @@ -0,0 +1,140 @@ +%% --------------------------------------------------------------- +%% biblatex-chem --- A set of biblatex implementations of +%% chemistry-related bibliography styles +%% Maintained by Joseph Wright +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% --------------------------------------------------------------- +%% + +\documentclass[a4paper]{ltxdoc} +\usepackage[T1]{fontenc} +\usepackage[style=chem-angew]{biblatex} +\usepackage[final]{microtype} +\usepackage{csquotes,lmodern} +\usepackage{hyperref} + +\hypersetup{pdfborder = 0 0 0} + +\addbibresource{biblatex-chem.bib} + +\author{Joseph Wright\thanks{E-mail: + \href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}}} +\title{The \pkg{chem-angew} bibliography style for \pkg{biblatex}% + \footnote{This file describes v1.1a, last revised 2011/08/16.}} +\date{Released 2011/08/16} + +\providecommand*\opt[1]{\texttt{#1}} +\providecommand*\pkg[1]{\textsf{#1}} + +\let\DescribeOption\DescribeEnv + +\RecordChanges + +\begin{document} + +\maketitle + +This package provides a style for \pkg{biblatex} which follows the +guidelines of \emph{Angewandte Chemie}. The citation style is numeric +and unsorted. The bibliography style follows the pattern of the layout +used in the journal. The style should be +loaded in the usual way +\begin{verbatim} +\usepackage[style=chem-angew]{biblatex} +\end{verbatim} +The References section of this document demonstrates the format +generated by the package using the \texttt{biblatex-chem.bib} database +of example citations. + +\DescribeOption{doi} +\DescribeOption{url} +The standard \opt{doi} and \opt{url} options for bibliographies are supported +by \texttt{chem-angew}, but as standard are set \opt{false}. + +\DescribeOption{articletitle} +The use of article titles varies between individual journals. The +boolean option \opt{articletitle} is available is control this behaviour, +and is set \opt{false} as standard. + +\DescribeOption{chaptertitle} +The option boolean \opt{chaptertitle} option is provided to allow flexibility +for the inclusion of chapter titles for \texttt{inbook} and \texttt{incollection} +entries. The standard setting leaves this option off. + +\DescribeOption{pageranges} +The use of full page ranges varies between journals and indeed between +different papers in individual journals. The \opt{pageranges} boolean option +is available to turn on and off printing of full page ranges, thus allowing +printing of only the first page even when the database contains the full +page range. This option is set \opt{true} as standard. + +Suggestions for improvement and bug reports can be logged in the package +issue database, found at +\url{https://bitbucket.org/josephwright/biblatex-chem/issues}, or can +be sent by e-mail to +\href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}. + +\nocite{*} + +\printbibliography + +\changes{v1.0}{2010/11/20}{First stable release} +\changes{v1.0a}{2010/12/22}{Format \enquote{\emph{et al.}}~in italics + when using \texttt{chem-rsc} style} +\changes{v1.0b}{2011/01/10}{Require \pkg{biblatex} v1.1} +\changes{v1.0b}{2011/01/10}{Use new \texttt{maxbibnames} option such + that bibliographies print all authors but citations use truncated + lists when necessary} +\changes{v1.0c}{2011/01/11}{Add version history for stable releases} +\changes{v1.0d}{2011/01/17}{Corrections for formatting of + optionally-included article and chapter titles} +\changes{v1.0d}{2011/01/17}{Include additional punctuation tracker + corrections for non-English bibliographies} +\changes{v1.1}{2011/08/15}{Styles revised to work with \pkg{biblatex} v1.6} +\changes{v1.1a}{2011/08/16}{Turn off standard \opt{url} option by default} +\changes{v1.1a}{2011/08/16}{Reintroduce \opt{chaptertitle} option} + +\PrintChanges + +\end{document} + +%% +%% Copyright (C) 2010,2011 by +%% Joseph Wright <joseph.wright@morningstar2.co.uk> +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the files biblatex-chem.bib, +%% biblatex-chem.tex, +%% biblatex-chem-acs.tex, +%% biblatex-chem-angew.tex, +%% biblatex-chem-biochem.tex, +%% biblatex-chem-rsc.tex, +%% chem-acs.bbx, +%% chem-acs.cbx, +%% chem-angew.bbx, +%% chem-angew.cbx, +%% chem-biochem.bbx, +%% chem-biochem.cbx, +%% chem-rsc.bbx and +%% chem-rsc.cbx, +%% and the derived files biblatex-chem.pdf and +%% biblatex-chem-acs.pdf, +%% biblatex-chem-angew.pdf, +%% biblatex-chem-biochem.pdf, +%% biblatex-chem-rsc.pdf. +%% +%% +%% End of file `biblatex-chem-angew.tex'.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.pdf b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.pdf Binary files differnew file mode 100644 index 00000000000..bbbc14ee065 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.tex b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.tex new file mode 100644 index 00000000000..db1abe02a48 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-biochem.tex @@ -0,0 +1,142 @@ +%% --------------------------------------------------------------- +%% biblatex-chem --- A set of biblatex implementations of +%% chemistry-related bibliography styles +%% Maintained by Joseph Wright +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% --------------------------------------------------------------- +%% + +\documentclass[a4paper]{ltxdoc} +\usepackage[T1]{fontenc} +\usepackage[style=chem-biochem]{biblatex} +\usepackage[final]{microtype} +\usepackage{csquotes,lmodern} +\usepackage{hyperref} + +\hypersetup{pdfborder = 0 0 0} + +\addbibresource{biblatex-chem.bib} + +\author{Joseph Wright\thanks{E-mail: + \href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}}} +\title{The \pkg{chem-biochem} bibliography style for \pkg{biblatex}% + \footnote{This file describes v1.1a, last revised 2011/08/16.}} +\date{Released 2011/08/16} + +\providecommand*\opt[1]{\texttt{#1}} +\providecommand*\pkg[1]{\textsf{#1}} + +\let\DescribeOption\DescribeEnv + +\RecordChanges + +\begin{document} + +\maketitle + +This package provides a style for \pkg{biblatex} which follows the +guidelines of the American Chemical Society \autocite{Coghill2006}. +The citation style is numeric +and unsorted. The bibliography style follows the pattern of the layout +used in the journal \emph{Biochemistry}. The +style should be loaded in the usual way +\begin{verbatim} +\usepackage[style=chem-biochem]{biblatex} +\end{verbatim} +The References section of this document demonstrates the format +generated by the package using the \texttt{biblatex-chem.bib} database +of example citations. + +\DescribeOption{doi} +\DescribeOption{url} +The standard \opt{doi} and \opt{url} options for bibliographies are supported +by \texttt{chem-biochem}, but as standard are set \opt{false}. + +\DescribeOption{articletitle} +The use of article titles varies between individual journals. The +boolean option \opt{articletitle} is available is control this behaviour, +and is set \opt{false} as standard. + +\DescribeOption{chaptertitle} +\citetitle{Coghill2006} leaves open the choice of whether to include the +title for chapters when part of a book is cited. The option boolean +\opt{chaptertitle} option is provided to allow flexiblity in this behaviour: +the standard setting follows \emph{Journal of the American Chemical Society} +and does not include chapter titles. + +\DescribeOption{pageranges} +The use of full page ranges varies between journals and indeed between +different papers in individual journals. The \opt{pageranges} boolean option +is available to turn on and off printing of full page ranges, thus allowing +printing of only the first page even when the database contains the full +page range. This option is set \opt{true} as standard. + +Suggestions for improvement and bug reports can be logged in the package +issue database, found at +\url{https://bitbucket.org/josephwright/biblatex-chem/issues}, or can +be sent by e-mail to +\href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}. + +\nocite{*} + +\printbibliography + +\changes{v1.0}{2010/11/20}{First stable release} +\changes{v1.0a}{2010/12/22}{Format \enquote{\emph{et al.}}~in italics + when using \texttt{chem-rsc} style} +\changes{v1.0b}{2011/01/10}{Require \pkg{biblatex} v1.1} +\changes{v1.0b}{2011/01/10}{Use new \texttt{maxbibnames} option such + that bibliographies print all authors but citations use truncated + lists when necessary} +\changes{v1.0c}{2011/01/11}{Add version history for stable releases} +\changes{v1.0d}{2011/01/17}{Corrections for formatting of + optionally-included article and chapter titles} +\changes{v1.0d}{2011/01/17}{Include additional punctuation tracker + corrections for non-English bibliographies} +\changes{v1.1}{2011/08/15}{Styles revised to work with \pkg{biblatex} v1.6} +\changes{v1.1a}{2011/08/16}{Turn off standard \opt{url} option by default} + +\PrintChanges + +\end{document} + +%% +%% Copyright (C) 2010,2011 by +%% Joseph Wright <joseph.wright@morningstar2.co.uk> +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the files biblatex-chem.bib, +%% biblatex-chem.tex, +%% biblatex-chem-acs.tex, +%% biblatex-chem-angew.tex, +%% biblatex-chem-biochem.tex, +%% biblatex-chem-rsc.tex, +%% chem-acs.bbx, +%% chem-acs.cbx, +%% chem-angew.bbx, +%% chem-angew.cbx, +%% chem-biochem.bbx, +%% chem-biochem.cbx, +%% chem-rsc.bbx and +%% chem-rsc.cbx, +%% and the derived files biblatex-chem.pdf and +%% biblatex-chem-acs.pdf, +%% biblatex-chem-angew.pdf, +%% biblatex-chem-biochem.pdf, +%% biblatex-chem-rsc.pdf. +%% +%% +%% End of file `biblatex-chem-biochem.tex'.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.pdf b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.pdf Binary files differnew file mode 100644 index 00000000000..96834f99094 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.tex b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.tex new file mode 100644 index 00000000000..90ced143b0a --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem-rsc.tex @@ -0,0 +1,140 @@ +%% --------------------------------------------------------------- +%% biblatex-chem --- A set of biblatex implementations of +%% chemistry-related bibliography styles +%% Maintained by Joseph Wright +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% --------------------------------------------------------------- +%% + +\documentclass[a4paper]{ltxdoc} +\usepackage[T1]{fontenc} +\usepackage[style=chem-rsc]{biblatex} +\usepackage[final]{microtype} +\usepackage{csquotes,lmodern} +\usepackage{hyperref} + +\hypersetup{pdfborder = 0 0 0} + +\addbibresource{biblatex-chem.bib} + +\author{Joseph Wright\thanks{E-mail: + \href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}}} +\title{The \pkg{chem-rsc} bibliography style for \pkg{biblatex}% + \footnote{This file describes v1.1a, last revised 2011/08/16.}} +\date{Released 2011/08/16} + +\providecommand*\opt[1]{\texttt{#1}} +\providecommand*\pkg[1]{\textsf{#1}} + +\let\DescribeOption\DescribeEnv + +\RecordChanges + +\begin{document} + +\maketitle + +This package provides a style for \pkg{biblatex} which follows the +guidelines of Royal Society of Chemistry. The citation style is numeric +and unsorted. The bibliography style follows the pattern of the layout +used in the journal \emph{Chemical Communications}. The style should be +loaded in the usual way +\begin{verbatim} +\usepackage[style=chem-rsc]{biblatex} +\end{verbatim} +The References section of this document demonstrates the format +generated by the package using the \texttt{biblatex-chem.bib} database +of example citations. + +\DescribeOption{doi} +\DescribeOption{url} +The standard \opt{doi} and \opt{url} options for bibliographies are supported +by \texttt{chem-rsc}, but as standard are set \opt{false}. + +\DescribeOption{articletitle} +The use of article titles varies between individual journals. The +boolean option \opt{articletitle} is available is control this behaviour, +and is set \opt{false} as standard. + +\DescribeOption{chaptertitle} +The option boolean \opt{chaptertitle} option is provided to allow flexibility +for the inclusion of chapter titles for \texttt{inbook} and \texttt{incollection} +entries. The standard setting leaves this option off. + +\DescribeOption{pageranges} +The use of full page ranges varies between journals and indeed between +different papers in individual journals. The \opt{pageranges} boolean option +is available to turn on and off printing of full page ranges, thus allowing +printing of only the first page even when the database contains the full +page range. This option is set \opt{true} as standard. + +Suggestions for improvement and bug reports can be logged in the package +issue database, found at +\url{https://bitbucket.org/josephwright/biblatex-chem/issues}, or can +be sent by e-mail to +\href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}. + +\nocite{*} + +\printbibliography + +\changes{v1.0}{2010/11/20}{First stable release} +\changes{v1.0a}{2010/12/22}{Format \enquote{\emph{et al.}}~in italics + when using \texttt{chem-rsc} style} +\changes{v1.0b}{2011/01/10}{Require \pkg{biblatex} v1.1} +\changes{v1.0b}{2011/01/10}{Use new \texttt{maxbibnames} option such + that bibliographies print all authors but citations use truncated + lists when necessary} +\changes{v1.0c}{2011/01/11}{Add version history for stable releases} +\changes{v1.0d}{2011/01/17}{Corrections for formatting of + optionally-included article and chapter titles} +\changes{v1.0d}{2011/01/17}{Include additional punctuation tracker + corrections for non-English bibliographies} +\changes{v1.1}{2011/08/15}{Styles revised to work with \pkg{biblatex} v1.6} +\changes{v1.1a}{2011/08/16}{Turn off standard \opt{url} option by default} +\changes{v1.1a}{2011/08/16}{Reintroduce \opt{chaptertitle} option} + +\PrintChanges + +\end{document} + +%% +%% Copyright (C) 2010,2011 by +%% Joseph Wright <joseph.wright@morningstar2.co.uk> +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the files biblatex-chem.bib, +%% biblatex-chem.tex, +%% biblatex-chem-acs.tex, +%% biblatex-chem-angew.tex, +%% biblatex-chem-biochem.tex, +%% biblatex-chem-rsc.tex, +%% chem-acs.bbx, +%% chem-acs.cbx, +%% chem-angew.bbx, +%% chem-angew.cbx, +%% chem-biochem.bbx, +%% chem-biochem.cbx, +%% chem-rsc.bbx and +%% chem-rsc.cbx, +%% and the derived files biblatex-chem.pdf and +%% biblatex-chem-acs.pdf, +%% biblatex-chem-angew.pdf, +%% biblatex-chem-biochem.pdf, +%% biblatex-chem-rsc.pdf. +%% +%% +%% End of file `biblatex-chem-rsc.tex'.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/biblatex-chem.bib b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.bib index 39fe9bea6af..411d9b64d2f 100644 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/biblatex-chem.bib +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.bib @@ -1,3 +1,13 @@ +%% --------------------------------------------------------------- +%% biblatex-chem --- A set of biblatex implementations of +%% chemistry-related bibliography styles +%% Maintained by Joseph Wright +%% E-mail: joseph.wright at morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% --------------------------------------------------------------- +%% + @Report{Allen1961, hyphenation = {british}, author = {Allen, R. A. and Smith, D. B. and Hiscott, J. @@ -51,13 +61,13 @@ @Book{Augustine1995, hyphenation = {american}, - author = {Augustine, Robert L.}, + author = {Augustine, Robert L.}, title = {Heterogeneous Catalysis for the Synthetic Chemist}, shorttitle = {Heterogeneous catalysis}, publisher = {Marcel Dekker}, location = {New York}, - year = {1995}, + year = {1995}, annotation = {A plain \texttt{book} entry, taken from the \textsf{biblatex} examples} } @@ -102,7 +112,7 @@ edition = {3} } -@Misc{Corina2006, +@Online{Corina2006, title = {CORINA: Generation of 3D coordinates}, url = {http://www.molecular-networks.com/software/corina/index.html} } @@ -120,14 +130,14 @@ authors and an \texttt{edition} field} } -@Unpublished{Danopoulos2008, +@Article{Danopoulos2008, author = {Pugh, David and Wright, Joseph A. and Danopoulos, Andreas A.}, title = {`Pincer' pyridine dicarbene iridium complexes: facile C--H activations and unexpected $\eta^2$-imidazol-2-ylidene coordination}, journal = {Angew. Chem. Int. Ed.}, - howpublished = {in press} + note = {in press} } @Article{Dehnicke1981, @@ -461,3 +471,39 @@ annotation = {Compare with data entry for vol.~A}, } +%% +%% Copyright (C) 2010,2011 by +%% Joseph Wright <joseph.wright at morningstar2.co.uk> +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the files biblatex-chem.bib, +%% biblatex-chem.tex, +%% biblatex-chem-acs.tex, +%% biblatex-chem-angew.tex, +%% biblatex-chem-biochem.tex, +%% biblatex-chem-rsc.tex, +%% chem-acs.bbx, +%% chem-acs.cbx, +%% chem-angew.bbx, +%% chem-angew.cbx, +%% chem-biochem.bbx, +%% chem-biochem.cbx, +%% chem-rsc.bbx and +%% chem-rsc.cbx, +%% and the derived files biblatex-chem.pdf and +%% biblatex-chem-acs.pdf, +%% biblatex-chem-angew.pdf, +%% biblatex-chem-biochem.pdf, +%% biblatex-chem-rsc.pdf. +%% +%% +%% End of file `chem-angew.bbx'.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.pdf b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.pdf Binary files differindex 5666107889d..5c016ee0450 100644 --- a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.tex b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.tex index 1411bf58263..bb4fa789878 100644 --- a/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.tex +++ b/Master/texmf-dist/doc/latex/biblatex-chem/biblatex-chem.tex @@ -1,237 +1,75 @@ -\documentclass[a4paper]{ltxdoc} -\usepackage{csquotes,lmodern,mathpazo,courier,helvet,multicol} -\usepackage[style=chem-rsc,hyperref]{biblatex} -\usepackage{hypdoc} - -\bibliography{biblatex-chem} +%% --------------------------------------------------------------- +%% biblatex-chem --- A set of biblatex implementations of +%% chemistry-related bibliography styles +%% Maintained by Joseph Wright +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% --------------------------------------------------------------- +%% -\makeatletter -\renewcommand*\BibTeX{BibTeX} -\newcommand*\DescribeOption[1]{% - \leavevmode - \@bsphack - \marginpar{\texttt{#1}}% - \@esphack - \ignorespaces -} +\documentclass[a4paper]{ltxdoc} +\usepackage[T1]{fontenc} +\usepackage[final]{microtype} +\usepackage{csquotes,lmodern} +\usepackage{hyperref} + +\hypersetup{pdfborder = 0 0 0} + +\author{Joseph Wright\thanks{E-mail: + \href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}}} +\title{\pkg{biblatex-chem} -- A set of \pkg{biblatex} implementations of + chemistry-related bibliography styles% + \footnote{This file describes v1.1a, last revised 2011/08/16.}} +\date{Released 2011/08/16} + +\providecommand*\opt[1]{\texttt{#1}} \providecommand*\pkg[1]{\textsf{#1}} -\makeatother \RecordChanges -\title{The \textsf{biblatex-chem} bundle --- - \textsf{biblatex} styles for chemistry% - \thanks{Describes version v1.0e, released 2011/03/21}} -\author{Joseph Wright% - \thanks{E-mail: joseph.wright@morningstar2.co.uk}} -\date{Released 2011/03/21} \begin{document} + \maketitle -\begin{abstract} -The \pkg{biblatex-chem} bundle is a set of styles for -creating bibliographies using \pkg{biblatex} in the style of -a number common chemistry journals. The bundle comprises styles -based on the conventions of the Royal Society of Chemistry, -American Chemical Society and \emph{Angewandte Chemie}. It -therefore covers the journal styles of, for example: + +The \pkg{biblatex-chem} bundle is a set of styles for creating bibliographies +using \pkg{biblatex} in the style of a number common chemistry journals. The +bundle comprises styles based on the conventions of the Royal Society of +Chemistry, American Chemical Society and \emph{Angewandte Chemie}. It therefore +covers the journal styles of, for example: \begin{itemize} \item \emph{Angewandte Chemie} \item \emph{Biochemistry} \item \emph{Chemical Communications} - \item \emph{Chemistry---A European Journal} + \item \emph{Chemistry~--~A European Journal} \item \emph{Dalton Transactions} \item \emph{Journal of the American Chemical Society} \item \emph{Organic \& Biomolecular Chemistry} \end{itemize} amongst others. -\end{abstract} - -\begin{multicols}{2} - \tableofcontents -\end{multicols} - -\section{Introduction} -The \pkg{biblatex} package introduces a completely new method -for controlling the creation of bibliographies using -\BibTeX. This makes a great deal of flexibility -available when creating bibliographies, most of which is much -more difficult with traditional \BibTeX\ styles. -In order to use \pkg{biblatex}, an entirely new set of -appropriate supporting styles are needed. This bundle provides a -number of styles for chemistry, following the rules of some of -the most important journals in the field. - -\section{The styles} - -Currently, the bundle contains four \pkg{biblatex} styles: +The bundle currently contains four \pkg{biblatex} style files, each of +which has its own documentation: \begin{itemize} - \item \texttt{chem-acs}: American Chemical Society style - \item \texttt{chem-angew}: \emph{Angewandte Chemie} style - \item \texttt{chem-biochem}: \emph{Biochemistry} style - \item \texttt{chem-rsc}: Royal Society of Chemistry style + \item The \href{file:biblatex-chem-acs.pdf}{\texttt{chem-acs}} style, + which covers most American Chemistry Society journals. + \item The \href{file:biblatex-chem-angew.pdf}{\texttt{chem-angew}} style, + which covers \emph{Angewandte Chemie} + \emph{Chemistry~--~A European Journal}. + \item The \href{file:biblatex-chem-biochem.pdf}{\texttt{chem-biochem}} + style, which covers \emph{Biochemistry} and a small number of other + American Chemistry Society journals. + \item The \href{file:biblatex-chem-rsc.pdf}{\texttt{chem-rsc}} style, + which covers all Royal Society of Chemistry journals. \end{itemize} -These can all be loaded in the usual way: -\begin{verbatim} -\usepackage[style=chem-<name>]{biblatex} -\end{verbatim} - -The four styles can be used to follow the current layout rules -of all of the journals currently published by the American -Chemical Society and the Royal Society of Chemistry, plus -the journals published by Wiley which use the \emph{Angewandte -Chemie} format. - -The styles use the standard \pkg{biblatex} database -requirements, although they are somewhat selective in which -fields are used (for example, \texttt{language} is never -printed). This means that a database designed for traditional -\pkg{biblatex} use may need some editing for optimal output. -The accompanying example database \texttt{biblatex-chem.bib} -shows examples of all of the supported entry types with common -fields filled in. - -\section{Style options} - -All of the styles here add a small number of package options to -the standard set provided by \pkg{biblatex}. This allows -the styles to cover the variations seen between different -journals without needing a very large number of files: the -American Chemical Society in particular varies the exact details -between journals. -\DescribeOption{articletitle} -The \texttt{articletitle} option is a switch for including the -title of journal articles in the output. For the styles -\texttt{chem-acs}, \texttt{chem-angew} and \texttt{chem-rsc} this -is turned off on loading, and you therefore need to use for -example -\begin{verbatim} -\usepackage[ - style=chem-rsc, - articletitle - ]{biblatex} -\end{verbatim} -or -\begin{verbatim} -\usepackage[ - style=chem-rsc, - articletitle=true - ]{biblatex} -\end{verbatim} -to include titles. In the case of the \texttt{chem-biochem} -style, the titles are included as standard: this can be turned -off using -\begin{verbatim} -\usepackage[ - style=chem-biochem, - articletitle=false - ]{biblatex}. -\end{verbatim} - -\DescribeOption{biblabel} -The format of the numbers used in the bibliography varies from -journal to journal even if the same general style is used. The -\texttt{biblabel} option allows the user to easily set the -format used. This option takes a value from the list: -\texttt{parens}, \texttt{brackets}, \texttt{plain} and -\texttt{dot}. -For example -\begin{verbatim} -\usepackage[ - style=chem-angew, - biblabel=plain - ]{biblatex} -\end{verbatim} -would use the style of \emph{Angewandte Chemie} but with nothing -added to the numbers in the bibliography. - -\DescribeOption{chaptertitle} -The inclusion of chapter titles in \texttt{inbook} and -\texttt{incollection} entries is not consistent in chemistry -journals; the \emph{ACS Style Guide} recommends their use, but -does not require it \autocite{Coghill2006}. As a result, the -styles here provide the \texttt{chaptertitle} option to allow -the inclusion of chapter titles if required. -\begin{verbatim} -\usepackage[ - style=chem-rsc, - chaptertitle - ]{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} -option can be used to turn off printing of the range for these -journals. -\begin{verbatim} -\usepackage[ - style=chem-rsc, - pageranges=false - ]{biblatex} -\end{verbatim} - -\DescribeOption{subentry} -In common with the standard \pkg{biblatex} numeric styles, -all of the styles here support the \texttt{subentry} option. -With this turned on, entries of type \texttt{set} are given -individual labels within the bibliography. -\begin{verbatim} -\usepackage[ - style=chem-acs, - subentry - ]{biblatex} -\end{verbatim} -The result is very similar to the behaviour of the -\textsf{mciteplus} package. - -Different ACS journals use varying combinations of bibliography -styles (\texttt{chem-acs} or \texttt{chem-biochem}), citations -styles, bibliography labels and article title inclusion. In -general, the user will need to consult a recent issue of the -journal concerned to check which options to use. - -\section{New styles} - -The current set of styles here is intended to form a strong base -for chemists. However, there will be the need for other styles -to be created. The package author welcomes suggestions for other -styles for inclusion. It would also be good to keep all -chemistry-related \pkg{biblatex} styles in one bundle. Others -working on chemistry styles for \pkg{biblatex} are welcome to -send them to the bundle maintainer so they can be incorporated -here. - -\section{Errors and omissions} - -Creating a \pkg{biblatex} style is a complex task, -particularly as chemistry journals only give complete rules -for the layout of references to journal articles. The -examples and test database provided with this bundle should be -consulted to see how the formatting is intended to work. -Feedback on errors an omissions in either the database or the -styles is very welcome. Please report any bugs either -by e-mail -\href{mailto:joseph.wright@morningstar2.co.uk}% -{joseph.wright@morningstar2.co.uk} or by filing a bug -in the -\href{http://bitbucket.org/josephwright/biblatex-chem/issues}% -{BibBucket database} - -\printbibliography +Suggestions for improvement and bug reports can be logged in the package +issue database, found at +\url{https://bitbucket.org/josephwright/biblatex-chem/issues}, or can +be sent by e-mail to +\href{mailto:joseph.wright@morningstar2.co.uk} + {\texttt{joseph.wright@morningstar2.co.uk}}. \changes{v1.0}{2010/11/20}{First stable release} \changes{v1.0a}{2010/12/22}{Format \enquote{\emph{et al.}}~in italics @@ -245,7 +83,48 @@ in the optionally-included article and chapter titles} \changes{v1.0d}{2011/01/17}{Include additional punctuation tracker corrections for non-English bibliographies} +\changes{v1.1}{2011/08/15}{Styles revised to work with \pkg{biblatex} v1.6} +\changes{v1.1a}{2011/08/16}{Turn off standard \opt{url} option by default} +\changes{v1.1a}{2011/08/16}{Reintroduce \opt{chaptertitle} option for + \texttt{chem-angew} and \texttt{chem-rsc} styles} \PrintChanges \end{document} + +%% +%% Copyright (C) 2010,2011 by +%% Joseph Wright <joseph.wright@morningstar2.co.uk> +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the files biblatex-chem.bib, +%% biblatex-chem.tex, +%% biblatex-chem-acs.tex, +%% biblatex-chem-angew.tex, +%% biblatex-chem-biochem.tex, +%% biblatex-chem-rsc.tex, +%% chem-acs.bbx, +%% chem-acs.cbx, +%% chem-angew.bbx, +%% chem-angew.cbx, +%% chem-biochem.bbx, +%% chem-biochem.cbx, +%% chem-rsc.bbx and +%% chem-rsc.cbx, +%% and the derived files biblatex-chem.pdf and +%% biblatex-chem-acs.pdf, +%% biblatex-chem-angew.pdf, +%% biblatex-chem-biochem.pdf, +%% biblatex-chem-rsc.pdf. +%% +%% +%% End of file `biblatex-chem.tex'.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.pdf b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.pdf Binary files differdeleted file mode 100644 index 953a8512210..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex deleted file mode 100644 index df778a6d920..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex +++ /dev/null @@ -1,48 +0,0 @@ -% -% This file presents the `chem-acs' style -% -\documentclass[a4paper]{article} -\usepackage[T1]{fontenc} -\usepackage[english,UKenglish,american]{babel} -\usepackage[babel]{csquotes} -\usepackage[ - style=chem-acs, - % articletitle, % To include article titles - % backend=biber, % Use biber rather than BibTeX: UTF-8 support, etc. - % 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, - ]{biblatex} -\usepackage[ - colorlinks, - linkcolor=black, - urlcolor=black, - citecolor=black, - ]{hyperref} -\usepackage{trace} -\bibliography{biblatex-chem} - -\begin{document} - -\section*{The \texttt{chem-acs} style} - -This style prints numeric citations with bibliography -formatting following the rules of the American Chemical Society, -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.\footfullcite{Kabbe1973} or -\autocite{Arduengo1991}. - -\nocite{*} - -\printbibliography - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.pdf b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.pdf Binary files differdeleted file mode 100644 index 351ffd31eec..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex deleted file mode 100644 index 89e74b51d09..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex +++ /dev/null @@ -1,44 +0,0 @@ -% -% This file presents the `chem-angew' style -% -\documentclass[a4paper]{article} -\usepackage[T1]{fontenc} -\usepackage[english,UKenglish]{babel} -\usepackage[babel]{csquotes} -\usepackage[ - style=chem-angew, - % articletitle, % To include article titles - % backend=biber, % Use biber rather than BibTeX: UTF-8 support, etc. - % 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, - ]{biblatex} -\usepackage[ - colorlinks, - linkcolor=black, - urlcolor=black, - citecolor=black - ]{hyperref} -\bibliography{biblatex-chem} - -\begin{document} - -\section*{The \texttt{chem-angew} style} - -This style prints numeric citations with bibliography -formatting following the rules of the used in \emph{Angewandte -Chemie}. The same formatting applies to related journals -published by Wiley, for example \emph{Chemistry---A European -Journal} and \emph{European Journal of Organic Chemistry}. With -settings for citations as given, the citations will be -superscript and punctuation will be moved before citations, for -example \autocite{Kabbe1973} or \cite{Arduengo1991}. - -\nocite{*} - -\printbibliography - -\end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.pdf b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.pdf Binary files differdeleted file mode 100644 index e4c77625908..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex deleted file mode 100644 index 013b5daf92c..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex +++ /dev/null @@ -1,41 +0,0 @@ -% -% This file presents the `chem-biochem' style -% -\documentclass[a4paper]{article} -\usepackage[T1]{fontenc} -\usepackage[english,UKenglish,american]{babel} -\usepackage[babel]{csquotes} -\usepackage[ - style=chem-biochem, - % articletitle, % To include article titles - % backend=biber, % Use biber rather than BibTeX: UTF-8 support, etc. - % 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 - ]{biblatex} -\usepackage[ - colorlinks, - linkcolor=black, - urlcolor=black, - citecolor=black - ]{hyperref} -\bibliography{biblatex-chem} - -\begin{document} - -\section*{The \texttt{chem-biochem} style} - -This style prints numeric citations with bibliography -formatting following the rules of the American Chemical Society, -as implemented in the journal \emph{Biochemistry}. Citations -will occur in-line, for example \autocite{Kabbe1973} or -\autocite{Arduengo1991}. - -\nocite{*} - -\printbibliography - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.pdf b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.pdf Binary files differdeleted file mode 100644 index 7971fd37e53..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.tex b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.tex deleted file mode 100644 index 8fc63d477d3..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.tex +++ /dev/null @@ -1,45 +0,0 @@ -% -% This file presents the `chem-rsc' style -% -\documentclass[a4paper]{article} -\usepackage[T1]{fontenc} -\usepackage[english,UKenglish]{babel} -\usepackage[babel]{csquotes} -\usepackage[ - style=chem-rsc, - % articletitle, % To include article titles - % backend=biber, % Use biber rather than BibTeX: UTF-8 support, etc. - % 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 - ]{biblatex} -\usepackage[ - colorlinks, - linkcolor=black, - urlcolor=black, - citecolor=black - ]{hyperref} -\bibliography{biblatex-chem} - -\begin{document} - -\section*{The \texttt{chem-rsc} style} - -This style prints numeric citations with bibliography -formatting following the rules of the Royal Society of -Chemistry. This applies to journals such as \emph{Chemical -Communications}, \emph{Organic \& Biomolecular Chemistry}, -\emph{Dalton Transactions} and \emph{Physical Chemistry -Chemical Physics}. With settings for citations as given, the -citations will be superscript and punctuation will be moved -before citations, for example \autocite{Kabbe1973} or -\autocite{Arduengo1991}. - -\nocite{*} - -\printbibliography - -\end{document}
\ No newline at end of file |