diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/iopart-num | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/iopart-num')
-rw-r--r-- | Master/texmf-dist/doc/latex/iopart-num/README | 33 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/iopart-num/example-article.pdf | bin | 0 -> 49563 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/iopart-num/example-article.tex | 23 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/iopart-num/example-iopart.tex | 29 |
4 files changed, 85 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/iopart-num/README b/Master/texmf-dist/doc/latex/iopart-num/README new file mode 100644 index 00000000000..de34868a998 --- /dev/null +++ b/Master/texmf-dist/doc/latex/iopart-num/README @@ -0,0 +1,33 @@ +iopart-num -- BibTeX style for IOP journals + +-------------------------------- + +The iopart-num BibTeX style is intended for use with Institute of +Physics Publishing journals, including Journal of Physics. A numeric +citation style with Harvard-like formatting is provided, based upon +the specification in "Preparing an article for publication in an +Institute of Physics Publishing journal using LaTeX2e", by Neil +Scriven and Romneya Robertson. + +The style is compatible with, but does not require, the iopart +document class. It is also compatible with, but does not require, +natbib. Further instructions for use with or without natbib are given +in comments at the start of the file iopart-num.bst. + +The distribution contains the BibTeX style file (iopart-num.bst), test +documents for use with the article and iopart document classes +(example-article.tex and example-iopart.tex), and the database file +required by these documents (iopart-num-example.bib). + +-------------------------------- + +Mark A. Caprio, Yale University +July 11, 2005 +Version 1.0 + +This material is subject to the LaTeX Project Public License. See +http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for +the details of that license. You may freely copy or distribute this +software, but if you modify it and distribute it (even locally) you +must change the name to avoid confusion. + diff --git a/Master/texmf-dist/doc/latex/iopart-num/example-article.pdf b/Master/texmf-dist/doc/latex/iopart-num/example-article.pdf Binary files differnew file mode 100644 index 00000000000..5ea1ffd1c45 --- /dev/null +++ b/Master/texmf-dist/doc/latex/iopart-num/example-article.pdf diff --git a/Master/texmf-dist/doc/latex/iopart-num/example-article.tex b/Master/texmf-dist/doc/latex/iopart-num/example-article.tex new file mode 100644 index 00000000000..5fcd57c1b62 --- /dev/null +++ b/Master/texmf-dist/doc/latex/iopart-num/example-article.tex @@ -0,0 +1,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} + diff --git a/Master/texmf-dist/doc/latex/iopart-num/example-iopart.tex b/Master/texmf-dist/doc/latex/iopart-num/example-iopart.tex new file mode 100644 index 00000000000..6629f4c3dac --- /dev/null +++ b/Master/texmf-dist/doc/latex/iopart-num/example-iopart.tex @@ -0,0 +1,29 @@ +\documentclass[12pt]{iopart} +\bibliographystyle{iopart-num} + +\begin{document} + +\title{Test document for iopart-num with the iopart document class} + +\author{M~A~Caprio} + +\address{Center for Theoretical Physics, Sloane Physics Laboratory, +Yale University, New Haven, Connecticut 06520-8120, USA} + + +\begin{abstract} +This file may be used to test the iopart-num BibTeX style. +\end{abstract} + +\section{Introduction} + +This file may be used to test the iopart-num BibTeX style. +This version of the file is for use with the iopart document class. + +\nocite{*} + +\section*{References} +\bibliography{iopart-num-example} + +\end{document} + |