7 %% http://www.michaelshell.org/
\r
8 %% for current contact information.
\r
10 %% This is a skeleton file demonstrating the advanced use of IEEEtran.cls
\r
11 %% (requires IEEEtran.cls version 1.7 or later) with an IEEE Computer
\r
12 %% Society journal paper.
\r
15 %% http://www.michaelshell.org/tex/ieeetran/
\r
16 %% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/
\r
18 %% http://www.ieee.org/
\r
20 %%*************************************************************************
\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
31 %% All comments are the opinions of their respective authors and are not
\r
32 %% necessarily endorsed by the IEEE.
\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
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
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
56 % IEEEtran V1.7 and later provides for these CLASSINPUT macros to allow the
\r
57 % user to reprogram some IEEEtran.cls defaults if needed. These settings
\r
58 % override the internal defaults of IEEEtran.cls regardless of which class
\r
59 % options are used. Do not use these unless you have good reason to do so as
\r
60 % they can result in nonIEEE compliant documents. User beware. ;)
\r
62 %\newcommand{\CLASSINPUTbaselinestretch}{1.0} % baselinestretch
\r
63 %\newcommand{\CLASSINPUTinnersidemargin}{1in} % inner side margin
\r
64 %\newcommand{\CLASSINPUToutersidemargin}{1in} % outer side margin
\r
65 %\newcommand{\CLASSINPUTtoptextmargin}{1in} % top text margin
\r
66 %\newcommand{\CLASSINPUTbottomtextmargin}{1in}% bottom text margin
\r
70 % Note that the a4paper option is mainly intended so that authors in
\r
71 % countries using A4 can easily print to A4 and see how their papers will
\r
72 % look in print - the typesetting of the document will not typically be
\r
73 % affected with changes in paper size (but the bottom and side margins will).
\r
74 % Use the testflow package mentioned above to verify correct handling of
\r
75 % both paper sizes by the user's LaTeX system.
\r
77 % Also note that the "draftcls" or "draftclsnofoot", not "draft", option
\r
78 % should be used if it is desired that the figures are to be displayed in
\r
81 \documentclass[12pt,journal,compsoc]{IEEEtran}
\r
82 % The Computer Society requires 12pt.
\r
83 % If IEEEtran.cls has not been installed into the LaTeX system files,
\r
84 % manually specify the path to it like:
\r
85 % \documentclass[10pt,journal,compsoc]{../sty/IEEEtran}
\r
88 % For Computer Society journals, IEEEtran defaults to the use of
\r
89 % Palatino/Palladio as is done in IEEE Computer Society journals.
\r
90 % To go back to Times Roman, you can use this code:
\r
91 %\renewcommand{\rmdefault}{ptm}\selectfont
\r
97 % Some very useful LaTeX packages include:
\r
98 % (uncomment the ones you want to load)
\r
102 % *** MISC UTILITY PACKAGES ***
\r
104 %\usepackage{ifpdf}
\r
105 % Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
\r
106 % compilation based on whether the output is pdf or dvi.
\r
113 % The latest version of ifpdf.sty can be obtained from:
\r
114 % http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/
\r
115 % Also, note that IEEEtran.cls V1.7 and later provides a builtin
\r
116 % \ifCLASSINFOpdf conditional that works the same way.
\r
117 % When switching from latex to pdflatex and vice-versa, the compiler may
\r
118 % have to be run twice to clear warning/error messages.
\r
125 % *** CITATION PACKAGES ***
\r
127 \ifCLASSOPTIONcompsoc
\r
128 % IEEE Computer Society needs nocompress option
\r
129 % requires cite.sty v4.0 or later (November 2003)
\r
130 % \usepackage[nocompress]{cite}
\r
133 % \usepackage{cite}
\r
135 % cite.sty was written by Donald Arseneau
\r
136 % V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
\r
137 % \cite{} output to follow that of IEEE. Loading the cite package will
\r
138 % result in citation numbers being automatically sorted and properly
\r
139 % "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
\r
140 % cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
\r
141 % \cite will automatically add leading space, if needed. Use cite.sty's
\r
142 % noadjust option (cite.sty V3.8 and later) if you want to turn this off.
\r
143 % cite.sty is already installed on most LaTeX systems. Be sure and use
\r
144 % version 4.0 (2003-05-27) and later if using hyperref.sty. cite.sty does
\r
145 % not currently provide for hyperlinked citations.
\r
146 % The latest version can be obtained at:
\r
147 % http://www.ctan.org/tex-archive/macros/latex/contrib/cite/
\r
148 % The documentation is contained in the cite.sty file itself.
\r
150 % Note that some packages require special options to format as the Computer
\r
151 % Society requires. In particular, Computer Society papers do not use
\r
152 % compressed citation ranges as is done in typical IEEE papers
\r
153 % (e.g., [1]-[4]). Instead, they list every citation separately in order
\r
154 % (e.g., [1], [2], [3], [4]). To get the latter we need to load the cite
\r
155 % package with the nocompress option which is supported by cite.sty v4.0
\r
156 % and later. Note also the use of a CLASSOPTION conditional provided by
\r
157 % IEEEtran.cls V1.7 and later.
\r
163 % *** GRAPHICS RELATED PACKAGES ***
\r
166 % \usepackage[pdftex]{graphicx}
\r
167 % declare the path(s) where your graphic files are
\r
168 % \graphicspath{{../pdf/}{../jpeg/}}
\r
169 % and their extensions so you won't have to specify these with
\r
170 % every instance of \includegraphics
\r
171 % \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\r
173 % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
\r
174 % will default to the driver specified in the system graphics.cfg if no
\r
175 % driver is specified.
\r
176 % \usepackage[dvips]{graphicx}
\r
177 % declare the path(s) where your graphic files are
\r
178 % \graphicspath{{../eps/}}
\r
179 % and their extensions so you won't have to specify these with
\r
180 % every instance of \includegraphics
\r
181 % \DeclareGraphicsExtensions{.eps}
\r
183 % graphicx was written by David Carlisle and Sebastian Rahtz. It is
\r
184 % required if you want graphics, photos, etc. graphicx.sty is already
\r
185 % installed on most LaTeX systems. The latest version and documentation can
\r
187 % http://www.ctan.org/tex-archive/macros/latex/required/graphics/
\r
188 % Another good source of documentation is "Using Imported Graphics in
\r
189 % LaTeX2e" by Keith Reckdahl which can be found as epslatex.ps or
\r
190 % epslatex.pdf at: http://www.ctan.org/tex-archive/info/
\r
192 % latex, and pdflatex in dvi mode, support graphics in encapsulated
\r
193 % postscript (.eps) format. pdflatex in pdf mode supports graphics
\r
194 % in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
\r
195 % that all non-photo figures use a vector format (.eps, .pdf, .mps) and
\r
196 % not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats
\r
197 % which can result in "jaggedy"/blurry rendering of lines and letters as
\r
198 % well as large increases in file sizes.
\r
200 % You can find documentation about the pdfTeX application at:
\r
201 % http://www.tug.org/applications/pdftex
\r
205 %\usepackage{ps4pdf}
\r
206 % dvi->ps workflow is required to use such packages as psfrag.sty and
\r
207 % pstricks.sty. However, Rolf Niepraschk's ps4pdf.sty provides a way to
\r
208 % apply psfrag/pstricks effects to .eps figures and then get the resultant
\r
209 % figures in .pdf form. Thus, providing an easier way for migrating from
\r
210 % .eps to .pdf figures. After ps4pdf.sty loads, if:
\r
211 % 1. producing .dvi output: the output file will consist ONLY of the
\r
212 % figures (or other constructs encased within \PSforPDF commands)
\r
213 % 2. producing .pdf output: pdflatex will look in the filename-pics.pdf
\r
214 % file, where filename is the basename of the tex document, for the
\r
215 % graphics (or other constructs encased within \PSforPDF commands).
\r
216 % NOTE: If you ever change your figures, you must remember to remake
\r
217 % the filename-pics.pdf file.
\r
219 % This way you can do a:
\r
222 % dvips -Ppdf -o filename-pics.ps filename.dvi
\r
223 % ps2pdf filename-pics.ps filename-pics.pdf
\r
225 % to produce a filename-pics.pdf graphics container that contains
\r
226 % .pdf versions of the graphics with psfrag, pstricks, etc. features.
\r
227 % Note that you will not typically be able to view the figures in
\r
228 % filename-pics.ps because of an offset. However, you will be able to
\r
229 % view them in filename-pics.pdf. Also, note that when ps4pdf is in effect
\r
230 % with .dvi output, you may get harmless over/under full box warnings -
\r
232 % Then, run pdflatex:
\r
234 % pdflatex filename
\r
236 % to use pdflatex to make PDF output, automatically using the figures in
\r
237 % filename-pics.pdf. Alternatively, you could use dvips -i option to
\r
238 % obtain separate .pdf files for each figure:
\r
240 % dvips -Ppdf -i -E -o fig filename
\r
242 % then convert each figure to pdf via a command such as epstopdf and then
\r
243 % use pdflatex with these pdf figures and then to dispense with ps4pdf.
\r
245 % Remember to rerun through latex/dvips/ps2pdf if you ever change your
\r
246 % figures so that filename-pics.pdf gets updated.
\r
247 % ps4pdf requires David Kastrup's preview-latex and a recent LaTeX system
\r
248 % (circa 2001 or later). The ps4pdf package and documentation can be
\r
249 % obtained at: http://www.ctan.org/tex-archive/macros/latex/contrib/ps4pdf/
\r
250 % The preview-latex package and documentation can be obtained at:
\r
251 % http://www.ctan.org/tex-archive/macros/latex/contrib/preview/
\r
253 % provide a bogus \PSforPDF, even when not loading pd4pdf. This way we can
\r
254 % stop loading ps4pdf.sty if we choose to make separate .pdf versions of
\r
255 % each of our figures.
\r
256 \providecommand{\PSforPDF}[1]{#1}
\r
257 % Note that in order for ps4pdf to work, all commands related to psfrag,
\r
258 % pstricks, etc. must be called within the PSforPDF command. This applies
\r
259 % even when *loading* via \usepackage psfrag.sty, etc.
\r
262 %\PSforPDF{\usepackage{psfrag}}
\r
263 % psfrag.sty was written by Craig Barratt, Michael C. Grant, and
\r
264 % David Carlisle. It allows you to substitute LaTeX commands for text in
\r
265 % imported EPS graphic files. In this way, LaTeX symbols can be placed into
\r
266 % graphics that have been generated by other applications. You must use
\r
267 % latex->dvips->ps2pdf workflow (not direct pdf output from pdflatex) if
\r
268 % you wish to use this capability because it works via some PostScript
\r
269 % tricks. Alternatively, the graphics could be processed as separate files
\r
270 % via psfrag and dvips, then converted to PDF for inclusion in the main file
\r
271 % which uses pdflatex. ps4pdf.sty (above) provides a way of doing this all
\r
272 % at once within the main file.
\r
273 % Docs are in "The PSfrag System" by Michael C. Grant and David Carlisle.
\r
274 % There is also some information about using psfrag in "Using Imported
\r
275 % Graphics in LaTeX2e" by Keith Reckdahl which documents the graphicx
\r
276 % package (see above). The psfrag package and documentation can be obtained
\r
277 % at: http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag/
\r
279 % Note that the current version of psfrag does not "turn itself off" when
\r
280 % running under pdf output. This will result in a harmless warning
\r
281 % about a non-PDF \special. However, to silence this, a bogus psfrag
\r
282 % command can be provided instead of loading psfrag.sty when PDF output
\r
283 % is being used. Thus, a more complex alternative conditional loading scheme
\r
284 % can be employed instead of the straightforword way above:
\r
287 % if outputting PDF, do not use or load psfrag.sty as current versions
\r
288 % output a non-PDF special that generates a harmless, but annoying warning.
\r
289 % Instead, we provide a bogus \psfrag command that does nothing with
\r
290 % its arguments. This is a tad tricky because \psfrag can have up to six
\r
291 % arguments four of which are optional: \psfrag{}[][][][]{}
\r
292 % Code based on that in psfrag.sty
\r
294 %\def\psfrag{\@ifstar{\@BOGUSpsfraga}{\@BOGUSpsfraga}}
\r
295 %\def\@BOGUSpsfraga{\begingroup
\r
296 % \@makeother\"\@makeother\*\@makeother\!\@makeother\~%
\r
297 % \@makeother\:\@makeother\\\@makeother\%\@makeother\#%
\r
298 % \@makeother\ \@BOGUSpsfragb}
\r
299 %\def\@BOGUSpsfragb#1{\endgroup
\r
300 % \@ifnextchar [{\@BOGUSpsfragc}%
\r
302 %\def\@BOGUSpsfragc[#1]{\@ifnextchar [{\@BOGUSpsfragd}%
\r
304 %\def\@BOGUSpsfragd[#1]{\@ifnextchar [{\@BOGUSpsfrage}%
\r
306 %\def\@BOGUSpsfrage[#1]{\@ifnextchar [{\@BOGUSpsfragf}%
\r
308 %\def\@BOGUSpsfragf[#1]{\@BOGUSpsfrag}
\r
309 %\def\@BOGUSpsfrag#1{\ignorespaces}
\r
312 % using dvi output, load psfrag, but funnel it through PSforPDF
\r
313 % as required by ps4pdf.sty
\r
314 %\PSforPDF{\usepackage{psfrag}}
\r
321 % *** MATH PACKAGES ***
\r
323 %\usepackage[cmex10]{amsmath}
\r
324 % A popular package from the American Mathematical Society that provides
\r
325 % many useful and powerful commands for dealing with mathematics. If using
\r
326 % it, be sure to load this package with the cmex10 option to ensure that
\r
327 % only type 1 fonts will utilized at all point sizes. Without this option,
\r
328 % it is possible that some math symbols, particularly those within
\r
329 % footnotes, will be rendered in bitmap form which will result in a
\r
330 % document that can not be IEEE Xplore compliant!
\r
332 % Also, note that the amsmath package sets \interdisplaylinepenalty to 10000
\r
333 % thus preventing page breaks from occurring within multiline equations. Use:
\r
334 %\interdisplaylinepenalty=2500
\r
335 % after loading amsmath to restore such page breaks as IEEEtran.cls normally
\r
336 % does. amsmath.sty is already installed on most LaTeX systems. The latest
\r
337 % version and documentation can be obtained at:
\r
338 % http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/
\r
344 % *** SPECIALIZED LIST PACKAGES ***
\r
345 %\usepackage{acronym}
\r
346 % acronym.sty was written by Tobias Oetiker. This package provides tools for
\r
347 % managing documents with large numbers of acronyms. (You don't *have* to
\r
348 % use this package - unless you have a lot of acronyms, you may feel that
\r
349 % such package management of them is bit of an overkill.)
\r
350 % Do note that the acronym environment (which lists acronyms) will have a
\r
351 % problem when used under IEEEtran.cls because acronym.sty relies on the
\r
352 % description list environment - which IEEEtran.cls has customized for
\r
353 % producing IEEE style lists. A workaround is to declared the longest
\r
354 % label width via the IEEEtran.cls \IEEEiedlistdecl global control:
\r
356 % \renewcommand{\IEEEiedlistdecl}{\IEEEsetlabelwidth{SONET}}
\r
360 % \renewcommand{\IEEEiedlistdecl}{\relax}% remember to reset \IEEEiedlistdecl
\r
362 % instead of using the acronym environment's optional argument.
\r
363 % The latest version and documentation can be obtained at:
\r
364 % http://www.ctan.org/tex-archive/macros/latex/contrib/acronym/
\r
367 %\usepackage{algorithmic}
\r
368 % algorithmic.sty was written by Peter Williams and Rogerio Brito.
\r
369 % This package provides an algorithmic environment fo describing algorithms.
\r
370 % You can use the algorithmic environment in-text or within a figure
\r
371 % environment to provide for a floating algorithm. Do NOT use the algorithm
\r
372 % floating environment provided by algorithm.sty (by the same authors) or
\r
373 % algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated
\r
374 % algorithm float types and packages that provide these will not provide
\r
375 % correct IEEE style captions. The latest version and documentation of
\r
376 % algorithmic.sty can be obtained at:
\r
377 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/
\r
378 % There is also a support site at:
\r
379 % http://algorithms.berlios.de/index.html
\r
380 % Also of interest may be the (relatively newer and more customizable)
\r
381 % algorithmicx.sty package by Szasz Janos:
\r
382 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/
\r
387 % *** ALIGNMENT PACKAGES ***
\r
389 %\usepackage{array}
\r
390 % Frank Mittelbach's and David Carlisle's array.sty patches and improves
\r
391 % the standard LaTeX2e array and tabular environments to provide better
\r
392 % appearance and additional user controls. As the default LaTeX2e table
\r
393 % generation code is lacking to the point of almost being broken with
\r
394 % respect to the quality of the end results, all users are strongly
\r
395 % advised to use an enhanced (at the very least that provided by array.sty)
\r
396 % set of table tools. array.sty is already installed on most systems. The
\r
397 % latest version and documentation can be obtained at:
\r
398 % http://www.ctan.org/tex-archive/macros/latex/required/tools/
\r
401 %\usepackage{mdwmath}
\r
402 %\usepackage{mdwtab}
\r
403 % Also highly recommended is Mark Wooding's extremely powerful MDW tools,
\r
404 % especially mdwmath.sty and mdwtab.sty which are used to format equations
\r
405 % and tables, respectively. The MDWtools set is already installed on most
\r
406 % LaTeX systems. The lastest version and documentation is available at:
\r
407 % http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools/
\r
410 % IEEEtran contains the IEEEeqnarray family of commands that can be used to
\r
411 % generate multiline equations as well as matrices, tables, etc., of high
\r
415 %\usepackage{eqparbox}
\r
416 % Also of notable interest is Scott Pakin's eqparbox package for creating
\r
417 % (automatically sized) equal width boxes - aka "natural width parboxes".
\r
419 % http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox/
\r
425 % *** SUBFIGURE PACKAGES ***
\r
426 %\ifCLASSOPTIONcompsoc
\r
427 %\usepackage[tight,normalsize,sf,SF]{subfigure}
\r
429 %\usepackage[tight,footnotesize]{subfigure}
\r
431 % subfigure.sty was written by Steven Douglas Cochran. This package makes it
\r
432 % easy to put subfigures in your figures. e.g., "Figure 1a and 1b". For IEEE
\r
433 % work, it is a good idea to load it with the tight package option to reduce
\r
434 % the amount of white space around the subfigures. Computer Society papers
\r
435 % use a larger font and \sffamily font for their captions, hence the
\r
436 % additional options needed under compsoc mode. subfigure.sty is already
\r
437 % installed on most LaTeX systems. The latest version and documentation can
\r
439 % http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure/
\r
440 % subfigure.sty has been superceeded by subfig.sty.
\r
443 %\ifCLASSOPTIONcompsoc
\r
444 % \usepackage[caption=false]{caption}
\r
445 % \usepackage[font=normalsize,labelfont=sf,textfont=sf]{subfig}
\r
447 % \usepackage[caption=false]{caption}
\r
448 % \usepackage[font=footnotesize]{subfig}
\r
450 % subfig.sty, also written by Steven Douglas Cochran, is the modern
\r
451 % replacement for subfigure.sty. However, subfig.sty requires and
\r
452 % automatically loads Axel Sommerfeldt's caption.sty which will override
\r
453 % IEEEtran.cls handling of captions and this will result in nonIEEE style
\r
454 % figure/table captions. To prevent this problem, be sure and preload
\r
455 % caption.sty with its "caption=false" package option. This is will preserve
\r
456 % IEEEtran.cls handing of captions. Version 1.3 (2005/06/28) and later
\r
457 % (recommended due to many improvements over 1.2) of subfig.sty supports
\r
458 % the caption=false option directly:
\r
459 %\ifCLASSOPTIONcompsoc
\r
460 % \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
\r
462 % \usepackage[caption=false,font=footnotesize]{subfig}
\r
465 % The latest version and documentation can be obtained at:
\r
466 % http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/
\r
467 % The latest version and documentation of caption.sty can be obtained at:
\r
468 % http://www.ctan.org/tex-archive/macros/latex/contrib/caption/
\r
473 % *** FLOAT PACKAGES ***
\r
475 %\usepackage{fixltx2e}
\r
476 % fixltx2e, the successor to the earlier fix2col.sty, was written by
\r
477 % Frank Mittelbach and David Carlisle. This package corrects a few problems
\r
478 % in the LaTeX2e kernel, the most notable of which is that in current
\r
479 % LaTeX2e releases, the ordering of single and double column floats is not
\r
480 % guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
\r
481 % single column figure to be placed prior to an earlier double column
\r
482 % figure. The latest version and documentation can be found at:
\r
483 % http://www.ctan.org/tex-archive/macros/latex/base/
\r
486 %\usepackage{stfloats}
\r
487 % stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
\r
488 % the ability to do double column floats at the bottom of the page as well
\r
489 % as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
\r
490 % LaTeX2e). It also provides a command:
\r
492 % to enable the placement of footnotes below bottom floats (the standard
\r
493 % LaTeX2e kernel puts them above bottom floats). This is an invasive package
\r
494 % which rewrites many portions of the LaTeX2e float routines. It may not work
\r
495 % with other packages that modify the LaTeX2e float routines. The latest
\r
496 % version and documentation can be obtained at:
\r
497 % http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/
\r
498 % Documentation is contained in the stfloats.sty comments as well as in the
\r
499 % presfull.pdf file. Do not use the stfloats baselinefloat ability as IEEE
\r
500 % does not allow \baselineskip to stretch. Authors submitting work to the
\r
501 % IEEE should note that IEEE rarely uses double column equations and
\r
502 % that authors should try to avoid such use. Do not be tempted to use the
\r
503 % cuted.sty or midfloat.sty packages (also by Sigitas Tolusis) as IEEE does
\r
504 % not format its papers in such ways.
\r
507 %\ifCLASSOPTIONcaptionsoff
\r
508 % \usepackage[nomarkers]{endfloat}
\r
509 % \let\MYoriglatexcaption\caption
\r
510 % \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
\r
512 % endfloat.sty was written by James Darrell McCauley and Jeff Goldberg.
\r
513 % This package may be useful when used in conjunction with IEEEtran.cls'
\r
514 % captionsoff option. Some IEEE journals/societies require that submissions
\r
515 % have lists of figures/tables at the end of the paper and that
\r
516 % figures/tables without any captions are placed on a page by themselves at
\r
517 % the end of the document. If needed, the draftcls IEEEtran class option or
\r
518 % \CLASSINPUTbaselinestretch interface can be used to increase the line
\r
519 % spacing as well. Be sure and use the nomarkers option of endfloat to
\r
520 % prevent endfloat from "marking" where the figures would have been placed
\r
521 % in the text. The two hack lines of code above are a slight modification of
\r
522 % that suggested by in the endfloat docs (section 8.3.1) to ensure that
\r
523 % the full captions always appear in the list of figures/tables - even if
\r
524 % the user used the short optional argument of \caption[]{}.
\r
525 % IEEE papers do not typically make use of \caption[]'s optional argument,
\r
526 % so this should not be an issue. A similar trick can be used to disable
\r
527 % captions of packages such as subfig.sty that lack options to turn off
\r
530 % \let\MYorigsubfloat\subfloat
\r
531 % \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
\r
532 % For subfigure.sty:
\r
533 % \let\MYorigsubfigure\subfigure
\r
534 % \renewcommand{\subfigure}[2][\relax]{\MYorigsubfigure[]{#2}}
\r
535 % However, the above trick will not work if both optional arguments of
\r
536 % the \subfloat/subfig command are used. Furthermore, there needs to be a
\r
537 % description of each subfigure *somewhere* and endfloat does not add
\r
538 % subfigure captions to its list of figures. Thus, the best approach is to
\r
539 % avoid the use of subfigure captions (many IEEE journals avoid them anyway)
\r
540 % and instead reference/explain all the subfigures within the main caption.
\r
541 % The latest version of endfloat.sty and its documentation can obtained at:
\r
542 % http://www.ctan.org/tex-archive/macros/latex/contrib/endfloat/
\r
544 % The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
\r
545 % later in the document, say, to conditionally put the References on a
\r
546 % page by themselves.
\r
552 % *** PDF, URL AND HYPERLINK PACKAGES ***
\r
555 % url.sty was written by Donald Arseneau. It provides better support for
\r
556 % handling and breaking URLs. url.sty is already installed on most LaTeX
\r
557 % systems. The latest version can be obtained at:
\r
558 % http://www.ctan.org/tex-archive/macros/latex/contrib/misc/
\r
559 % Read the url.sty source comments for usage information. Basically,
\r
560 % \url{my_url_here}.
\r
563 % NOTE: PDF thumbnail features are not required in IEEE papers
\r
564 % and their use requires extra complexity and work.
\r
566 % \usepackage[pdftex]{thumbpdf}
\r
568 % \usepackage[dvips]{thumbpdf}
\r
570 % thumbpdf.sty and its companion Perl utility were written by Heiko Oberdiek.
\r
571 % It allows the user a way to produce PDF documents that contain fancy
\r
572 % thumbnail images of each of the pages (which tools like acrobat reader can
\r
573 % utilize). This is possible even when using dvi->ps->pdf workflow if the
\r
574 % correct thumbpdf driver options are used. thumbpdf.sty incorporates the
\r
575 % file containing the PDF thumbnail information (filename.tpm is used with
\r
576 % dvips, filename.tpt is used with pdftex, where filename is the base name of
\r
577 % your tex document) into the final ps or pdf output document. An external
\r
578 % utility, the thumbpdf *Perl script* is needed to make these .tpm or .tpt
\r
579 % thumbnail files from a .ps or .pdf version of the document (which obviously
\r
580 % does not yet contain pdf thumbnails). Thus, one does a:
\r
582 % thumbpdf filename.pdf
\r
584 % to make a filename.tpt, and:
\r
586 % thumbpdf --mode dvips filename.ps
\r
588 % to make a filename.tpm which will then be loaded into the document by
\r
589 % thumbpdf.sty the NEXT time the document is compiled (by pdflatex or
\r
590 % latex->dvips->ps2pdf). Users must be careful to regenerate the .tpt and/or
\r
591 % .tpm files if the main document changes and then to recompile the
\r
592 % document to incorporate the revised thumbnails to ensure that thumbnails
\r
593 % match the actual pages. It is easy to forget to do this!
\r
595 % Unix systems come with a Perl interpreter. However, MS Windows users
\r
596 % will usually have to install a Perl interpreter so that the thumbpdf
\r
597 % script can be run. The Ghostscript PS/PDF interpreter is also required.
\r
598 % See the thumbpdf docs for details. The latest version and documentation
\r
599 % can be obtained at.
\r
600 % http://www.ctan.org/tex-archive/support/thumbpdf/
\r
601 % Be sure and use only version 3.8 (2005/07/06) or later of thumbpdf as
\r
602 % earlier versions will not work properly with recent versions of pdfTeX
\r
603 % (1.20a and later).
\r
606 % NOTE: PDF hyperlink and bookmark features are not required in IEEE
\r
607 % papers and their use requires extra complexity and work.
\r
608 % *** IF USING HYPERREF BE SURE AND CHANGE THE EXAMPLE PDF ***
\r
609 % *** TITLE/SUBJECT/AUTHOR/KEYWORDS INFO BELOW!! ***
\r
610 \newcommand\MYhyperrefoptions{bookmarks=true,bookmarksnumbered=true,
\r
611 pdfpagemode={UseOutlines},plainpages=false,pdfpagelabels=true,
\r
612 colorlinks=true,linkcolor={black},citecolor={black},pagecolor={black},
\r
614 pdftitle={Bare Demo of IEEEtran.cls for Computer Society Journals},%<!CHANGE!
\r
615 pdfsubject={Typesetting},%<!CHANGE!
\r
616 pdfauthor={Michael D. Shell},%<!CHANGE!
\r
617 pdfkeywords={Computer Society, IEEEtran, journal, LaTeX, paper,
\r
618 template}}%<^!CHANGE!
\r
620 %\usepackage[\MYhyperrefoptions,pdftex]{hyperref}
\r
622 %\usepackage[\MYhyperrefoptions,breaklinks=true,dvips]{hyperref}
\r
623 %\usepackage{breakurl}
\r
625 % One significant drawback of using hyperref under DVI output is that the
\r
626 % LaTeX compiler cannot break URLs across lines or pages as can be done
\r
627 % under pdfLaTeX's PDF output via the hyperref pdftex driver. This is
\r
628 % probably the single most important capability distinction between the
\r
629 % DVI and PDF output. Perhaps surprisingly, all the other PDF features
\r
630 % (PDF bookmarks, thumbnails, etc.) can be preserved in
\r
631 % .tex->.dvi->.ps->.pdf workflow if the respective packages/scripts are
\r
632 % loaded/invoked with the correct driver options (dvips, etc.).
\r
633 % As most IEEE papers use URLs sparingly (mainly in the references), this
\r
634 % may not be as big an issue as with other publications.
\r
636 % That said, recently Vilar Camara Neto introduced his breakurl.sty
\r
637 % package which permits hyperref to easily break URLs even in dvi
\r
638 % mode. Note that breakurl, unlike most other packages, must be loaded
\r
639 % AFTER hyperref. The latest version of breakurl and its documentation can
\r
641 % http://www.ctan.org/tex-archive/macros/latex/contrib/breakurl/
\r
642 % breakurl.sty is not for use under pdflatex pdf mode. Versions 1.10
\r
643 % (September 23, 2005) and later are recommened to avoid bugs in earlier
\r
646 % The advanced features offer by hyperref.sty are not required for IEEE
\r
647 % submission, so users should weigh these features against the added
\r
648 % complexity of use. Users who wish to use hyperref *must* ensure that
\r
649 % their hyperref version is 6.72u or later *and* IEEEtran.cls is version
\r
651 % The package options above demonstrate how to enable PDF bookmarks
\r
652 % (a type of table of contents viewable in Acrobat Reader) as well as
\r
653 % PDF document information (title, subject, author and keywords) that is
\r
654 % viewable in Acrobat reader's Document_Properties menu. PDF document
\r
655 % information is also used extensively to automate the cataloging of PDF
\r
656 % documents. The above set of options ensures that hyperlinks will not be
\r
657 % colored in the text and thus will not be visible in the printed page,
\r
658 % but will be active on "mouse over". USING COLORS OR OTHER HIGHLIGHTING
\r
659 % OF HYPERLINKS CAN RESULT IN DOCUMENT REJECTION BY THE IEEE, especially if
\r
660 % these appear on the "printed" page. IF IN DOUBT, ASK THE RELEVANT
\r
661 % SUBMISSION EDITOR. You may need to add the option hypertexnames=false if
\r
662 % you used duplicate equation numbers, etc., but this should not be needed
\r
663 % in normal IEEE work.
\r
664 % The latest version of hyperref and its documentation can be obtained at:
\r
665 % http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/
\r
671 % *** Do not adjust lengths that control margins, column widths, etc. ***
\r
672 % *** Do not use packages that alter fonts (such as pslatex). ***
\r
673 % There should be no need to do such things with IEEEtran.cls V1.6 and later.
\r
674 % (Unless specifically asked to do so by the journal or conference you plan
\r
675 % to submit to, of course. )
\r
678 % correct bad hyphenation here
\r
679 \hyphenation{op-tical net-works semi-conduc-tor}
\r
685 % can use linebreaks \\ within to get better formatting as desired
\r
686 \title{Bare Advanced Demo of IEEEtran.cls\\ for Computer Society Journals}
\r
689 % author names and IEEE memberships
\r
690 % note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break
\r
691 % a structure at a ~ so this keeps an author's name from being broken across
\r
693 % use \thanks{} to gain access to the first footnote area
\r
694 % a separate \thanks must be used for each paragraph as LaTeX2e's \thanks
\r
695 % was not built to handle multiple paragraphs
\r
698 %\IEEEcompsocitemizethanks is a special \thanks that produces the bulleted
\r
699 % lists the Computer Society journals use for "first footnote" author
\r
700 % affiliations. Use \IEEEcompsocthanksitem which works much like \item
\r
701 % for each affiliation group. When not in compsoc mode,
\r
702 % \IEEEcompsocitemizethanks becomes like \thanks and
\r
703 % \IEEEcompsocthanksitem becomes a line break with idention. This
\r
704 % facilitates dual compilation, although admittedly the differences in the
\r
705 % desired content of \author between the different types of papers makes a
\r
706 % one-size-fits-all approach a daunting prospect. For instance, compsoc
\r
707 % journal papers have the author affiliations above the "Manuscript
\r
708 % received ..." text while in non-compsoc journals this is reversed. Sigh.
\r
710 \author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
\r
711 John~Doe,~\IEEEmembership{Fellow,~OSA,}
\r
712 and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
\r
713 \IEEEcompsocitemizethanks{\IEEEcompsocthanksitem M. Shell is with the Department
\r
714 of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
\r
715 GA, 30332.\protect\\
\r
716 % note need leading \protect in front of \\ to get a newline within \thanks as
\r
717 % \\ is fragile and will error, could use \hfil\break instead.
\r
718 E-mail: see http://www.michaelshell.org/contact.html
\r
719 \IEEEcompsocthanksitem J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space
\r
720 \thanks{Manuscript received April 19, 2005; revised January 11, 2007.}}
\r
722 % note the % following the last \IEEEmembership and also \thanks -
\r
723 % these prevent an unwanted space from occurring between the last author name
\r
724 % and the end of the author line. i.e., if you had this:
\r
726 % \author{....lastname \thanks{...} \thanks{...} }
\r
727 % ^------------^------------^----Do not want these spaces!
\r
729 % a space would be appended to the last name and could cause every name on that
\r
730 % line to be shifted left slightly. This is one of those "LaTeX things". For
\r
731 % instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get
\r
732 % "AB" then you have to do: "\textbf{A}\textbf{B}"
\r
733 % \thanks is no different in this regard, so shield the last } of each \thanks
\r
734 % that ends a line with a % and do not let a space in before the next \thanks.
\r
735 % Spaces after \IEEEmembership other than the last one are OK (and needed) as
\r
736 % you are supposed to have spaces between the names. For what it is worth,
\r
737 % this is a minor point as most people would not even notice if the said evil
\r
738 % space somehow managed to creep in.
\r
742 % The paper headers
\r
743 \markboth{Journal of \LaTeX\ Class Files,~Vol.~6, No.~1, January~2007}%
\r
744 {Shell \MakeLowercase{\textit{et al.}}: Bare Advanced Demo of IEEEtran.cls for Journals}
\r
745 % The only time the second header will appear is for the odd numbered pages
\r
746 % after the title page when using the twoside option.
\r
748 % *** Note that you probably will NOT want to include the author's ***
\r
749 % *** name in the headers of peer review papers. ***
\r
750 % You can use \ifCLASSOPTIONpeerreview for conditional compilation here if
\r
755 % The publisher's ID mark at the bottom of the page is less important with
\r
756 % Computer Society journal papers as those publications place the marks
\r
757 % outside of the main text columns and, therefore, unlike regular IEEE
\r
758 % journals, the available text space is not reduced by their presence.
\r
759 % If you want to put a publisher's ID mark on the page you can do it like
\r
761 %\IEEEpubid{0000--0000/00\$00.00~\copyright~2007 IEEE}
\r
762 % or like this to get the Computer Society new two part style.
\r
763 %\IEEEpubid{\makebox[\columnwidth]{\hfill 0000--0000/00/\$00.00~\copyright~2007 IEEE}%
\r
764 %\hspace{\columnsep}\makebox[\columnwidth]{Published by the IEEE Computer Society\hfill}}
\r
765 % Remember, if you use this you must call \IEEEpubidadjcol in the second
\r
766 % column for its text to clear the IEEEpubid mark (Computer Society jorunal
\r
767 % papers don't need this extra clearance.)
\r
771 % use for special paper notices
\r
772 %\IEEEspecialpapernotice{(Invited Paper)}
\r
776 % for Computer Society papers, we must declare the abstract and index terms
\r
777 % PRIOR to the title within the \IEEEcompsoctitleabstractindextext IEEEtran
\r
778 % command as these need to go into the title area created by \maketitle.
\r
779 \IEEEcompsoctitleabstractindextext{%
\r
782 The abstract goes here.
\r
784 % IEEEtran.cls defaults to using nonbold math in the Abstract.
\r
785 % This preserves the distinction between vectors and scalars. However,
\r
786 % if the journal you are submitting to favors bold math in the abstract,
\r
787 % then you can use LaTeX's standard command \boldmath at the very start
\r
788 % of the abstract to achieve this. Many IEEE journals frown on math
\r
789 % in the abstract anyway. In particular, the Computer Society does
\r
790 % not want either math or citations to appear in the abstract.
\r
792 % Note that keywords are not normally used for peerreview papers.
\r
793 \begin{IEEEkeywords}
\r
794 Computer Society, IEEEtran, journal, \LaTeX, paper, template.
\r
795 \end{IEEEkeywords}}
\r
798 % make the title area
\r
802 % To allow for easy dual compilation without having to reenter the
\r
803 % abstract/keywords data, the \IEEEcompsoctitleabstractindextext text will
\r
804 % not be used in maketitle, but will appear (i.e., to be "transported")
\r
805 % here as \IEEEdisplaynotcompsoctitleabstractindextext when compsoc mode
\r
806 % is not selected <OR> if conference mode is selected - because compsoc
\r
807 % conference papers position the abstract like regular (non-compsoc)
\r
809 \IEEEdisplaynotcompsoctitleabstractindextext
\r
810 % \IEEEdisplaynotcompsoctitleabstractindextext has no effect when using
\r
811 % compsoc under a non-conference mode.
\r
814 % For peer review papers, you can put extra information on the cover
\r
816 % \ifCLASSOPTIONpeerreview
\r
817 % \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
\r
820 % For peerreview papers, this IEEEtran command inserts a page break and
\r
821 % creates the second title. It will be ignored for other modes.
\r
822 \IEEEpeerreviewmaketitle
\r
826 \section{Introduction}
\r
827 % Computer Society journal papers do something a tad strange with the very
\r
828 % first section heading (almost always called "Introduction"). They place it
\r
829 % ABOVE the main text! IEEEtran.cls currently does not do this for you.
\r
830 % However, You can achieve this effect by making LaTeX jump through some
\r
831 % hoops via something like:
\r
833 %\ifCLASSOPTIONcompsoc
\r
834 % \noindent\raisebox{2\baselineskip}[0pt][0pt]%
\r
835 % {\parbox{\columnwidth}{\section{Introduction}\label{sec:introduction}%
\r
836 % \global\everypar=\everypar}}%
\r
837 % \vspace{-1\baselineskip}\vspace{-\parskip}\par
\r
839 % \section{Introduction}\label{sec:introduction}\par
\r
842 % Admittedly, this is a hack and may well be fragile, but seems to do the
\r
843 % trick for me. Note the need to keep any \label that may be used right
\r
844 % after \section in the above as the hack puts \section within a raised box.
\r
848 % The very first letter is a 2 line initial drop letter followed
\r
849 % by the rest of the first word in caps (small caps for compsoc).
\r
851 % form to use if the first word consists of a single letter:
\r
852 % \IEEEPARstart{A}{demo} file is ....
\r
854 % form to use if you need the single drop letter followed by
\r
855 % normal text (unknown if ever used by IEEE):
\r
856 % \IEEEPARstart{A}{}demo file is ....
\r
858 % Some journals put the first two words in caps:
\r
859 % \IEEEPARstart{T}{his demo} file is ....
\r
861 % Here we have the typical use of a "T" for an initial drop letter
\r
862 % and "HIS" in caps to complete the first word.
\r
863 \IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
\r
864 for IEEE Computer Society journal papers produced under \LaTeX\ using
\r
865 IEEEtran.cls version 1.7 and later.
\r
866 % You must have at least 2 lines in the paragraph with the drop letter
\r
867 % (should never be an issue)
\r
868 I wish you the best of success.
\r
872 \hfill January 11, 2007
\r
874 \subsection{Subsection Heading Here}
\r
875 Subsection text here.
\r
877 % needed in second column of first page if using \IEEEpubid
\r
880 \subsubsection{Subsubsection Heading Here}
\r
881 Subsubsection text here.
\r
884 % An example of a floating figure using the graphicx package.
\r
885 % Note that \label must occur AFTER (or within) \caption.
\r
886 % For figures, \caption should occur after the \includegraphics.
\r
887 % Note that IEEEtran v1.7 and later has special internal code that
\r
888 % is designed to preserve the operation of \label within \caption
\r
889 % even when the captionsoff option is in effect. However, because
\r
890 % of issues like this, it may be the safest practice to put all your
\r
891 % \label just after \caption rather than within \caption{}.
\r
893 % Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
\r
894 % option should be used if it is desired that the figures are to be
\r
895 % displayed while in draft mode.
\r
897 %\begin{figure}[!t]
\r
899 %\includegraphics[width=2.5in]{myfigure}
\r
900 % where an .eps filename suffix will be assumed under latex,
\r
901 % and a .pdf suffix will be assumed for pdflatex; or what has been declared
\r
902 % via \DeclareGraphicsExtensions.
\r
903 %\caption{Simulation Results}
\r
907 % Note that IEEE typically puts floats only at the top, even when this
\r
908 % results in a large percentage of a column being occupied by floats.
\r
909 % However, the Computer Society has been known to put floats at the bottom.
\r
912 % An example of a double column floating figure using two subfigures.
\r
913 % (The subfig.sty package must be loaded for this to work.)
\r
914 % The subfigure \label commands are set within each subfloat command, the
\r
915 % \label for the overall figure must come after \caption.
\r
916 % \hfil must be used as a separator to get equal spacing.
\r
917 % The subfigure.sty package works much the same way, except \subfigure is
\r
918 % used instead of \subfloat.
\r
920 %\begin{figure*}[!t]
\r
921 %\centerline{\subfloat[Case I]\includegraphics[width=2.5in]{subfigcase1}%
\r
922 %\label{fig_first_case}}
\r
924 %\subfloat[Case II]{\includegraphics[width=2.5in]{subfigcase2}%
\r
925 %\label{fig_second_case}}}
\r
926 %\caption{Simulation results}
\r
930 % Note that often IEEE papers with subfigures do not employ subfigure
\r
931 % captions (using the optional argument to \subfloat), but instead will
\r
932 % reference/describe all of them (a), (b), etc., within the main caption.
\r
935 % An example of a floating table. Note that, for IEEE style tables, the
\r
936 % \caption command should come BEFORE the table. Table text will default to
\r
937 % \footnotesize as IEEE normally uses this smaller font for tables.
\r
938 % The \label must come after \caption as always.
\r
941 %% increase table row spacing, adjust to taste
\r
942 %\renewcommand{\arraystretch}{1.3}
\r
943 % if using array.sty, it might be a good idea to tweak the value of
\r
944 % \extrarowheight as needed to properly center the text within the cells
\r
945 %\caption{An Example of a Table}
\r
946 %\label{table_example}
\r
948 %% Some packages, such as MDW tools, offer better commands for making tables
\r
949 %% than the plain LaTeX2e tabular which is used here.
\r
950 %\begin{tabular}{|c||c|}
\r
960 % Note that IEEE does not put floats in the very first column - or typically
\r
961 % anywhere on the first page for that matter. Also, in-text middle ("here")
\r
962 % positioning is not used. Most IEEE journals use top floats exclusively.
\r
963 % However, Computer Society journals sometimes do use bottom floats - bear
\r
964 % this in mind when choosing appropriate optional arguments for the
\r
965 % figure/table environments.
\r
966 % Note that, LaTeX2e, unlike IEEE journals, places footnotes above bottom
\r
967 % floats. This can be corrected via the \fnbelowfloat command of the
\r
968 % stfloats package.
\r
972 \section{Conclusion}
\r
973 The conclusion goes here.
\r
979 % if have a single appendix:
\r
980 %\appendix[Proof of the Zonklar Equations]
\r
982 %\appendix % for no appendix heading
\r
983 % do not use \section anymore after \appendix, only \section*
\r
984 % is possibly needed
\r
986 % use appendices with more than one appendix
\r
987 % then use \section to start each appendix
\r
988 % you must declare a \section before using any
\r
989 % \subsection or using \label (\appendices by itself
\r
990 % starts a section numbered zero.)
\r
995 \section{Proof of the First Zonklar Equation}
\r
996 Appendix one text goes here.
\r
998 % you can choose not to have a title for an appendix
\r
999 % if you want by leaving the argument blank
\r
1001 Appendix two text goes here.
\r
1004 % use section* for acknowledgement
\r
1005 \ifCLASSOPTIONcompsoc
\r
1006 % The Computer Society usually uses the plural form
\r
1007 \section*{Acknowledgments}
\r
1009 % regular IEEE prefers the singular form
\r
1010 \section*{Acknowledgment}
\r
1014 The authors would like to thank...
\r
1017 % Can use something like this to put references on a page
\r
1018 % by themselves when using endfloat and the captionsoff option.
\r
1019 \ifCLASSOPTIONcaptionsoff
\r
1025 % trigger a \newpage just before the given reference
\r
1026 % number - used to balance the columns on the last page
\r
1027 % adjust value as needed - may need to be readjusted if
\r
1028 % the document is modified later
\r
1029 %\IEEEtriggeratref{8}
\r
1030 % The "triggered" command can be changed if desired:
\r
1031 %\IEEEtriggercmd{\enlargethispage{-5in}}
\r
1033 % references section
\r
1035 % can use a bibliography generated by BibTeX as a .bbl file
\r
1036 % BibTeX documentation can be easily obtained at:
\r
1037 % http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/
\r
1038 % The IEEEtran BibTeX style support page is at:
\r
1039 % http://www.michaelshell.org/tex/ieeetran/bibtex/
\r
1040 %\bibliographystyle{IEEEtran}
\r
1041 % argument is your BibTeX string definitions and bibliography database(s)
\r
1042 %\bibliography{IEEEabrv,../bib/paper}
\r
1044 % <OR> manually copy in the resultant .bbl file
\r
1045 % set second argument of \begin to the number of references
\r
1046 % (used to reserve space for the reference number labels box)
\r
1047 \begin{thebibliography}{1}
\r
1049 \bibitem{IEEEhowto:kopka}
\r
1050 H.~Kopka and P.~W. Daly, \emph{A Guide to {\LaTeX}}, 3rd~ed.\hskip 1em plus
\r
1051 0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
\r
1053 \end{thebibliography}
\r
1055 % biography section
\r
1057 % If you have an EPS/PDF photo (graphicx package needed) extra braces are
\r
1058 % needed around the contents of the optional argument to biography to prevent
\r
1059 % the LaTeX parser from getting confused when it sees the complicated
\r
1060 % \includegraphics command within an optional argument. (You could create
\r
1061 % your own custom macro containing the \includegraphics command to make things
\r
1063 %\begin{biography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}
\r
1064 % or if you just want to reserve a space for a photo:
\r
1066 \begin{IEEEbiography}{Michael Shell}
\r
1067 Biography text here.
\r
1068 \end{IEEEbiography}
\r
1070 % if you will not have a photo at all:
\r
1071 \begin{IEEEbiographynophoto}{John Doe}
\r
1072 Biography text here.
\r
1073 \end{IEEEbiographynophoto}
\r
1075 % insert where needed to balance the two columns on the last page with
\r
1079 \begin{IEEEbiographynophoto}{Jane Doe}
\r
1080 Biography text here.
\r
1081 \end{IEEEbiographynophoto}
\r
1083 % You can push biographies down or up by placing
\r
1084 % a \vfill before or after them. The appropriate
\r
1085 % use of \vfill depends on what kind of text is
\r
1086 % on the last page and whether or not the columns
\r
1087 % are being equalized.
\r
1091 % Can be used to pull up biographies so that the bottom of the last one
\r
1092 % is flush with the other column.
\r
1093 %\enlargethispage{-5in}
\r
1097 % that's all folks
\r