]> AND Private Git Repository - mpi-energy.git/blob - IEEEtran/bare_jrnl_compsoc.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add IEEEtran files.
[mpi-energy.git] / IEEEtran / bare_jrnl_compsoc.tex
1 \r
2 %% bare_jrnl_compsoc.tex\r
3 %% V1.3\r
4 %% 2007/01/11\r
5 %% by Michael Shell\r
6 %% See:\r
7 %% http://www.michaelshell.org/\r
8 %% for current contact information.\r
9 %%\r
10 %% This is a skeleton file demonstrating the use of IEEEtran.cls\r
11 %% (requires IEEEtran.cls version 1.7 or later) with an IEEE Computer\r
12 %% Society journal paper.\r
13 %%\r
14 %% Support sites:\r
15 %% http://www.michaelshell.org/tex/ieeetran/\r
16 %% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/\r
17 %% and\r
18 %% http://www.ieee.org/\r
19 \r
20 %%*************************************************************************\r
21 %% Legal Notice:\r
22 %% This code is offered as-is without any warranty either expressed or\r
23 %% implied; without even the implied warranty of MERCHANTABILITY or\r
24 %% FITNESS FOR A PARTICULAR PURPOSE! \r
25 %% User assumes all risk.\r
26 %% In no event shall IEEE or any contributor to this code be liable for\r
27 %% any damages or losses, including, but not limited to, incidental,\r
28 %% consequential, or any other damages, resulting from the use or misuse\r
29 %% of any information contained here.\r
30 %%\r
31 %% All comments are the opinions of their respective authors and are not\r
32 %% necessarily endorsed by the IEEE.\r
33 %%\r
34 %% This work is distributed under the LaTeX Project Public License (LPPL)\r
35 %% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,\r
36 %% distributed and modified. A copy of the LPPL, version 1.3, is included\r
37 %% in the base LaTeX documentation of all distributions of LaTeX released\r
38 %% 2003/12/01 or later.\r
39 %% Retain all contribution notices and credits.\r
40 %% ** Modified files should be clearly indicated as such, including  **\r
41 %% ** renaming them and changing author support contact information. **\r
42 %%\r
43 %% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex,\r
44 %%                    bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex\r
45 %%*************************************************************************\r
46 \r
47 % *** Authors should verify (and, if needed, correct) their LaTeX system  ***\r
48 % *** with the testflow diagnostic prior to trusting their LaTeX platform ***\r
49 % *** with production work. IEEE's font choices can trigger bugs that do  ***\r
50 % *** not appear when using other class files.                            ***\r
51 % The testflow support page is at:\r
52 % http://www.michaelshell.org/tex/testflow/\r
53 \r
54 \r
55 \r
56 \r
57 % Note that the a4paper option is mainly intended so that authors in\r
58 % countries using A4 can easily print to A4 and see how their papers will\r
59 % look in print - the typesetting of the document will not typically be\r
60 % affected with changes in paper size (but the bottom and side margins will).\r
61 % Use the testflow package mentioned above to verify correct handling of\r
62 % both paper sizes by the user's LaTeX system.\r
63 %\r
64 % Also note that the "draftcls" or "draftclsnofoot", not "draft", option\r
65 % should be used if it is desired that the figures are to be displayed in\r
66 % draft mode.\r
67 %\r
68 % The Computer Society usually requires 12pt for submissions.\r
69 %\r
70 \documentclass[12pt,journal,compsoc]{IEEEtran}\r
71 %\r
72 % If IEEEtran.cls has not been installed into the LaTeX system files,\r
73 % manually specify the path to it like:\r
74 % \documentclass[12pt,journal,compsoc]{../sty/IEEEtran}\r
75 \r
76 \r
77 \r
78 \r
79 \r
80 % Some very useful LaTeX packages include:\r
81 % (uncomment the ones you want to load)\r
82 \r
83 \r
84 % *** MISC UTILITY PACKAGES ***\r
85 %\r
86 %\usepackage{ifpdf}\r
87 % Heiko Oberdiek's ifpdf.sty is very useful if you need conditional\r
88 % compilation based on whether the output is pdf or dvi.\r
89 % usage:\r
90 % \ifpdf\r
91 %   % pdf code\r
92 % \else\r
93 %   % dvi code\r
94 % \fi\r
95 % The latest version of ifpdf.sty can be obtained from:\r
96 % http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/\r
97 % Also, note that IEEEtran.cls V1.7 and later provides a builtin\r
98 % \ifCLASSINFOpdf conditional that works the same way.\r
99 % When switching from latex to pdflatex and vice-versa, the compiler may\r
100 % have to be run twice to clear warning/error messages.\r
101 \r
102 \r
103 \r
104 \r
105 \r
106 \r
107 % *** CITATION PACKAGES ***\r
108 %\r
109 \ifCLASSOPTIONcompsoc\r
110   % IEEE Computer Society needs nocompress option\r
111   % requires cite.sty v4.0 or later (November 2003)\r
112   % \usepackage[nocompress]{cite}\r
113 \else\r
114   % normal IEEE\r
115   % \usepackage{cite}\r
116 \fi\r
117 % cite.sty was written by Donald Arseneau\r
118 % V1.6 and later of IEEEtran pre-defines the format of the cite.sty package\r
119 % \cite{} output to follow that of IEEE. Loading the cite package will\r
120 % result in citation numbers being automatically sorted and properly\r
121 % "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using\r
122 % cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's\r
123 % \cite will automatically add leading space, if needed. Use cite.sty's\r
124 % noadjust option (cite.sty V3.8 and later) if you want to turn this off.\r
125 % cite.sty is already installed on most LaTeX systems. Be sure and use\r
126 % version 4.0 (2003-05-27) and later if using hyperref.sty. cite.sty does\r
127 % not currently provide for hyperlinked citations.\r
128 % The latest version can be obtained at:\r
129 % http://www.ctan.org/tex-archive/macros/latex/contrib/cite/\r
130 % The documentation is contained in the cite.sty file itself.\r
131 %\r
132 % Note that some packages require special options to format as the Computer\r
133 % Society requires. In particular, Computer Society  papers do not use\r
134 % compressed citation ranges as is done in typical IEEE papers\r
135 % (e.g., [1]-[4]). Instead, they list every citation separately in order\r
136 % (e.g., [1], [2], [3], [4]). To get the latter we need to load the cite\r
137 % package with the nocompress option which is supported by cite.sty v4.0\r
138 % and later. Note also the use of a CLASSOPTION conditional provided by\r
139 % IEEEtran.cls V1.7 and later.\r
140 \r
141 \r
142 \r
143 \r
144 \r
145 % *** GRAPHICS RELATED PACKAGES ***\r
146 %\r
147 \ifCLASSINFOpdf\r
148   % \usepackage[pdftex]{graphicx}\r
149   % declare the path(s) where your graphic files are\r
150   % \graphicspath{{../pdf/}{../jpeg/}}\r
151   % and their extensions so you won't have to specify these with\r
152   % every instance of \includegraphics\r
153   % \DeclareGraphicsExtensions{.pdf,.jpeg,.png}\r
154 \else\r
155   % or other class option (dvipsone, dvipdf, if not using dvips). graphicx\r
156   % will default to the driver specified in the system graphics.cfg if no\r
157   % driver is specified.\r
158   % \usepackage[dvips]{graphicx}\r
159   % declare the path(s) where your graphic files are\r
160   % \graphicspath{{../eps/}}\r
161   % and their extensions so you won't have to specify these with\r
162   % every instance of \includegraphics\r
163   % \DeclareGraphicsExtensions{.eps}\r
164 \fi\r
165 % graphicx was written by David Carlisle and Sebastian Rahtz. It is\r
166 % required if you want graphics, photos, etc. graphicx.sty is already\r
167 % installed on most LaTeX systems. The latest version and documentation can\r
168 % be obtained at: \r
169 % http://www.ctan.org/tex-archive/macros/latex/required/graphics/\r
170 % Another good source of documentation is "Using Imported Graphics in\r
171 % LaTeX2e" by Keith Reckdahl which can be found as epslatex.ps or\r
172 % epslatex.pdf at: http://www.ctan.org/tex-archive/info/\r
173 %\r
174 % latex, and pdflatex in dvi mode, support graphics in encapsulated\r
175 % postscript (.eps) format. pdflatex in pdf mode supports graphics\r
176 % in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure\r
177 % that all non-photo figures use a vector format (.eps, .pdf, .mps) and\r
178 % not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats\r
179 % which can result in "jaggedy"/blurry rendering of lines and letters as\r
180 % well as large increases in file sizes.\r
181 %\r
182 % You can find documentation about the pdfTeX application at:\r
183 % http://www.tug.org/applications/pdftex\r
184 \r
185 \r
186 \r
187 \r
188 \r
189 % *** MATH PACKAGES ***\r
190 %\r
191 %\usepackage[cmex10]{amsmath}\r
192 % A popular package from the American Mathematical Society that provides\r
193 % many useful and powerful commands for dealing with mathematics. If using\r
194 % it, be sure to load this package with the cmex10 option to ensure that\r
195 % only type 1 fonts will utilized at all point sizes. Without this option,\r
196 % it is possible that some math symbols, particularly those within\r
197 % footnotes, will be rendered in bitmap form which will result in a\r
198 % document that can not be IEEE Xplore compliant!\r
199 %\r
200 % Also, note that the amsmath package sets \interdisplaylinepenalty to 10000\r
201 % thus preventing page breaks from occurring within multiline equations. Use:\r
202 %\interdisplaylinepenalty=2500\r
203 % after loading amsmath to restore such page breaks as IEEEtran.cls normally\r
204 % does. amsmath.sty is already installed on most LaTeX systems. The latest\r
205 % version and documentation can be obtained at:\r
206 % http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/\r
207 \r
208 \r
209 \r
210 \r
211 \r
212 % *** SPECIALIZED LIST PACKAGES ***\r
213 %\r
214 %\usepackage{algorithmic}\r
215 % algorithmic.sty was written by Peter Williams and Rogerio Brito.\r
216 % This package provides an algorithmic environment fo describing algorithms.\r
217 % You can use the algorithmic environment in-text or within a figure\r
218 % environment to provide for a floating algorithm. Do NOT use the algorithm\r
219 % floating environment provided by algorithm.sty (by the same authors) or\r
220 % algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated\r
221 % algorithm float types and packages that provide these will not provide\r
222 % correct IEEE style captions. The latest version and documentation of\r
223 % algorithmic.sty can be obtained at:\r
224 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/\r
225 % There is also a support site at:\r
226 % http://algorithms.berlios.de/index.html\r
227 % Also of interest may be the (relatively newer and more customizable)\r
228 % algorithmicx.sty package by Szasz Janos:\r
229 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/\r
230 \r
231 \r
232 \r
233 \r
234 % *** ALIGNMENT PACKAGES ***\r
235 %\r
236 %\usepackage{array}\r
237 % Frank Mittelbach's and David Carlisle's array.sty patches and improves\r
238 % the standard LaTeX2e array and tabular environments to provide better\r
239 % appearance and additional user controls. As the default LaTeX2e table\r
240 % generation code is lacking to the point of almost being broken with\r
241 % respect to the quality of the end results, all users are strongly\r
242 % advised to use an enhanced (at the very least that provided by array.sty)\r
243 % set of table tools. array.sty is already installed on most systems. The\r
244 % latest version and documentation can be obtained at:\r
245 % http://www.ctan.org/tex-archive/macros/latex/required/tools/\r
246 \r
247 \r
248 %\usepackage{mdwmath}\r
249 %\usepackage{mdwtab}\r
250 % Also highly recommended is Mark Wooding's extremely powerful MDW tools,\r
251 % especially mdwmath.sty and mdwtab.sty which are used to format equations\r
252 % and tables, respectively. The MDWtools set is already installed on most\r
253 % LaTeX systems. The lastest version and documentation is available at:\r
254 % http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools/\r
255 \r
256 \r
257 % IEEEtran contains the IEEEeqnarray family of commands that can be used to\r
258 % generate multiline equations as well as matrices, tables, etc., of high\r
259 % quality.\r
260 \r
261 \r
262 %\usepackage{eqparbox}\r
263 % Also of notable interest is Scott Pakin's eqparbox package for creating\r
264 % (automatically sized) equal width boxes - aka "natural width parboxes".\r
265 % Available at:\r
266 % http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox/\r
267 \r
268 \r
269 \r
270 \r
271 \r
272 % *** SUBFIGURE PACKAGES ***\r
273 %\ifCLASSOPTIONcompsoc\r
274 %\usepackage[tight,normalsize,sf,SF]{subfigure}\r
275 %\else\r
276 %\usepackage[tight,footnotesize]{subfigure}\r
277 %\fi\r
278 % subfigure.sty was written by Steven Douglas Cochran. This package makes it\r
279 % easy to put subfigures in your figures. e.g., "Figure 1a and 1b". For IEEE\r
280 % work, it is a good idea to load it with the tight package option to reduce\r
281 % the amount of white space around the subfigures. Computer Society papers\r
282 % use a larger font and \sffamily font for their captions, hence the\r
283 % additional options needed under compsoc mode. subfigure.sty is already\r
284 % installed on most LaTeX systems. The latest version and documentation can\r
285 % be obtained at:\r
286 % http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure/\r
287 % subfigure.sty has been superceeded by subfig.sty.\r
288 \r
289 \r
290 %\ifCLASSOPTIONcompsoc\r
291 %  \usepackage[caption=false]{caption}\r
292 %  \usepackage[font=normalsize,labelfont=sf,textfont=sf]{subfig}\r
293 %\else\r
294 %  \usepackage[caption=false]{caption}\r
295 %  \usepackage[font=footnotesize]{subfig}\r
296 %\fi\r
297 % subfig.sty, also written by Steven Douglas Cochran, is the modern\r
298 % replacement for subfigure.sty. However, subfig.sty requires and\r
299 % automatically loads Axel Sommerfeldt's caption.sty which will override\r
300 % IEEEtran.cls handling of captions and this will result in nonIEEE style\r
301 % figure/table captions. To prevent this problem, be sure and preload\r
302 % caption.sty with its "caption=false" package option. This is will preserve\r
303 % IEEEtran.cls handing of captions. Version 1.3 (2005/06/28) and later \r
304 % (recommended due to many improvements over 1.2) of subfig.sty supports\r
305 % the caption=false option directly:\r
306 %\ifCLASSOPTIONcompsoc\r
307 %  \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}\r
308 %\else\r
309 %  \usepackage[caption=false,font=footnotesize]{subfig}\r
310 %\fi\r
311 %\r
312 % The latest version and documentation can be obtained at:\r
313 % http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/\r
314 % The latest version and documentation of caption.sty can be obtained at:\r
315 % http://www.ctan.org/tex-archive/macros/latex/contrib/caption/\r
316 \r
317 \r
318 \r
319 \r
320 % *** FLOAT PACKAGES ***\r
321 %\r
322 %\usepackage{fixltx2e}\r
323 % fixltx2e, the successor to the earlier fix2col.sty, was written by\r
324 % Frank Mittelbach and David Carlisle. This package corrects a few problems\r
325 % in the LaTeX2e kernel, the most notable of which is that in current\r
326 % LaTeX2e releases, the ordering of single and double column floats is not\r
327 % guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a\r
328 % single column figure to be placed prior to an earlier double column\r
329 % figure. The latest version and documentation can be found at:\r
330 % http://www.ctan.org/tex-archive/macros/latex/base/\r
331 \r
332 \r
333 \r
334 %\usepackage{stfloats}\r
335 % stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e\r
336 % the ability to do double column floats at the bottom of the page as well\r
337 % as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in\r
338 % LaTeX2e). It also provides a command:\r
339 %\fnbelowfloat\r
340 % to enable the placement of footnotes below bottom floats (the standard\r
341 % LaTeX2e kernel puts them above bottom floats). This is an invasive package\r
342 % which rewrites many portions of the LaTeX2e float routines. It may not work\r
343 % with other packages that modify the LaTeX2e float routines. The latest\r
344 % version and documentation can be obtained at:\r
345 % http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/\r
346 % Documentation is contained in the stfloats.sty comments as well as in the\r
347 % presfull.pdf file. Do not use the stfloats baselinefloat ability as IEEE\r
348 % does not allow \baselineskip to stretch. Authors submitting work to the\r
349 % IEEE should note that IEEE rarely uses double column equations and\r
350 % that authors should try to avoid such use. Do not be tempted to use the\r
351 % cuted.sty or midfloat.sty packages (also by Sigitas Tolusis) as IEEE does\r
352 % not format its papers in such ways.\r
353 \r
354 \r
355 \r
356 \r
357 %\ifCLASSOPTIONcaptionsoff\r
358 %  \usepackage[nomarkers]{endfloat}\r
359 % \let\MYoriglatexcaption\caption\r
360 % \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}\r
361 %\fi\r
362 % endfloat.sty was written by James Darrell McCauley and Jeff Goldberg.\r
363 % This package may be useful when used in conjunction with IEEEtran.cls'\r
364 % captionsoff option. Some IEEE journals/societies require that submissions\r
365 % have lists of figures/tables at the end of the paper and that\r
366 % figures/tables without any captions are placed on a page by themselves at\r
367 % the end of the document. If needed, the draftcls IEEEtran class option or\r
368 % \CLASSINPUTbaselinestretch interface can be used to increase the line\r
369 % spacing as well. Be sure and use the nomarkers option of endfloat to\r
370 % prevent endfloat from "marking" where the figures would have been placed\r
371 % in the text. The two hack lines of code above are a slight modification of\r
372 % that suggested by in the endfloat docs (section 8.3.1) to ensure that\r
373 % the full captions always appear in the list of figures/tables - even if\r
374 % the user used the short optional argument of \caption[]{}.\r
375 % IEEE papers do not typically make use of \caption[]'s optional argument,\r
376 % so this should not be an issue. A similar trick can be used to disable\r
377 % captions of packages such as subfig.sty that lack options to turn off\r
378 % the subcaptions:\r
379 % For subfig.sty:\r
380 % \let\MYorigsubfloat\subfloat\r
381 % \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}\r
382 % For subfigure.sty:\r
383 % \let\MYorigsubfigure\subfigure\r
384 % \renewcommand{\subfigure}[2][\relax]{\MYorigsubfigure[]{#2}}\r
385 % However, the above trick will not work if both optional arguments of\r
386 % the \subfloat/subfig command are used. Furthermore, there needs to be a\r
387 % description of each subfigure *somewhere* and endfloat does not add\r
388 % subfigure captions to its list of figures. Thus, the best approach is to\r
389 % avoid the use of subfigure captions (many IEEE journals avoid them anyway)\r
390 % and instead reference/explain all the subfigures within the main caption.\r
391 % The latest version of endfloat.sty and its documentation can obtained at:\r
392 % http://www.ctan.org/tex-archive/macros/latex/contrib/endfloat/\r
393 %\r
394 % The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used\r
395 % later in the document, say, to conditionally put the References on a \r
396 % page by themselves.\r
397 \r
398 \r
399 \r
400 \r
401 % *** PDF, URL AND HYPERLINK PACKAGES ***\r
402 %\r
403 %\usepackage{url}\r
404 % url.sty was written by Donald Arseneau. It provides better support for\r
405 % handling and breaking URLs. url.sty is already installed on most LaTeX\r
406 % systems. The latest version can be obtained at:\r
407 % http://www.ctan.org/tex-archive/macros/latex/contrib/misc/\r
408 % Read the url.sty source comments for usage information. Basically,\r
409 % \url{my_url_here}.\r
410 \r
411 \r
412 \r
413 \r
414 \r
415 % *** Do not adjust lengths that control margins, column widths, etc. ***\r
416 % *** Do not use packages that alter fonts (such as pslatex).         ***\r
417 % There should be no need to do such things with IEEEtran.cls V1.6 and later.\r
418 % (Unless specifically asked to do so by the journal or conference you plan\r
419 % to submit to, of course. )\r
420 \r
421 \r
422 % correct bad hyphenation here\r
423 \hyphenation{op-tical net-works semi-conduc-tor}\r
424 \r
425 \r
426 \begin{document}\r
427 %\r
428 % paper title\r
429 % can use linebreaks \\ within to get better formatting as desired\r
430 \title{Bare Demo of IEEEtran.cls\\ for Computer Society Journals}\r
431 %\r
432 %\r
433 % author names and IEEE memberships\r
434 % note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break\r
435 % a structure at a ~ so this keeps an author's name from being broken across\r
436 % two lines.\r
437 % use \thanks{} to gain access to the first footnote area\r
438 % a separate \thanks must be used for each paragraph as LaTeX2e's \thanks\r
439 % was not built to handle multiple paragraphs\r
440 %\r
441 %\r
442 %\IEEEcompsocitemizethanks is a special \thanks that produces the bulleted\r
443 % lists the Computer Society journals use for "first footnote" author\r
444 % affiliations. Use \IEEEcompsocthanksitem which works much like \item\r
445 % for each affiliation group. When not in compsoc mode,\r
446 % \IEEEcompsocitemizethanks becomes like \thanks and\r
447 % \IEEEcompsocthanksitem becomes a line break with idention. This\r
448 % facilitates dual compilation, although admittedly the differences in the\r
449 % desired content of \author between the different types of papers makes a\r
450 % one-size-fits-all approach a daunting prospect. For instance, compsoc \r
451 % journal papers have the author affiliations above the "Manuscript\r
452 % received ..."  text while in non-compsoc journals this is reversed. Sigh.\r
453 \r
454 \author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}\r
455         John~Doe,~\IEEEmembership{Fellow,~OSA,}\r
456         and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space\r
457 \IEEEcompsocitemizethanks{\IEEEcompsocthanksitem M. Shell is with the Department\r
458 of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,\r
459 GA, 30332.\protect\\\r
460 % note need leading \protect in front of \\ to get a newline within \thanks as\r
461 % \\ is fragile and will error, could use \hfil\break instead.\r
462 E-mail: see http://www.michaelshell.org/contact.html\r
463 \IEEEcompsocthanksitem J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space\r
464 \thanks{Manuscript received April 19, 2005; revised January 11, 2007.}}\r
465 \r
466 % note the % following the last \IEEEmembership and also \thanks - \r
467 % these prevent an unwanted space from occurring between the last author name\r
468 % and the end of the author line. i.e., if you had this:\r
469\r
470 % \author{....lastname \thanks{...} \thanks{...} }\r
471 %                     ^------------^------------^----Do not want these spaces!\r
472 %\r
473 % a space would be appended to the last name and could cause every name on that\r
474 % line to be shifted left slightly. This is one of those "LaTeX things". For\r
475 % instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get\r
476 % "AB" then you have to do: "\textbf{A}\textbf{B}"\r
477 % \thanks is no different in this regard, so shield the last } of each \thanks\r
478 % that ends a line with a % and do not let a space in before the next \thanks.\r
479 % Spaces after \IEEEmembership other than the last one are OK (and needed) as\r
480 % you are supposed to have spaces between the names. For what it is worth,\r
481 % this is a minor point as most people would not even notice if the said evil\r
482 % space somehow managed to creep in.\r
483 \r
484 \r
485 \r
486 % The paper headers\r
487 \markboth{Journal of \LaTeX\ Class Files,~Vol.~6, No.~1, January~2007}%\r
488 {Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for Computer Society Journals}\r
489 % The only time the second header will appear is for the odd numbered pages\r
490 % after the title page when using the twoside option.\r
491\r
492 % *** Note that you probably will NOT want to include the author's ***\r
493 % *** name in the headers of peer review papers.                   ***\r
494 % You can use \ifCLASSOPTIONpeerreview for conditional compilation here if\r
495 % you desire.\r
496 \r
497 \r
498 \r
499 % The publisher's ID mark at the bottom of the page is less important with\r
500 % Computer Society journal papers as those publications place the marks\r
501 % outside of the main text columns and, therefore, unlike regular IEEE\r
502 % journals, the available text space is not reduced by their presence.\r
503 % If you want to put a publisher's ID mark on the page you can do it like\r
504 % this:\r
505 %\IEEEpubid{0000--0000/00\$00.00~\copyright~2007 IEEE}\r
506 % or like this to get the Computer Society new two part style.\r
507 %\IEEEpubid{\makebox[\columnwidth]{\hfill 0000--0000/00/\$00.00~\copyright~2007 IEEE}%\r
508 %\hspace{\columnsep}\makebox[\columnwidth]{Published by the IEEE Computer Society\hfill}}\r
509 % Remember, if you use this you must call \IEEEpubidadjcol in the second\r
510 % column for its text to clear the IEEEpubid mark (Computer Society jorunal\r
511 % papers don't need this extra clearance.)\r
512 \r
513 \r
514 \r
515 % use for special paper notices\r
516 %\IEEEspecialpapernotice{(Invited Paper)}\r
517 \r
518 \r
519 \r
520 % for Computer Society papers, we must declare the abstract and index terms\r
521 % PRIOR to the title within the \IEEEcompsoctitleabstractindextext IEEEtran\r
522 % command as these need to go into the title area created by \maketitle.\r
523 \IEEEcompsoctitleabstractindextext{%\r
524 \begin{abstract}\r
525 %\boldmath\r
526 The abstract goes here.\r
527 \end{abstract}\r
528 % IEEEtran.cls defaults to using nonbold math in the Abstract.\r
529 % This preserves the distinction between vectors and scalars. However,\r
530 % if the journal you are submitting to favors bold math in the abstract,\r
531 % then you can use LaTeX's standard command \boldmath at the very start\r
532 % of the abstract to achieve this. Many IEEE journals frown on math\r
533 % in the abstract anyway. In particular, the Computer Society does\r
534 % not want either math or citations to appear in the abstract.\r
535 \r
536 % Note that keywords are not normally used for peerreview papers.\r
537 \begin{IEEEkeywords}\r
538 Computer Society, IEEEtran, journal, \LaTeX, paper, template.\r
539 \end{IEEEkeywords}}\r
540 \r
541 \r
542 % make the title area\r
543 \maketitle\r
544 \r
545 \r
546 % To allow for easy dual compilation without having to reenter the\r
547 % abstract/keywords data, the \IEEEcompsoctitleabstractindextext text will\r
548 % not be used in maketitle, but will appear (i.e., to be "transported")\r
549 % here as \IEEEdisplaynotcompsoctitleabstractindextext when compsoc mode\r
550 % is not selected <OR> if conference mode is selected - because compsoc\r
551 % conference papers position the abstract like regular (non-compsoc)\r
552 % papers do!\r
553 \IEEEdisplaynotcompsoctitleabstractindextext\r
554 % \IEEEdisplaynotcompsoctitleabstractindextext has no effect when using\r
555 % compsoc under a non-conference mode.\r
556 \r
557 \r
558 % For peer review papers, you can put extra information on the cover\r
559 % page as needed:\r
560 % \ifCLASSOPTIONpeerreview\r
561 % \begin{center} \bfseries EDICS Category: 3-BBND \end{center}\r
562 % \fi\r
563 %\r
564 % For peerreview papers, this IEEEtran command inserts a page break and\r
565 % creates the second title. It will be ignored for other modes.\r
566 \IEEEpeerreviewmaketitle\r
567 \r
568 \r
569 \r
570 \section{Introduction}\r
571 % Computer Society journal papers do something a tad strange with the very\r
572 % first section heading (almost always called "Introduction"). They place it\r
573 % ABOVE the main text! IEEEtran.cls currently does not do this for you.\r
574 % However, You can achieve this effect by making LaTeX jump through some\r
575 % hoops via something like:\r
576 %\r
577 %\ifCLASSOPTIONcompsoc\r
578 %  \noindent\raisebox{2\baselineskip}[0pt][0pt]%\r
579 %  {\parbox{\columnwidth}{\section{Introduction}\label{sec:introduction}%\r
580 %  \global\everypar=\everypar}}%\r
581 %  \vspace{-1\baselineskip}\vspace{-\parskip}\par\r
582 %\else\r
583 %  \section{Introduction}\label{sec:introduction}\par\r
584 %\fi\r
585 %\r
586 % Admittedly, this is a hack and may well be fragile, but seems to do the\r
587 % trick for me. Note the need to keep any \label that may be used right\r
588 % after \section in the above as the hack puts \section within a raised box.\r
589 \r
590 \r
591 \r
592 % The very first letter is a 2 line initial drop letter followed\r
593 % by the rest of the first word in caps (small caps for compsoc).\r
594\r
595 % form to use if the first word consists of a single letter:\r
596 % \IEEEPARstart{A}{demo} file is ....\r
597\r
598 % form to use if you need the single drop letter followed by\r
599 % normal text (unknown if ever used by IEEE):\r
600 % \IEEEPARstart{A}{}demo file is ....\r
601\r
602 % Some journals put the first two words in caps:\r
603 % \IEEEPARstart{T}{his demo} file is ....\r
604\r
605 % Here we have the typical use of a "T" for an initial drop letter\r
606 % and "HIS" in caps to complete the first word.\r
607 \IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''\r
608 for IEEE Computer Society journal papers produced under \LaTeX\ using\r
609 IEEEtran.cls version 1.7 and later.\r
610 % You must have at least 2 lines in the paragraph with the drop letter\r
611 % (should never be an issue)\r
612 I wish you the best of success.\r
613 \r
614 \hfill mds\r
615  \r
616 \hfill January 11, 2007\r
617 \r
618 \subsection{Subsection Heading Here}\r
619 Subsection text here.\r
620 \r
621 % needed in second column of first page if using \IEEEpubid\r
622 %\IEEEpubidadjcol\r
623 \r
624 \subsubsection{Subsubsection Heading Here}\r
625 Subsubsection text here.\r
626 \r
627 \r
628 % An example of a floating figure using the graphicx package.\r
629 % Note that \label must occur AFTER (or within) \caption.\r
630 % For figures, \caption should occur after the \includegraphics.\r
631 % Note that IEEEtran v1.7 and later has special internal code that\r
632 % is designed to preserve the operation of \label within \caption\r
633 % even when the captionsoff option is in effect. However, because\r
634 % of issues like this, it may be the safest practice to put all your\r
635 % \label just after \caption rather than within \caption{}.\r
636 %\r
637 % Reminder: the "draftcls" or "draftclsnofoot", not "draft", class\r
638 % option should be used if it is desired that the figures are to be\r
639 % displayed while in draft mode.\r
640 %\r
641 %\begin{figure}[!t]\r
642 %\centering\r
643 %\includegraphics[width=2.5in]{myfigure}\r
644 % where an .eps filename suffix will be assumed under latex, \r
645 % and a .pdf suffix will be assumed for pdflatex; or what has been declared\r
646 % via \DeclareGraphicsExtensions.\r
647 %\caption{Simulation Results}\r
648 %\label{fig_sim}\r
649 %\end{figure}\r
650 \r
651 % Note that IEEE typically puts floats only at the top, even when this\r
652 % results in a large percentage of a column being occupied by floats.\r
653 % However, the Computer Society has been known to put floats at the bottom.\r
654 \r
655 \r
656 % An example of a double column floating figure using two subfigures.\r
657 % (The subfig.sty package must be loaded for this to work.)\r
658 % The subfigure \label commands are set within each subfloat command, the\r
659 % \label for the overall figure must come after \caption.\r
660 % \hfil must be used as a separator to get equal spacing.\r
661 % The subfigure.sty package works much the same way, except \subfigure is\r
662 % used instead of \subfloat.\r
663 %\r
664 %\begin{figure*}[!t]\r
665 %\centerline{\subfloat[Case I]\includegraphics[width=2.5in]{subfigcase1}%\r
666 %\label{fig_first_case}}\r
667 %\hfil\r
668 %\subfloat[Case II]{\includegraphics[width=2.5in]{subfigcase2}%\r
669 %\label{fig_second_case}}}\r
670 %\caption{Simulation results}\r
671 %\label{fig_sim}\r
672 %\end{figure*}\r
673 %\r
674 % Note that often IEEE papers with subfigures do not employ subfigure\r
675 % captions (using the optional argument to \subfloat), but instead will\r
676 % reference/describe all of them (a), (b), etc., within the main caption.\r
677 \r
678 \r
679 % An example of a floating table. Note that, for IEEE style tables, the \r
680 % \caption command should come BEFORE the table. Table text will default to\r
681 % \footnotesize as IEEE normally uses this smaller font for tables.\r
682 % The \label must come after \caption as always.\r
683 %\r
684 %\begin{table}[!t]\r
685 %% increase table row spacing, adjust to taste\r
686 %\renewcommand{\arraystretch}{1.3}\r
687 % if using array.sty, it might be a good idea to tweak the value of\r
688 % \extrarowheight as needed to properly center the text within the cells\r
689 %\caption{An Example of a Table}\r
690 %\label{table_example}\r
691 %\centering\r
692 %% Some packages, such as MDW tools, offer better commands for making tables\r
693 %% than the plain LaTeX2e tabular which is used here.\r
694 %\begin{tabular}{|c||c|}\r
695 %\hline\r
696 %One & Two\\\r
697 %\hline\r
698 %Three & Four\\\r
699 %\hline\r
700 %\end{tabular}\r
701 %\end{table}\r
702 \r
703 \r
704 % Note that IEEE does not put floats in the very first column - or typically\r
705 % anywhere on the first page for that matter. Also, in-text middle ("here")\r
706 % positioning is not used. Most IEEE journals use top floats exclusively.\r
707 % However, Computer Society journals sometimes do use bottom floats - bear\r
708 % this in mind when choosing appropriate optional arguments for the\r
709 % figure/table environments.\r
710 % Note that, LaTeX2e, unlike IEEE journals, places footnotes above bottom\r
711 % floats. This can be corrected via the \fnbelowfloat command of the\r
712 % stfloats package.\r
713 \r
714 \r
715 \r
716 \section{Conclusion}\r
717 The conclusion goes here.\r
718 \r
719 \r
720 \r
721 \r
722 \r
723 % if have a single appendix:\r
724 %\appendix[Proof of the Zonklar Equations]\r
725 % or\r
726 %\appendix  % for no appendix heading\r
727 % do not use \section anymore after \appendix, only \section*\r
728 % is possibly needed\r
729 \r
730 % use appendices with more than one appendix\r
731 % then use \section to start each appendix\r
732 % you must declare a \section before using any\r
733 % \subsection or using \label (\appendices by itself\r
734 % starts a section numbered zero.)\r
735 %\r
736 \r
737 \r
738 \appendices\r
739 \section{Proof of the First Zonklar Equation}\r
740 Appendix one text goes here.\r
741 \r
742 % you can choose not to have a title for an appendix\r
743 % if you want by leaving the argument blank\r
744 \section{}\r
745 Appendix two text goes here.\r
746 \r
747 \r
748 % use section* for acknowledgement\r
749 \ifCLASSOPTIONcompsoc\r
750   % The Computer Society usually uses the plural form\r
751   \section*{Acknowledgments}\r
752 \else\r
753   % regular IEEE prefers the singular form\r
754   \section*{Acknowledgment}\r
755 \fi\r
756 \r
757 \r
758 The authors would like to thank...\r
759 \r
760 \r
761 % Can use something like this to put references on a page\r
762 % by themselves when using endfloat and the captionsoff option.\r
763 \ifCLASSOPTIONcaptionsoff\r
764   \newpage\r
765 \fi\r
766 \r
767 \r
768 \r
769 % trigger a \newpage just before the given reference\r
770 % number - used to balance the columns on the last page\r
771 % adjust value as needed - may need to be readjusted if\r
772 % the document is modified later\r
773 %\IEEEtriggeratref{8}\r
774 % The "triggered" command can be changed if desired:\r
775 %\IEEEtriggercmd{\enlargethispage{-5in}}\r
776 \r
777 % references section\r
778 \r
779 % can use a bibliography generated by BibTeX as a .bbl file\r
780 % BibTeX documentation can be easily obtained at:\r
781 % http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/\r
782 % The IEEEtran BibTeX style support page is at:\r
783 % http://www.michaelshell.org/tex/ieeetran/bibtex/\r
784 %\bibliographystyle{IEEEtran}\r
785 % argument is your BibTeX string definitions and bibliography database(s)\r
786 %\bibliography{IEEEabrv,../bib/paper}\r
787 %\r
788 % <OR> manually copy in the resultant .bbl file\r
789 % set second argument of \begin to the number of references\r
790 % (used to reserve space for the reference number labels box)\r
791 \begin{thebibliography}{1}\r
792 \r
793 \bibitem{IEEEhowto:kopka}\r
794 H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus\r
795   0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.\r
796 \r
797 \end{thebibliography}\r
798 \r
799 % biography section\r
800\r
801 % If you have an EPS/PDF photo (graphicx package needed) extra braces are\r
802 % needed around the contents of the optional argument to biography to prevent\r
803 % the LaTeX parser from getting confused when it sees the complicated\r
804 % \includegraphics command within an optional argument. (You could create\r
805 % your own custom macro containing the \includegraphics command to make things\r
806 % simpler here.)\r
807 %\begin{biography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}\r
808 % or if you just want to reserve a space for a photo:\r
809 \r
810 \begin{IEEEbiography}{Michael Shell}\r
811 Biography text here.\r
812 \end{IEEEbiography}\r
813 \r
814 % if you will not have a photo at all:\r
815 \begin{IEEEbiographynophoto}{John Doe}\r
816 Biography text here.\r
817 \end{IEEEbiographynophoto}\r
818 \r
819 % insert where needed to balance the two columns on the last page with\r
820 % biographies\r
821 %\newpage\r
822 \r
823 \begin{IEEEbiographynophoto}{Jane Doe}\r
824 Biography text here.\r
825 \end{IEEEbiographynophoto}\r
826 \r
827 % You can push biographies down or up by placing\r
828 % a \vfill before or after them. The appropriate\r
829 % use of \vfill depends on what kind of text is\r
830 % on the last page and whether or not the columns\r
831 % are being equalized.\r
832 \r
833 %\vfill\r
834 \r
835 % Can be used to pull up biographies so that the bottom of the last one\r
836 % is flush with the other column.\r
837 %\enlargethispage{-5in}\r
838 \r
839 \r
840 \r
841 % that's all folks\r
842 \end{document}\r
843 \r
844 \r