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-jmb.ltx |
Initial commit
Diffstat (limited to 'biblio/bibtex/contrib/test/test-jmb.ltx')
-rw-r--r-- | biblio/bibtex/contrib/test/test-jmb.ltx | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/biblio/bibtex/contrib/test/test-jmb.ltx b/biblio/bibtex/contrib/test/test-jmb.ltx new file mode 100644 index 0000000000..7c0d564b6e --- /dev/null +++ b/biblio/bibtex/contrib/test/test-jmb.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[jmb]{article} + +\author{A. U. Thor} + +\date{} + +\title{Bibliography Style: {\tt {jmb}}} + +\pagestyle{myheadings} + +\markboth{Bibliography Style: {\tt {jmb}}}{Bibliography Style: {\tt {jmb}}} + +\begin{document} + + \bibliographystyle{jmb} + + \maketitle + + \nocite{*} + + \bibliography{test} + +\end{document} |