diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-21 23:49:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-21 23:49:30 +0000 |
commit | 3a5c97b58509006752a50309dee3f44968eebd1f (patch) | |
tree | a4ffbaecc486752d1e4608dde4658c37768f0296 /Master/texmf-dist/doc/latex/biblatex-science/examples | |
parent | 684e76292a1e99e724f8174ad80796fc46b0bdca (diff) |
biblatex-science 1.0 (20nov10)
git-svn-id: svn://tug.org/texlive/trunk@20516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-science/examples')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-science/examples/style-science.pdf | bin | 0 -> 133017 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-science/examples/style-science.tex | 33 |
2 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-science/examples/style-science.pdf b/Master/texmf-dist/doc/latex/biblatex-science/examples/style-science.pdf Binary files differnew file mode 100644 index 00000000000..1eb73d885b5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-science/examples/style-science.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-science/examples/style-science.tex b/Master/texmf-dist/doc/latex/biblatex-science/examples/style-science.tex new file mode 100644 index 00000000000..dadccbd89a7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-science/examples/style-science.tex @@ -0,0 +1,33 @@ +% +% This file presents the `science' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[english,UKenglish]{babel} +\usepackage[babel]{csquotes} +\usepackage[ + style=science, + hyperref + ]{biblatex} +\usepackage[ + colorlinks, + linkcolor=black, + urlcolor=black, + citecolor=black + ]{hyperref} +\bibliography{biblatex-science} + +\begin{document} + +\section*{The \texttt{science} style} + +This style prints numeric citations with bibliography +formatting following the rules of the journal \emph{Science}. +Citations will occur in-line, for example \autocite{Kabbe1973} +or \autocite{Arduengo1991}. + +\nocite{*} + +\printbibliography + +\end{document}
\ No newline at end of file |