blob: 5fcd57c1b6267c2c9566ed35cda423c444b4ec74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
\documentclass[10pt]{article}
\bibliographystyle{iopart-num}
\begin{document}
\title{Test document for iopart-num
with the article document class}
\author{M~A~Caprio}
\maketitle
\section{Introduction}
This file may be used to test the iopart-num BibTeX style.
This version of the file is for use with the article document class.
\nocite{*}
\bibliography{iopart-num-example}
\end{document}
|