diff options
Diffstat (limited to 'Master/texmf-dist/doc/bibtex/iopart-num/iopart-num.tex')
-rw-r--r-- | Master/texmf-dist/doc/bibtex/iopart-num/iopart-num.tex | 69 |
1 files changed, 54 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/bibtex/iopart-num/iopart-num.tex b/Master/texmf-dist/doc/bibtex/iopart-num/iopart-num.tex index f24291e4db6..0e37c2bcf48 100644 --- a/Master/texmf-dist/doc/bibtex/iopart-num/iopart-num.tex +++ b/Master/texmf-dist/doc/bibtex/iopart-num/iopart-num.tex @@ -14,12 +14,12 @@ \title{The \texttt{iopart-num} \BibTeX{} style} -\noindent \qquad \\[-6pt] \qquad Version 2.0\\\qquad December 21, 2006 +\noindent \qquad \\[-6pt] \qquad Version 2.1\\\qquad January 22, 2009 \author{M~A~Caprio} -\address{Center for Theoretical Physics, Sloane Physics Laboratory, -Yale University, New Haven, Connecticut 06520-8120, USA} +\address{Department of Physics, University of Notre Dame, +Notre Dame, Indiana 46556-5670, USA} \section{Introduction} @@ -44,22 +44,22 @@ braces. Further general instructions on using \BibTeX{} may be found in the \BibTeX{} documentation. The \texttt{iopart-num} style is compatible with, but does not -require, the \texttt{iopart} document class. It is also compatible -with, but does not require, the \texttt{natbib} package. For -documents prepared using the \texttt{iopart} class but +require, the \texttt{iopart} document class. +For documents prepared \textit{with} +the \texttt{natbib} package, +\texttt{natbib} should be loaded with the options \verb+square+ and \verb+sort&compress+ +to insure proper formatting of the references in the text. If, +instead, +documents are prepared using the \texttt{iopart} class but \textit{without} \texttt{natbib}, the section header for the references must be manually inserted, with the command \verb+\section*{References}+, and use of the \texttt{citesort} package is recommended for proper formatting of the references in the text. -For documents prepared \textit{with} -\texttt{natbib}, the section header for the references appears automatically, -and use of the \texttt{citesort} package is not necessary. The -\texttt{natbib} package should be loaded with the options \verb+square+ and \verb+sort&compress+ -to insure proper formatting of the references in the text, -\textit{i.e.}, with \verb+\usepackage[square,sort&compress]{natbib}+. \section{Special bibliographic data fields} +\subsection{Journal sections} + Under IOP style conventions, journal names should be set in italic type. However, for journals with multiple lettered sections, the IOP convention is that the journal section letter should appear in roman @@ -112,6 +112,8 @@ in the \BibTeX{} database entry. Note that section names longer than a single letter are also supported (\textit{e.g.}, ``\textit{Phys. Rev.\/} ST Accel. Beams''). +\subsection{Journal issue numbers} + Journal issue numbers are not customarily included in references to journal articles under the IOP formatting conventions. Therefore, the @@ -128,6 +130,42 @@ enforce printing of the issue number. If a value is specified for number in the reference, as in ref.~\cite{zamfir2005:132te-beta-enam04}. +\subsection{Multivolume books} + +The IOP guidelines distinguish between a volume +in a {\it series} +and a volume of a {\it multivolume book} or {\it set}. For a volume in +a series, the series title and volume number are given in parentheses +after the book title~\cite{ex8}. +For an individual volume in a multivolume book, the book title is +given first, followed by the volume number and volume title~\cite{ex9}. + +The +\texttt{iopart-num} style supports an additional field +\verb+volumetitle+ in the \BibTeX{} database entry, which can be used to +specify the title for an individual volume of a multivolume +book, as in refs.~\cite{ex9,bohr1998:v2}. For example, the entry for +ref.~\cite{bohr1998:v2} is generated with +\begin{verbatim} + title = "Nuclear Structure", + volume = 2, + volumetitle = "Nuclear Deformations", +\end{verbatim} +in the \BibTeX{} database entry. In contrast, most existing \BibTeX{} styles +allow you to reference a volume of a multivolume +book by specifying \verb+title+ and +\verb+volume+, as in +refs.~\cite{ex7,siegbahn1965:v1}, but do not provide for inclusion of +any specific title for the individual volume. A volume in a +series~\cite{ex8,iachello2006:liealg} is indicated in +\texttt{iopart-num}, as in most other \BibTeX{} +styles, +by specifying +\verb+title+, \verb+volume+, and +\verb+series+ in the \BibTeX{} database entry. + +\subsection{E-prints, collaborations, and other \REVTeX{} data fields} + The \texttt{iopart-num} style supports several additional data fields (\verb+collaboration+, \verb+eid+, \verb+eprint+, \verb+numpages+, and \verb+url+) introduced in @@ -138,11 +176,12 @@ The \texttt{iopart-num} style supports several additional data fields The entries in the reference list below provide examples of the formatting of various types of references, of varying complexity, -including journal articles, books (individual, multivolume, or in a -series), articles in books, theses, and unpublished references. The +including journal articles, articles in proceedings or collections, +books (individual, multivolume, or in a series), theses, and +unpublished references. The \BibTeX{} database entries used to generate these examples can be found in the file \texttt{iopart-num.bib}. -Refs.~\cite{ex1,ex2,ex3,ex4,ex5,ex6,ex7,ex8} are based upon example entries +Refs.~\cite{ex1,ex2,ex3,ex4,ex5,ex6,ex7,ex8,ex9} are based upon example entries from the IOP guidelines. \section*{References} |