diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /biblio/bibtex/contrib/test/test-nature.ltx |
Initial commit
Diffstat (limited to 'biblio/bibtex/contrib/test/test-nature.ltx')
-rw-r--r-- | biblio/bibtex/contrib/test/test-nature.ltx | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/biblio/bibtex/contrib/test/test-nature.ltx b/biblio/bibtex/contrib/test/test-nature.ltx new file mode 100644 index 0000000000..2dd4681ca4 --- /dev/null +++ b/biblio/bibtex/contrib/test/test-nature.ltx @@ -0,0 +1,28 @@ +% -*-latex-*- +% Document name: /usr/local/lib/tex/bibtex/test.ltx +% Creator: Nelson H. F. Beebe [beebe@alfred.math.utah.edu] +% Creation Date: Mon Jun 29 08:59:10 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{test} + +\end{document} |