1 % cpedoc.tex V2.0, 13 May 2010
3 \documentclass[times]{cpeauth}
7 \usepackage[dvips,colorlinks,bookmarksopen,bookmarksnumbered,citecolor=red,urlcolor=red]{hyperref}
9 \newcommand\BibTeX{{\rmfamily B\kern-.05em \textsc{i\kern-.025em b}\kern-.08em
10 T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
16 \runningheads{A.~N.~Other}{A demonstration of the \journalabb\
19 \title{A demonstration of the \LaTeXe\ class file for
20 \itshape{\journalnamelc}\footnotemark[2]}
22 \author{A.~N.~Other\corrauth}
24 \address{John Wiley \& Sons, Ltd, The Atrium, Southern Gate, Chichester,
25 West Sussex, PO19~8SQ, UK}
27 \corraddr{Journals Production Department, John Wiley \& Sons, Ltd,
28 The Atrium, Southern Gate, Chichester, West Sussex, PO19~8SQ, UK.}
31 This paper describes the use of the \LaTeXe\
32 \textsf{\journalclass} class file for setting papers for
33 \emph{\journalnamelc}.
36 \keywords{class file; \LaTeXe; \emph{\journalabb}}
40 \footnotetext[2]{Please ensure that you use the most up to date
42 available from the CPE Home Page at\\
43 \href{http://www3.interscience.wiley.com/journal/117946197/grouphome/home.html}{\texttt{http://www3.interscience.wiley.com/journal/117946197/grouphome/home.html}}}
47 \section{Introduction}
49 Many authors submitting to research journals use \LaTeXe\ to
50 prepare their papers. This paper describes the
51 \textsf{\journalclass} class file which can be used to convert
52 articles produced with other \LaTeXe\ class files into the correct
53 form for publication in \emph{\journalnamelc}.
55 The \textsf{\journalclass} class file preserves much of the
56 standard \LaTeXe\ interface so that any document which was
57 produced using the standard \LaTeXe\ \textsf{article} style can
58 easily be converted to work with the \textsf{\journalclassshort}
59 style. However, the width of text and typesize will vary from that
60 of \textsf{article.cls}; therefore, \emph{line breaks will change}
61 and it is likely that displayed mathematics and tabular material
64 In the following sections we describe how to lay out your code to
65 use \textsf{\journalclass} to reproduce the typographical look of
66 \emph{\journalnamelc}. However, this paper is not a guide to
67 using \LaTeXe\ and we would refer you to any of the many books
68 available (see, for example, \cite{R1,R2,R3}).
72 \section{The Three Golden Rules}
75 Before we proceed, we would like to stress \emph{three golden
76 rules} that need to be followed to enable the most efficient use
77 of your code at the typesetting stage:
79 \item[(i)] keep your own macros to an absolute minimum;
81 \item[(ii)] as \TeX\ is designed to make sensible spacing
82 decisions by itself, do \emph{not} use explicit horizontal or
83 vertical spacing commands, except in a few accepted (mostly
84 mathematical) situations, such as \verb"\," before a
85 differential~d, or \verb"\quad" to separate an equation from its
88 \item[(iii)] follow the \emph{\journalnamelc} reference style.
93 \section{Getting Started} The \textsf{\journalclassshort} class file should run
94 on any standard \LaTeXe\ installation. If any of the fonts, style
95 files or packages it requires are missing from your installation,
96 they can be found on the \emph{\TeX\ Collection} DVDs or from
99 \emph{\journalnamelc} is published using Times fonts and this is
100 achieved by using the \verb"times"
102 \verb"\documentclass[times]{cpeauth}".
104 \noindent If for any reason you have a problem using Times you can
105 easily resort to Computer Modern fonts by removing the
109 \setlength{\fboxsep}{0pt}%
110 \setlength{\fboxrule}{0pt}%
112 \begin{boxedverbatim}
113 \documentclass[times]{cpeauth}
114 %\documentclass[times,doublespace]{cpeauth}%For paper submission
118 \runningheads{<Initials and Surnames>}{<Short title>}
120 \title{<Initial cap, lower case>}
122 \author{<An Author\affil{1},
123 Someone Else\affil{2}\corrauth\ and Perhaps Another\affil{1}>}
125 \address{<\affilnum{1}First author's address
126 (in this example it is the same as the third author)\break
127 \affilnum{2}Second author's address>}
129 \corraddr{<Corresponding author's address (the second author in
130 this example)>. E-mail: <corresponding author's email address>}
132 %\cgs{<Contract/grant sponsor name (no number)>}
133 %\cgsn{<Contract/grant sponsor name>}{<number>}
139 \keywords{<List keywords>}
143 \section{Introduction}
150 \caption{Example header text.\label{F1}}
154 \section{The Article Header Information}
155 The heading for any file using \textsf{\journalclass} is shown in
160 \item[(i)] In \verb"\runningheads" use `\emph{et~al.}' if there
161 are three or more authors.
163 \item[(ii)] Note the use of \verb"\affil" and \verb"\affilnum" to
164 link names and addresses. The author for correspondence is marked
165 by \verb"\corrauth" and \verb"\corraddr" is used to give that
166 author's address, which will be printed as a footnote, prefaced by
167 `Correspondence to:'.
169 \item[(iii)] For submitting a double-spaced manuscript, add
170 \verb"doublespace" as an option to the documentclass line.
172 \item[(iv)] Use \verb"\cgs" for giving details of financial
173 sponsors; alternatively use \verb"\cgsn" if the grant number is
174 also to be included. These details will be printed as a footnote,
175 with `Contract/grant sponsor:' and `contract/grant number:'
176 inserted in the appropriate places.
178 \item[(v)] The abstract should be capable of standing by itself,
179 in the absence of the body of the article and of the bibliography.
180 Therefore, it must not contain any reference citations.
182 \item[(vi)] Keywords are separated by semicolons.
186 \setlength{\fboxsep}{0pt}%
187 \setlength{\fboxrule}{0pt}%
189 \begin{boxedverbatim}
191 \caption{<Table caption>}
194 \begin{tabular}{<table alignment>}
199 (separated by & as usual)>\\
210 \caption{Example table layout.\label{F2}}
214 \section{The Body of the Article}
216 \subsection{Mathematics} \textsf{\journalclass} makes the full
217 functionality of \AmS\/\TeX\ available. We encourage the use of
218 the \verb"align", \verb"gather" and \verb"multline" environments
219 for displayed mathematics. \textsf{amsthm} is used for setting
220 theorem-like and proof environments. The usual \verb"\newtheorem"
221 command needs to be used to set up the environments for your
224 \subsection{Figures and Tables} \textsf{\journalclass} includes the
225 \textsf{graphicx} package for handling figures.
227 Figures are called in as follows:
231 \includegraphics{<figure name>}
232 \caption{<Figure caption>}
236 For further details on how to size figures, etc., with the
237 \textsf{graphicx} package see, for example, \cite{R1}
238 or \cite{R3}. If figures are available in an
239 acceptable format (for example, .eps, .ps) they will be used but a
240 printed version should always be provided. \medbreak
242 The standard coding for a table is shown in Figure~\ref{F2}.
244 \subsection{Cross-referencing}
245 The use of the \LaTeX\ cross-reference system
246 for figures, tables, equations, etc., is encouraged
247 (using \verb"\ref{<name>}" and \verb"\label{<name>}").
249 \subsection{Acknowledgements} An Acknowledgements section is started with \verb"\ack" or
250 \verb"\acks" for \textit{Acknowledgement} or
251 \textit{Acknowledgements}, respectively. It must be placed just
252 before the References.
254 \subsection{Bibliography}
255 The normal commands for producing the reference list are:
257 \begin{thebibliography}{99}
258 \bibitem{<x-ref label>}
263 \end{thebibliography}
265 where \verb"\bibitem{x-ref label}"
266 corresponds to \verb"\cite{x-ref label}" in the body of the article
267 and \verb"{99}" is the widest such number expected and determines
268 the width of the number column in the reference list.
270 Please note that the file \textsf{wileyj.bst} is available from
271 the same download page for those authors using \BibTeX.
273 \subsection{Double Spacing}
274 If you need to double space your document for submission please
275 use the \verb+doublespace+ option as shown in the sample layout in
278 \section{Support for \textsf{\journalclass}}
279 We offer on-line support to participating authors. Please contact
281 \href{mailto:cpeauth-cls@wiley.co.uk}{\texttt{cpeauth-cls@wiley.co.uk}}.
283 We would welcome any feedback, positive or otherwise, on your
284 experiences of using \textsf{\journalclass}.
286 \section{Copyright Statement}
287 Please be aware that the use of this \LaTeXe\ class file is
288 governed by the following conditions.
290 \subsection{Copyright}
291 Copyright \copyright\ \volumeyear\ John Wiley \& Sons, Ltd, The
292 Atrium, Southern Gate, Chichester, West Sussex, PO19~8SQ, UK. All
295 \subsection{Rules of Use}
296 This class file is made available for use by authors who wish to
297 prepare an article for publication in \emph{\journalnamelc}
298 published by John Wiley \& Sons, Ltd. The user may not exploit any
299 part of the class file commercially.
301 This class file is provided on an \emph{as is} basis, without
302 warranties of any kind, either express or implied, including but
303 not limited to warranties of title, or implied warranties of
304 merchantablility or fitness for a particular purpose. There will
305 be no duty on the author[s] of the software or John Wiley \&
306 Sons, Ltd to correct any errors or defects in the software. Any
307 statutory rights you may have remain unaffected by your
308 acceptance of these rules of use.
310 \ack This class file was developed by Sunrise Setting Ltd,
311 Torquay, Devon, UK. Website:\\
312 \href{http://www.sunrise-setting.co.uk}{\texttt{www.sunrise-setting.co.uk}}
314 \begin{thebibliography}{9}
316 \bibitem{R1} Kopka~H, Daly~PW. 2003. \emph{A Guide to \LaTeX} (4th~edn).
319 \bibitem{R2} Lamport~L. 1994. \emph{\LaTeX: a Document Preparation System} (2nd~edn).
322 \bibitem{R3} Mittelbach~F, Goossens~M. 2004. \emph{The \LaTeX\ Companion}
323 (2nd~edn). Addison-Wesley.
324 \end{thebibliography}