comparison bare_jrnl_transmag.tex @ 0:c0d36568602d

1st commit
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 10 May 2015 22:54:12 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c0d36568602d
1
2 %% bare_jrnl_transmag.tex
3 %% V1.4a
4 %% 2014/09/17
5 %% by Michael Shell
6 %% see http://www.michaelshell.org/
7 %% for current contact information.
8 %%
9 %% This is a skeleton file demonstrating the use of IEEEtran.cls
10 %% (requires IEEEtran.cls version 1.8a or later) with an IEEE
11 %% Transactions on Magnetics journal paper.
12 %%
13 %% Support sites:
14 %% http://www.michaelshell.org/tex/ieeetran/
15 %% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/
16 %% and
17 %% http://www.ieee.org/
18
19 %%*************************************************************************
20 %% Legal Notice:
21 %% This code is offered as-is without any warranty either expressed or
22 %% implied; without even the implied warranty of MERCHANTABILITY or
23 %% FITNESS FOR A PARTICULAR PURPOSE!
24 %% User assumes all risk.
25 %% In no event shall IEEE or any contributor to this code be liable for
26 %% any damages or losses, including, but not limited to, incidental,
27 %% consequential, or any other damages, resulting from the use or misuse
28 %% of any information contained here.
29 %%
30 %% All comments are the opinions of their respective authors and are not
31 %% necessarily endorsed by the IEEE.
32 %%
33 %% This work is distributed under the LaTeX Project Public License (LPPL)
34 %% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
35 %% distributed and modified. A copy of the LPPL, version 1.3, is included
36 %% in the base LaTeX documentation of all distributions of LaTeX released
37 %% 2003/12/01 or later.
38 %% Retain all contribution notices and credits.
39 %% ** Modified files should be clearly indicated as such, including **
40 %% ** renaming them and changing author support contact information. **
41 %%
42 %% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex,
43 %% bare_conf.tex, bare_jrnl.tex, bare_conf_compsoc.tex,
44 %% bare_jrnl_compsoc.tex, bare_jrnl_transmag.tex
45 %%*************************************************************************
46
47
48 % *** Authors should verify (and, if needed, correct) their LaTeX system ***
49 % *** with the testflow diagnostic prior to trusting their LaTeX platform ***
50 % *** with production work. IEEE's font choices and paper sizes can ***
51 % *** trigger bugs that do not appear when using other class files. *** ***
52 % The testflow support page is at:
53 % http://www.michaelshell.org/tex/testflow/
54
55
56
57 \documentclass[journal,transmag]{IEEEtran}
58 %
59 % If IEEEtran.cls has not been installed into the LaTeX system files,
60 % manually specify the path to it like:
61 % \documentclass[journal]{../sty/IEEEtran}
62
63
64
65
66
67 % Some very useful LaTeX packages include:
68 % (uncomment the ones you want to load)
69
70
71 % *** MISC UTILITY PACKAGES ***
72 %
73 %\usepackage{ifpdf}
74 % Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
75 % compilation based on whether the output is pdf or dvi.
76 % usage:
77 % \ifpdf
78 % % pdf code
79 % \else
80 % % dvi code
81 % \fi
82 % The latest version of ifpdf.sty can be obtained from:
83 % http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/
84 % Also, note that IEEEtran.cls V1.7 and later provides a builtin
85 % \ifCLASSINFOpdf conditional that works the same way.
86 % When switching from latex to pdflatex and vice-versa, the compiler may
87 % have to be run twice to clear warning/error messages.
88
89
90
91
92
93
94 % *** CITATION PACKAGES ***
95 %
96 %\usepackage{cite}
97 % cite.sty was written by Donald Arseneau
98 % V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
99 % \cite{} output to follow that of IEEE. Loading the cite package will
100 % result in citation numbers being automatically sorted and properly
101 % "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
102 % cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
103 % \cite will automatically add leading space, if needed. Use cite.sty's
104 % noadjust option (cite.sty V3.8 and later) if you want to turn this off
105 % such as if a citation ever needs to be enclosed in parenthesis.
106 % cite.sty is already installed on most LaTeX systems. Be sure and use
107 % version 5.0 (2009-03-20) and later if using hyperref.sty.
108 % The latest version can be obtained at:
109 % http://www.ctan.org/tex-archive/macros/latex/contrib/cite/
110 % The documentation is contained in the cite.sty file itself.
111
112
113
114
115
116
117 % *** GRAPHICS RELATED PACKAGES ***
118 %
119 \ifCLASSINFOpdf
120 % \usepackage[pdftex]{graphicx}
121 % declare the path(s) where your graphic files are
122 % \graphicspath{{../pdf/}{../jpeg/}}
123 % and their extensions so you won't have to specify these with
124 % every instance of \includegraphics
125 % \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
126 \else
127 % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
128 % will default to the driver specified in the system graphics.cfg if no
129 % driver is specified.
130 % \usepackage[dvips]{graphicx}
131 % declare the path(s) where your graphic files are
132 % \graphicspath{{../eps/}}
133 % and their extensions so you won't have to specify these with
134 % every instance of \includegraphics
135 % \DeclareGraphicsExtensions{.eps}
136 \fi
137 % graphicx was written by David Carlisle and Sebastian Rahtz. It is
138 % required if you want graphics, photos, etc. graphicx.sty is already
139 % installed on most LaTeX systems. The latest version and documentation
140 % can be obtained at:
141 % http://www.ctan.org/tex-archive/macros/latex/required/graphics/
142 % Another good source of documentation is "Using Imported Graphics in
143 % LaTeX2e" by Keith Reckdahl which can be found at:
144 % http://www.ctan.org/tex-archive/info/epslatex/
145 %
146 % latex, and pdflatex in dvi mode, support graphics in encapsulated
147 % postscript (.eps) format. pdflatex in pdf mode supports graphics
148 % in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
149 % that all non-photo figures use a vector format (.eps, .pdf, .mps) and
150 % not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats
151 % which can result in "jaggedy"/blurry rendering of lines and letters as
152 % well as large increases in file sizes.
153 %
154 % You can find documentation about the pdfTeX application at:
155 % http://www.tug.org/applications/pdftex
156
157
158
159
160 % *** MATH PACKAGES ***
161 %
162 %\usepackage[cmex10]{amsmath}
163 % A popular package from the American Mathematical Society that provides
164 % many useful and powerful commands for dealing with mathematics. If using
165 % it, be sure to load this package with the cmex10 option to ensure that
166 % only type 1 fonts will utilized at all point sizes. Without this option,
167 % it is possible that some math symbols, particularly those within
168 % footnotes, will be rendered in bitmap form which will result in a
169 % document that can not be IEEE Xplore compliant!
170 %
171 % Also, note that the amsmath package sets \interdisplaylinepenalty to 10000
172 % thus preventing page breaks from occurring within multiline equations. Use:
173 %\interdisplaylinepenalty=2500
174 % after loading amsmath to restore such page breaks as IEEEtran.cls normally
175 % does. amsmath.sty is already installed on most LaTeX systems. The latest
176 % version and documentation can be obtained at:
177 % http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/
178
179
180
181
182
183 % *** SPECIALIZED LIST PACKAGES ***
184 %
185 %\usepackage{algorithmic}
186 % algorithmic.sty was written by Peter Williams and Rogerio Brito.
187 % This package provides an algorithmic environment fo describing algorithms.
188 % You can use the algorithmic environment in-text or within a figure
189 % environment to provide for a floating algorithm. Do NOT use the algorithm
190 % floating environment provided by algorithm.sty (by the same authors) or
191 % algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated
192 % algorithm float types and packages that provide these will not provide
193 % correct IEEE style captions. The latest version and documentation of
194 % algorithmic.sty can be obtained at:
195 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/
196 % There is also a support site at:
197 % http://algorithms.berlios.de/index.html
198 % Also of interest may be the (relatively newer and more customizable)
199 % algorithmicx.sty package by Szasz Janos:
200 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/
201
202
203
204
205 % *** ALIGNMENT PACKAGES ***
206 %
207 %\usepackage{array}
208 % Frank Mittelbach's and David Carlisle's array.sty patches and improves
209 % the standard LaTeX2e array and tabular environments to provide better
210 % appearance and additional user controls. As the default LaTeX2e table
211 % generation code is lacking to the point of almost being broken with
212 % respect to the quality of the end results, all users are strongly
213 % advised to use an enhanced (at the very least that provided by array.sty)
214 % set of table tools. array.sty is already installed on most systems. The
215 % latest version and documentation can be obtained at:
216 % http://www.ctan.org/tex-archive/macros/latex/required/tools/
217
218
219 % IEEEtran contains the IEEEeqnarray family of commands that can be used to
220 % generate multiline equations as well as matrices, tables, etc., of high
221 % quality.
222
223
224
225
226 % *** SUBFIGURE PACKAGES ***
227 %\ifCLASSOPTIONcompsoc
228 % \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
229 %\else
230 % \usepackage[caption=false,font=footnotesize]{subfig}
231 %\fi
232 % subfig.sty, written by Steven Douglas Cochran, is the modern replacement
233 % for subfigure.sty, the latter of which is no longer maintained and is
234 % incompatible with some LaTeX packages including fixltx2e. However,
235 % subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
236 % which will override IEEEtran.cls' handling of captions and this will result
237 % in non-IEEE style figure/table captions. To prevent this problem, be sure
238 % and invoke subfig.sty's "caption=false" package option (available since
239 % subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
240 % handling of captions.
241 % Note that the Computer Society format requires a larger sans serif font
242 % than the serif footnote size font used in traditional IEEE formatting
243 % and thus the need to invoke different subfig.sty package options depending
244 % on whether compsoc mode has been enabled.
245 %
246 % The latest version and documentation of subfig.sty can be obtained at:
247 % http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/
248
249
250
251 % *** FLOAT PACKAGES ***
252 %
253 %\usepackage{fixltx2e}
254 % fixltx2e, the successor to the earlier fix2col.sty, was written by
255 % Frank Mittelbach and David Carlisle. This package corrects a few problems
256 % in the LaTeX2e kernel, the most notable of which is that in current
257 % LaTeX2e releases, the ordering of single and double column floats is not
258 % guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
259 % single column figure to be placed prior to an earlier double column
260 % figure. The latest version and documentation can be found at:
261 % http://www.ctan.org/tex-archive/macros/latex/base/
262
263
264 %\usepackage{stfloats}
265 % stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
266 % the ability to do double column floats at the bottom of the page as well
267 % as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
268 % LaTeX2e). It also provides a command:
269 %\fnbelowfloat
270 % to enable the placement of footnotes below bottom floats (the standard
271 % LaTeX2e kernel puts them above bottom floats). This is an invasive package
272 % which rewrites many portions of the LaTeX2e float routines. It may not work
273 % with other packages that modify the LaTeX2e float routines. The latest
274 % version and documentation can be obtained at:
275 % http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/
276 % Do not use the stfloats baselinefloat ability as IEEE does not allow
277 % \baselineskip to stretch. Authors submitting work to the IEEE should note
278 % that IEEE rarely uses double column equations and that authors should try
279 % to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
280 % packages (also by Sigitas Tolusis) as IEEE does not format its papers in
281 % such ways.
282 % Do not attempt to use stfloats with fixltx2e as they are incompatible.
283 % Instead, use Morten Hogholm'a dblfloatfix which combines the features
284 % of both fixltx2e and stfloats:
285 %
286 % \usepackage{dblfloatfix}
287 % The latest version can be found at:
288 % http://www.ctan.org/tex-archive/macros/latex/contrib/dblfloatfix/
289
290
291
292
293 %\ifCLASSOPTIONcaptionsoff
294 % \usepackage[nomarkers]{endfloat}
295 % \let\MYoriglatexcaption\caption
296 % \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
297 %\fi
298 % endfloat.sty was written by James Darrell McCauley, Jeff Goldberg and
299 % Axel Sommerfeldt. This package may be useful when used in conjunction with
300 % IEEEtran.cls' captionsoff option. Some IEEE journals/societies require that
301 % submissions have lists of figures/tables at the end of the paper and that
302 % figures/tables without any captions are placed on a page by themselves at
303 % the end of the document. If needed, the draftcls IEEEtran class option or
304 % \CLASSINPUTbaselinestretch interface can be used to increase the line
305 % spacing as well. Be sure and use the nomarkers option of endfloat to
306 % prevent endfloat from "marking" where the figures would have been placed
307 % in the text. The two hack lines of code above are a slight modification of
308 % that suggested by in the endfloat docs (section 8.4.1) to ensure that
309 % the full captions always appear in the list of figures/tables - even if
310 % the user used the short optional argument of \caption[]{}.
311 % IEEE papers do not typically make use of \caption[]'s optional argument,
312 % so this should not be an issue. A similar trick can be used to disable
313 % captions of packages such as subfig.sty that lack options to turn off
314 % the subcaptions:
315 % For subfig.sty:
316 % \let\MYorigsubfloat\subfloat
317 % \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
318 % However, the above trick will not work if both optional arguments of
319 % the \subfloat command are used. Furthermore, there needs to be a
320 % description of each subfigure *somewhere* and endfloat does not add
321 % subfigure captions to its list of figures. Thus, the best approach is to
322 % avoid the use of subfigure captions (many IEEE journals avoid them anyway)
323 % and instead reference/explain all the subfigures within the main caption.
324 % The latest version of endfloat.sty and its documentation can obtained at:
325 % http://www.ctan.org/tex-archive/macros/latex/contrib/endfloat/
326 %
327 % The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
328 % later in the document, say, to conditionally put the References on a
329 % page by themselves.
330
331
332
333
334 % *** PDF, URL AND HYPERLINK PACKAGES ***
335 %
336 %\usepackage{url}
337 % url.sty was written by Donald Arseneau. It provides better support for
338 % handling and breaking URLs. url.sty is already installed on most LaTeX
339 % systems. The latest version and documentation can be obtained at:
340 % http://www.ctan.org/tex-archive/macros/latex/contrib/url/
341 % Basically, \url{my_url_here}.
342
343
344
345
346 % *** Do not adjust lengths that control margins, column widths, etc. ***
347 % *** Do not use packages that alter fonts (such as pslatex). ***
348 % There should be no need to do such things with IEEEtran.cls V1.6 and later.
349 % (Unless specifically asked to do so by the journal or conference you plan
350 % to submit to, of course. )
351
352
353 % correct bad hyphenation here
354 \hyphenation{op-tical net-works semi-conduc-tor}
355
356
357 \begin{document}
358 %
359 % paper title
360 % Titles are generally capitalized except for words such as a, an, and, as,
361 % at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
362 % not capitalized unless they are the first or last word of the title.
363 % Linebreaks \\ can be used within to get better formatting as desired.
364 % Do not put math or special symbols in the title.
365 \title{Bare Demo of IEEEtran.cls for \textsc{Transactions on Magnetics}}
366
367
368
369 % author names and affiliations
370 % transmag papers use the long conference author name format.
371
372 \author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
373 Homer Simpson\IEEEauthorrefmark{2},
374 James Kirk\IEEEauthorrefmark{3},
375 Montgomery Scott\IEEEauthorrefmark{3}, and
376 Eldon Tyrell\IEEEauthorrefmark{4},~\IEEEmembership{Fellow,~IEEE}}
377 \IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering,
378 Georgia Institute of Technology, Atlanta, GA 30332 USA}
379 \IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA}
380 \IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, CA 96678 USA}
381 \IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, CA 90210 USA}% <-this % stops an unwanted space
382 \thanks{Manuscript received December 1, 2012; revised September 17, 2014.
383 Corresponding author: M. Shell (email: http://www.michaelshell.org/contact.html).}}
384
385
386
387 % The paper headers
388 \markboth{Journal of \LaTeX\ Class Files,~Vol.~13, No.~9, September~2014}%
389 {Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for Journals}
390 % The only time the second header will appear is for the odd numbered pages
391 % after the title page when using the twoside option.
392 %
393 % *** Note that you probably will NOT want to include the author's ***
394 % *** name in the headers of peer review papers. ***
395 % You can use \ifCLASSOPTIONpeerreview for conditional compilation here if
396 % you desire.
397
398
399
400
401 % If you want to put a publisher's ID mark on the page you can do it like
402 % this:
403 %\IEEEpubid{0000--0000/00\$00.00~\copyright~2014 IEEE}
404 % Remember, if you use this you must call \IEEEpubidadjcol in the second
405 % column for its text to clear the IEEEpubid mark.
406
407
408
409 % use for special paper notices
410 %\IEEEspecialpapernotice{(Invited Paper)}
411
412
413 % for Transactions on Magnetics papers, we must declare the abstract and
414 % index terms PRIOR to the title within the \IEEEtitleabstractindextext
415 % IEEEtran command as these need to go into the title area created by
416 % \maketitle.
417 % As a general rule, do not put math, special symbols or citations
418 % in the abstract or keywords.
419 \IEEEtitleabstractindextext{%
420 \begin{abstract}
421 The abstract goes here.
422 \end{abstract}
423
424 % Note that keywords are not normally used for peerreview papers.
425 \begin{IEEEkeywords}
426 IEEEtran, journal, \LaTeX, magnetics, paper, template.
427 \end{IEEEkeywords}}
428
429
430
431 % make the title area
432 \maketitle
433
434
435 % To allow for easy dual compilation without having to reenter the
436 % abstract/keywords data, the \IEEEtitleabstractindextext text will
437 % not be used in maketitle, but will appear (i.e., to be "transported")
438 % here as \IEEEdisplaynontitleabstractindextext when the compsoc
439 % or transmag modes are not selected <OR> if conference mode is selected
440 % - because all conference papers position the abstract like regular
441 % papers do.
442 \IEEEdisplaynontitleabstractindextext
443 % \IEEEdisplaynontitleabstractindextext has no effect when using
444 % compsoc or transmag under a non-conference mode.
445
446
447
448
449
450
451
452 % For peer review papers, you can put extra information on the cover
453 % page as needed:
454 % \ifCLASSOPTIONpeerreview
455 % \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
456 % \fi
457 %
458 % For peerreview papers, this IEEEtran command inserts a page break and
459 % creates the second title. It will be ignored for other modes.
460 \IEEEpeerreviewmaketitle
461
462
463
464 \section{Introduction}
465 % The very first letter is a 2 line initial drop letter followed
466 % by the rest of the first word in caps.
467 %
468 % form to use if the first word consists of a single letter:
469 % \IEEEPARstart{A}{demo} file is ....
470 %
471 % form to use if you need the single drop letter followed by
472 % normal text (unknown if ever used by IEEE):
473 % \IEEEPARstart{A}{}demo file is ....
474 %
475 % Some journals put the first two words in caps:
476 % \IEEEPARstart{T}{his demo} file is ....
477 %
478 % Here we have the typical use of a "T" for an initial drop letter
479 % and "HIS" in caps to complete the first word.
480 \IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
481 for IEEE \textsc{Transactions on Magnetics} journal papers produced under \LaTeX\ using
482 IEEEtran.cls version 1.8a and later.
483 % You must have at least 2 lines in the paragraph with the drop letter
484 % (should never be an issue)
485 I wish you the best of success.
486
487 \hfill mds
488
489 \hfill September 17, 2014
490
491 \subsection{Subsection Heading Here}
492 Subsection text here.
493
494 % needed in second column of first page if using \IEEEpubid
495 %\IEEEpubidadjcol
496
497 \subsubsection{Subsubsection Heading Here}
498 Subsubsection text here.
499
500
501 % An example of a floating figure using the graphicx package.
502 % Note that \label must occur AFTER (or within) \caption.
503 % For figures, \caption should occur after the \includegraphics.
504 % Note that IEEEtran v1.7 and later has special internal code that
505 % is designed to preserve the operation of \label within \caption
506 % even when the captionsoff option is in effect. However, because
507 % of issues like this, it may be the safest practice to put all your
508 % \label just after \caption rather than within \caption{}.
509 %
510 % Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
511 % option should be used if it is desired that the figures are to be
512 % displayed while in draft mode.
513 %
514 %\begin{figure}[!t]
515 %\centering
516 %\includegraphics[width=2.5in]{myfigure}
517 % where an .eps filename suffix will be assumed under latex,
518 % and a .pdf suffix will be assumed for pdflatex; or what has been declared
519 % via \DeclareGraphicsExtensions.
520 %\caption{Simulation results for the network.}
521 %\label{fig_sim}
522 %\end{figure}
523
524 % Note that IEEE typically puts floats only at the top, even when this
525 % results in a large percentage of a column being occupied by floats.
526
527
528 % An example of a double column floating figure using two subfigures.
529 % (The subfig.sty package must be loaded for this to work.)
530 % The subfigure \label commands are set within each subfloat command,
531 % and the \label for the overall figure must come after \caption.
532 % \hfil is used as a separator to get equal spacing.
533 % Watch out that the combined width of all the subfigures on a
534 % line do not exceed the text width or a line break will occur.
535 %
536 %\begin{figure*}[!t]
537 %\centering
538 %\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
539 %\label{fig_first_case}}
540 %\hfil
541 %\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
542 %\label{fig_second_case}}
543 %\caption{Simulation results for the network.}
544 %\label{fig_sim}
545 %\end{figure*}
546 %
547 % Note that often IEEE papers with subfigures do not employ subfigure
548 % captions (using the optional argument to \subfloat[]), but instead will
549 % reference/describe all of them (a), (b), etc., within the main caption.
550 % Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
551 % labels, the optional argument to \subfloat must be present. If a
552 % subcaption is not desired, just leave its contents blank,
553 % e.g., \subfloat[].
554
555
556 % An example of a floating table. Note that, for IEEE style tables, the
557 % \caption command should come BEFORE the table and, given that table
558 % captions serve much like titles, are usually capitalized except for words
559 % such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
560 % and up, which are usually not capitalized unless they are the first or
561 % last word of the caption. Table text will default to \footnotesize as
562 % IEEE normally uses this smaller font for tables.
563 % The \label must come after \caption as always.
564 %
565 %\begin{table}[!t]
566 %% increase table row spacing, adjust to taste
567 %\renewcommand{\arraystretch}{1.3}
568 % if using array.sty, it might be a good idea to tweak the value of
569 % \extrarowheight as needed to properly center the text within the cells
570 %\caption{An Example of a Table}
571 %\label{table_example}
572 %\centering
573 %% Some packages, such as MDW tools, offer better commands for making tables
574 %% than the plain LaTeX2e tabular which is used here.
575 %\begin{tabular}{|c||c|}
576 %\hline
577 %One & Two\\
578 %\hline
579 %Three & Four\\
580 %\hline
581 %\end{tabular}
582 %\end{table}
583
584
585 % Note that the IEEE does not put floats in the very first column
586 % - or typically anywhere on the first page for that matter. Also,
587 % in-text middle ("here") positioning is typically not used, but it
588 % is allowed and encouraged for Computer Society conferences (but
589 % not Computer Society journals). Most IEEE journals/conferences use
590 % top floats exclusively.
591 % Note that, LaTeX2e, unlike IEEE journals/conferences, places
592 % footnotes above bottom floats. This can be corrected via the
593 % \fnbelowfloat command of the stfloats package.
594
595
596
597
598 \section{Conclusion}
599 The conclusion goes here.
600
601
602
603
604
605 % if have a single appendix:
606 %\appendix[Proof of the Zonklar Equations]
607 % or
608 %\appendix % for no appendix heading
609 % do not use \section anymore after \appendix, only \section*
610 % is possibly needed
611
612 % use appendices with more than one appendix
613 % then use \section to start each appendix
614 % you must declare a \section before using any
615 % \subsection or using \label (\appendices by itself
616 % starts a section numbered zero.)
617 %
618
619
620 \appendices
621 \section{Proof of the First Zonklar Equation}
622 Appendix one text goes here.
623
624 % you can choose not to have a title for an appendix
625 % if you want by leaving the argument blank
626 \section{}
627 Appendix two text goes here.
628
629
630 % use section* for acknowledgment
631 \section*{Acknowledgment}
632
633
634 The authors would like to thank...
635
636
637 % Can use something like this to put references on a page
638 % by themselves when using endfloat and the captionsoff option.
639 \ifCLASSOPTIONcaptionsoff
640 \newpage
641 \fi
642
643
644
645 % trigger a \newpage just before the given reference
646 % number - used to balance the columns on the last page
647 % adjust value as needed - may need to be readjusted if
648 % the document is modified later
649 %\IEEEtriggeratref{8}
650 % The "triggered" command can be changed if desired:
651 %\IEEEtriggercmd{\enlargethispage{-5in}}
652
653 % references section
654
655 % can use a bibliography generated by BibTeX as a .bbl file
656 % BibTeX documentation can be easily obtained at:
657 % http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/
658 % The IEEEtran BibTeX style support page is at:
659 % http://www.michaelshell.org/tex/ieeetran/bibtex/
660 %\bibliographystyle{IEEEtran}
661 % argument is your BibTeX string definitions and bibliography database(s)
662 %\bibliography{IEEEabrv,../bib/paper}
663 %
664 % <OR> manually copy in the resultant .bbl file
665 % set second argument of \begin to the number of references
666 % (used to reserve space for the reference number labels box)
667 \begin{thebibliography}{1}
668
669 \bibitem{IEEEhowto:kopka}
670 H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
671 0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
672
673 \end{thebibliography}
674
675 % biography section
676 %
677 % If you have an EPS/PDF photo (graphicx package needed) extra braces are
678 % needed around the contents of the optional argument to biography to prevent
679 % the LaTeX parser from getting confused when it sees the complicated
680 % \includegraphics command within an optional argument. (You could create
681 % your own custom macro containing the \includegraphics command to make things
682 % simpler here.)
683 %\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}
684 % or if you just want to reserve a space for a photo:
685
686 \begin{IEEEbiography}{Michael Shell}
687 Biography text here.
688 \end{IEEEbiography}
689
690 % if you will not have a photo at all:
691 \begin{IEEEbiographynophoto}{John Doe}
692 Biography text here.
693 \end{IEEEbiographynophoto}
694
695 % insert where needed to balance the two columns on the last page with
696 % biographies
697 %\newpage
698
699 \begin{IEEEbiographynophoto}{Jane Doe}
700 Biography text here.
701 \end{IEEEbiographynophoto}
702
703 % You can push biographies down or up by placing
704 % a \vfill before or after them. The appropriate
705 % use of \vfill depends on what kind of text is
706 % on the last page and whether or not the columns
707 % are being equalized.
708
709 %\vfill
710
711 % Can be used to pull up biographies so that the bottom of the last one
712 % is flush with the other column.
713 %\enlargethispage{-5in}
714
715
716
717 % that's all folks
718 \end{document}
719
720