]> AND Private Git Repository - rce2015.git/blob - cpedoc.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Corrections section 5.4.2
[rce2015.git] / cpedoc.tex
1 % cpedoc.tex V2.0, 13 May 2010
2
3 \documentclass[times]{cpeauth}
4
5 \usepackage{moreverb}
6
7 \usepackage[dvips,colorlinks,bookmarksopen,bookmarksnumbered,citecolor=red,urlcolor=red]{hyperref}
8
9 \newcommand\BibTeX{{\rmfamily B\kern-.05em \textsc{i\kern-.025em b}\kern-.08em
10 T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
11
12 \def\volumeyear{2010}
13
14 \begin{document}
15
16 \runningheads{A.~N.~Other}{A demonstration of the \journalabb\
17 class file}
18
19 \title{A demonstration of the \LaTeXe\ class file for
20 \itshape{\journalnamelc}\footnotemark[2]}
21
22 \author{A.~N.~Other\corrauth}
23
24 \address{John Wiley \& Sons, Ltd, The Atrium, Southern Gate, Chichester,
25 West Sussex, PO19~8SQ, UK}
26
27 \corraddr{Journals Production Department, John Wiley \& Sons, Ltd,
28 The Atrium, Southern Gate, Chichester, West Sussex, PO19~8SQ, UK.}
29
30 \begin{abstract}
31 This paper describes the use of the \LaTeXe\
32 \textsf{\journalclass} class file for setting papers for
33 \emph{\journalnamelc}.
34 \end{abstract}
35
36 \keywords{class file; \LaTeXe; \emph{\journalabb}}
37
38 \maketitle
39
40 \footnotetext[2]{Please ensure that you use the most up to date
41 class file,
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}}}
44
45 \vspace{-6pt}
46
47 \section{Introduction}
48 \vspace{-2pt}
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}.
54
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
62 will need re-setting.
63
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}).
69
70 \vspace{-6pt}
71
72 \section{The Three Golden Rules}
73 \vspace{-2pt}
74
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:
78 \begin{enumerate}
79 \item[(i)] keep your own macros to an absolute minimum;
80
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
86 qualifier;
87
88 \item[(iii)] follow the \emph{\journalnamelc} reference style.
89 \end{enumerate}
90
91 \pagebreak
92
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
97 CTAN.
98
99 \emph{\journalnamelc} is published using Times fonts and this is
100 achieved by using the \verb"times"
101 option as\\
102 \verb"\documentclass[times]{cpeauth}".
103
104 \noindent If for any reason you have a problem using Times you can
105 easily resort to Computer Modern fonts by removing the
106 \verb"times" option.
107
108 \begin{figure}
109 \setlength{\fboxsep}{0pt}%
110 \setlength{\fboxrule}{0pt}%
111 \begin{center}
112 \begin{boxedverbatim}
113 \documentclass[times]{cpeauth}
114 %\documentclass[times,doublespace]{cpeauth}%For paper submission
115
116 \begin{document}
117
118 \runningheads{<Initials and Surnames>}{<Short title>}
119
120 \title{<Initial cap, lower case>}
121
122 \author{<An Author\affil{1},
123 Someone Else\affil{2}\corrauth\ and Perhaps Another\affil{1}>}
124
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>}
128
129 \corraddr{<Corresponding author's address (the second author in
130 this example)>. E-mail: <corresponding author's email address>}
131
132 %\cgs{<Contract/grant sponsor name (no number)>}
133 %\cgsn{<Contract/grant sponsor name>}{<number>}
134
135 \begin{abstract}
136 <Text>
137 \end{abstract}
138
139 \keywords{<List keywords>}
140
141 \maketitle
142
143 \section{Introduction}
144 .
145 .
146 .
147 \end{boxedverbatim}
148 \end{center}
149 %\vspace{-12pt}
150 \caption{Example header text.\label{F1}}
151 \end{figure}
152
153
154 \section{The Article Header Information}
155 The heading for any file using \textsf{\journalclass} is shown in
156 Figure~\ref{F1}.
157
158 \subsection{Remarks}
159 \begin{enumerate}
160 \item[(i)] In \verb"\runningheads" use `\emph{et~al.}' if there
161 are three or more authors.
162
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:'.
168
169 \item[(iii)] For submitting a double-spaced manuscript, add
170 \verb"doublespace" as an option to the documentclass line.
171
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.
177
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.
181
182 \item[(vi)] Keywords are separated by semicolons.
183 \end{enumerate}
184
185 \begin{figure}
186 \setlength{\fboxsep}{0pt}%
187 \setlength{\fboxrule}{0pt}%
188 \begin{center}
189 \begin{boxedverbatim}
190 \begin{table}
191 \caption{<Table caption>}
192 \centering
193 \tabsize
194 \begin{tabular}{<table alignment>}
195 \toprule
196 <column headings>\\
197 \midrule
198 <table entries
199 (separated by & as usual)>\\
200 <table entries>\\
201 .
202 .
203 .\\
204 \bottomrule
205 \end{tabular}
206 \end{table}
207 \end{boxedverbatim}
208 \end{center}
209 \vspace{-6pt}
210 \caption{Example table layout.\label{F2}}
211 \vspace{-6pt}
212 \end{figure}
213
214 \section{The Body of the Article}
215
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
222 particular document.
223
224 \subsection{Figures and Tables} \textsf{\journalclass} includes the
225 \textsf{graphicx} package for handling figures.
226
227 Figures are called in as follows:
228 \begin{verbatim}
229 \begin{figure}
230 \centering
231 \includegraphics{<figure name>}
232 \caption{<Figure caption>}
233 \end{figure}
234 \end{verbatim}
235
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
241
242 The standard coding for a table is shown in Figure~\ref{F2}.
243
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>}").
248
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.
253
254 \subsection{Bibliography}
255 The normal commands for producing the reference list are:
256 \begin{verbatim}
257 \begin{thebibliography}{99}
258 \bibitem{<x-ref label>}
259          <Reference details>
260 .
261 .
262 .
263 \end{thebibliography}
264 \end{verbatim}
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.
269
270 Please note that the file \textsf{wileyj.bst} is available from
271 the same download page for those authors using \BibTeX.
272
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
276 Figure~\ref{F1}.
277
278 \section{Support for \textsf{\journalclass}}
279 We offer on-line support to participating authors. Please contact
280 us via e-mail at\\
281 \href{mailto:cpeauth-cls@wiley.co.uk}{\texttt{cpeauth-cls@wiley.co.uk}}.
282
283 We would welcome any feedback, positive or otherwise, on your
284 experiences of using \textsf{\journalclass}.
285
286 \section{Copyright Statement}
287 Please  be  aware that the use of  this \LaTeXe\ class file is
288 governed by the following conditions.
289
290 \subsection{Copyright}
291 Copyright \copyright\ \volumeyear\ John Wiley \& Sons, Ltd, The
292 Atrium, Southern Gate, Chichester, West Sussex, PO19~8SQ, UK. All
293 rights reserved.
294
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.
300
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.
309
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}}
313
314 \begin{thebibliography}{9}
315
316 \bibitem{R1} Kopka~H, Daly~PW. 2003. \emph{A Guide to \LaTeX} (4th~edn).
317 Addison-Wesley.
318
319 \bibitem{R2} Lamport~L. 1994. \emph{\LaTeX: a Document Preparation System} (2nd~edn).
320 Addison-Wesley.
321
322 \bibitem{R3} Mittelbach~F, Goossens~M. 2004. \emph{The \LaTeX\ Companion}
323 (2nd~edn). Addison-Wesley.
324 \end{thebibliography}
325 \end{document}