diff options
Diffstat (limited to 'biblio/bibtex/contrib/examples/xampl-nature.ltx')
-rw-r--r-- | biblio/bibtex/contrib/examples/xampl-nature.ltx | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/biblio/bibtex/contrib/examples/xampl-nature.ltx b/biblio/bibtex/contrib/examples/xampl-nature.ltx new file mode 100644 index 0000000000..e9b626b06c --- /dev/null +++ b/biblio/bibtex/contrib/examples/xampl-nature.ltx @@ -0,0 +1,28 @@ +% -*-latex-*- +% Document name: /usr/local/lib/tex/bibtex/xampl.ltx +% Creator: Nelson H. F. Beebe [beebe@alfred.math.utah.edu] +% Creation Date: Sat Jun 27 16:58:51 1992 + +\documentstyle[]{article} + +\author{A. U. Thor} + +\date{} + +\title{Bibliography Style: {\tt {nature}}} + +\pagestyle{myheadings} + +\markboth{Bibliography Style: {\tt {nature}}}{Bibliography Style: {\tt {nature}}} + +\begin{document} + + \bibliographystyle{nature} + + \maketitle + + \nocite{*} + + \bibliography{xampl} + +\end{document} |