Add IEEE template
This commit is contained in:
parent
f32f831832
commit
7b21629439
13 changed files with 12622 additions and 0 deletions
6347
IEEEtran/IEEEtran.cls
Normal file
6347
IEEEtran/IEEEtran.cls
Normal file
File diff suppressed because it is too large
Load diff
BIN
IEEEtran/IEEEtran_HOWTO.pdf
Normal file
BIN
IEEEtran/IEEEtran_HOWTO.pdf
Normal file
Binary file not shown.
128
IEEEtran/README
Normal file
128
IEEEtran/README
Normal file
|
@ -0,0 +1,128 @@
|
|||
|
||||
August 26, 2015
|
||||
|
||||
|
||||
IEEEtran is a LaTeX class for authors of the Institute of Electrical and
|
||||
Electronics Engineers (IEEE) transactions journals and conferences.
|
||||
The latest version of the IEEEtran package can be found at CTAN:
|
||||
|
||||
http://www.ctan.org/pkg/ieeetran
|
||||
|
||||
as well as within IEEE's site:
|
||||
|
||||
http://www.ieee.org/
|
||||
|
||||
For latest news, helpful tips, answers to frequently asked questions,
|
||||
beta releases and other support, visit the IEEEtran home page at my
|
||||
website:
|
||||
|
||||
http://www.michaelshell.org/tex/ieeetran/
|
||||
|
||||
Version 1.8b has a number of significant changes over the v1.8a release.
|
||||
For a full history of changes, please read the file changelog.txt.
|
||||
The most notable changes in this release include:
|
||||
|
||||
1) Added new comsoc mode for the IEEE Communications Society.
|
||||
This mode (at present) only invokes the use of the newtxmath math fonts.
|
||||
|
||||
2) Revised IEEEeqnarray column specifications to work with active "
|
||||
(or other punctuation catcode changes) as with babel under the
|
||||
german or ngerman language modes.
|
||||
Thanks to Stefan M. Moser for reporting this problem.
|
||||
|
||||
3) Added \indexspace and other index related macros as newer versions of
|
||||
article.cls now do. These macros are needed to avoid an error when
|
||||
using the glossaries package.
|
||||
Thanks to Sebastian Nyberg for suggesting this change.
|
||||
|
||||
4) Fixed odd/even page header font bug under compsoc mode and
|
||||
other page style code improvements.
|
||||
Thanks to Marco Paolieri for reporting this problem.
|
||||
|
||||
5) Added hooks to allow for easy control of spacing above title.
|
||||
|
||||
6) Added the \IEEEnoauxwrite command.
|
||||
Thanks to Sudarshan Mukherjee for suggesting this feature.
|
||||
|
||||
|
||||
NOTE: Take care not to confuse the "comsoc" and "compsoc" class
|
||||
options/modes as they are very different:
|
||||
|
||||
comsoc ==> IEEE Communications Society
|
||||
compsoc ==> IEEE Computer Society
|
||||
|
||||
The comsoc mode requires that an acceptable Times math font be available on
|
||||
the LaTeX system. This requirement will be enforced by IEEEtran in comsoc
|
||||
mode. Either the freely available newtxmath font by Michael Sharpe
|
||||
http://www.ctan.org/pkg/newtx
|
||||
(version 1.451, July 28, 2015 or later is recommended)
|
||||
or the commercial MathTime font (e.g., mtpro2.sty) is acceptable.
|
||||
See Section II-D (2.4) "Class Options - comsoc, compsoc, transmag" of
|
||||
the IEEEtran HOWTO for more details.
|
||||
|
||||
|
||||
Best wishes for all your publication endeavors,
|
||||
|
||||
Michael Shell
|
||||
http://www.michaelshell.org/
|
||||
|
||||
|
||||
********************************** Files **********************************
|
||||
|
||||
README - This file.
|
||||
|
||||
IEEEtran.cls - The IEEEtran LaTeX class file.
|
||||
|
||||
changelog.txt - The revision history.
|
||||
|
||||
IEEEtran_HOWTO.pdf - The IEEEtran LaTeX class user manual.
|
||||
|
||||
bare_conf.tex - A bare bones starter file for IEEE conference papers.
|
||||
|
||||
bare_conf_compsoc.tex - A bare bones starter file for IEEE Computer Society
|
||||
conference papers.
|
||||
|
||||
bare_jrnl.tex - A bare bones starter file for IEEE journal papers.
|
||||
|
||||
bare_jrnl_comsoc.tex - A bare bones starter file for IEEE Communications
|
||||
Society journal papers.
|
||||
|
||||
bare_jrnl_compsoc.tex - A bare bones starter file for IEEE Computer Society
|
||||
journal papers.
|
||||
|
||||
bare_jrnl_transmag.tex - A bare bones starter file for IEEE Transactions
|
||||
on Magnetics journal papers.
|
||||
|
||||
bare_adv.tex - A bare bones starter file showing advanced
|
||||
techniques such as conditional compilation,
|
||||
hyperlinks, PDF thumbnails, etc. The illustrated
|
||||
format is for an IEEE Computer Society journal paper.
|
||||
|
||||
***************************************************************************
|
||||
Legal Notice:
|
||||
This code is offered as-is without any warranty either expressed or
|
||||
implied; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE!
|
||||
User assumes all risk.
|
||||
In no event shall the IEEE or any contributor to this code be liable for
|
||||
any damages or losses, including, but not limited to, incidental,
|
||||
consequential, or any other damages, resulting from the use or misuse
|
||||
of any information contained here.
|
||||
|
||||
All comments are the opinions of their respective authors and are not
|
||||
necessarily endorsed by the IEEE.
|
||||
|
||||
This work is distributed under the LaTeX Project Public License (LPPL)
|
||||
( http://www.latex-project.org/ ) version 1.3, and may be freely used,
|
||||
distributed and modified. A copy of the LPPL, version 1.3, is included
|
||||
in the base LaTeX documentation of all distributions of LaTeX released
|
||||
2003/12/01 or later.
|
||||
Retain all contribution notices and credits.
|
||||
** Modified files should be clearly indicated as such, including **
|
||||
** renaming them and changing author support contact information. **
|
||||
|
||||
File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex,
|
||||
bare_conf.tex, bare_conf_compsoc.tex, bare_jrnl.tex,
|
||||
bare_jrnl_comsoc.tex, bare_jrnl_compsoc.tex,
|
||||
bare_jrnl_transmag.tex
|
||||
***************************************************************************
|
943
IEEEtran/bare_adv.tex
Normal file
943
IEEEtran/bare_adv.tex
Normal file
|
@ -0,0 +1,943 @@
|
|||
|
||||
%% bare_adv.tex
|
||||
%% V1.4b
|
||||
%% 2015/08/26
|
||||
%% by Michael Shell
|
||||
%% See:
|
||||
%% http://www.michaelshell.org/
|
||||
%% for current contact information.
|
||||
%%
|
||||
%% This is a skeleton file demonstrating the advanced use of IEEEtran.cls
|
||||
%% (requires IEEEtran.cls version 1.8b or later) with an IEEE Computer
|
||||
%% Society journal paper.
|
||||
%%
|
||||
%% Support sites:
|
||||
%% http://www.michaelshell.org/tex/ieeetran/
|
||||
%% http://www.ctan.org/pkg/ieeetran
|
||||
%% and
|
||||
%% http://www.ieee.org/
|
||||
|
||||
%%*************************************************************************
|
||||
%% Legal Notice:
|
||||
%% This code is offered as-is without any warranty either expressed or
|
||||
%% implied; without even the implied warranty of MERCHANTABILITY or
|
||||
%% FITNESS FOR A PARTICULAR PURPOSE!
|
||||
%% User assumes all risk.
|
||||
%% In no event shall the IEEE or any contributor to this code be liable for
|
||||
%% any damages or losses, including, but not limited to, incidental,
|
||||
%% consequential, or any other damages, resulting from the use or misuse
|
||||
%% of any information contained here.
|
||||
%%
|
||||
%% All comments are the opinions of their respective authors and are not
|
||||
%% necessarily endorsed by the IEEE.
|
||||
%%
|
||||
%% This work is distributed under the LaTeX Project Public License (LPPL)
|
||||
%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
|
||||
%% distributed and modified. A copy of the LPPL, version 1.3, is included
|
||||
%% in the base LaTeX documentation of all distributions of LaTeX released
|
||||
%% 2003/12/01 or later.
|
||||
%% Retain all contribution notices and credits.
|
||||
%% ** Modified files should be clearly indicated as such, including **
|
||||
%% ** renaming them and changing author support contact information. **
|
||||
%%*************************************************************************
|
||||
|
||||
|
||||
% *** Authors should verify (and, if needed, correct) their LaTeX system ***
|
||||
% *** with the testflow diagnostic prior to trusting their LaTeX platform ***
|
||||
% *** with production work. The IEEE's font choices and paper sizes can ***
|
||||
% *** trigger bugs that do not appear when using other class files. *** ***
|
||||
% The testflow support page is at:
|
||||
% http://www.michaelshell.org/tex/testflow/
|
||||
|
||||
|
||||
% IEEEtran V1.7 and later provides for these CLASSINPUT macros to allow the
|
||||
% user to reprogram some IEEEtran.cls defaults if needed. These settings
|
||||
% override the internal defaults of IEEEtran.cls regardless of which class
|
||||
% options are used. Do not use these unless you have good reason to do so as
|
||||
% they can result in nonIEEE compliant documents. User beware. ;)
|
||||
%
|
||||
%\newcommand{\CLASSINPUTbaselinestretch}{1.0} % baselinestretch
|
||||
%\newcommand{\CLASSINPUTinnersidemargin}{1in} % inner side margin
|
||||
%\newcommand{\CLASSINPUToutersidemargin}{1in} % outer side margin
|
||||
%\newcommand{\CLASSINPUTtoptextmargin}{1in} % top text margin
|
||||
%\newcommand{\CLASSINPUTbottomtextmargin}{1in}% bottom text margin
|
||||
|
||||
|
||||
|
||||
|
||||
%
|
||||
\documentclass[10pt,journal,compsoc]{IEEEtran}
|
||||
% If IEEEtran.cls has not been installed into the LaTeX system files,
|
||||
% manually specify the path to it like:
|
||||
% \documentclass[10pt,journal,compsoc]{../sty/IEEEtran}
|
||||
|
||||
|
||||
% For Computer Society journals, IEEEtran defaults to the use of
|
||||
% Palatino/Palladio as is done in IEEE Computer Society journals.
|
||||
% To go back to Times Roman, you can use this code:
|
||||
%\renewcommand{\rmdefault}{ptm}\selectfont
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% Some very useful LaTeX packages include:
|
||||
% (uncomment the ones you want to load)
|
||||
|
||||
|
||||
|
||||
% *** MISC UTILITY PACKAGES ***
|
||||
%
|
||||
%\usepackage{ifpdf}
|
||||
% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
|
||||
% compilation based on whether the output is pdf or dvi.
|
||||
% usage:
|
||||
% \ifpdf
|
||||
% % pdf code
|
||||
% \else
|
||||
% % dvi code
|
||||
% \fi
|
||||
% The latest version of ifpdf.sty can be obtained from:
|
||||
% http://www.ctan.org/pkg/ifpdf
|
||||
% Also, note that IEEEtran.cls V1.7 and later provides a builtin
|
||||
% \ifCLASSINFOpdf conditional that works the same way.
|
||||
% When switching from latex to pdflatex and vice-versa, the compiler may
|
||||
% have to be run twice to clear warning/error messages.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** CITATION PACKAGES ***
|
||||
%
|
||||
\ifCLASSOPTIONcompsoc
|
||||
% The IEEE Computer Society needs nocompress option
|
||||
% requires cite.sty v4.0 or later (November 2003)
|
||||
\usepackage[nocompress]{cite}
|
||||
\else
|
||||
% normal IEEE
|
||||
\usepackage{cite}
|
||||
\fi
|
||||
% cite.sty was written by Donald Arseneau
|
||||
% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
|
||||
% \cite{} output to follow that of the IEEE. Loading the cite package will
|
||||
% result in citation numbers being automatically sorted and properly
|
||||
% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
|
||||
% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
|
||||
% \cite will automatically add leading space, if needed. Use cite.sty's
|
||||
% noadjust option (cite.sty V3.8 and later) if you want to turn this off
|
||||
% such as if a citation ever needs to be enclosed in parenthesis.
|
||||
% cite.sty is already installed on most LaTeX systems. Be sure and use
|
||||
% version 5.0 (2009-03-20) and later if using hyperref.sty.
|
||||
% The latest version can be obtained at:
|
||||
% http://www.ctan.org/pkg/cite
|
||||
% The documentation is contained in the cite.sty file itself.
|
||||
%
|
||||
% Note that some packages require special options to format as the Computer
|
||||
% Society requires. In particular, Computer Society papers do not use
|
||||
% compressed citation ranges as is done in typical IEEE papers
|
||||
% (e.g., [1]-[4]). Instead, they list every citation separately in order
|
||||
% (e.g., [1], [2], [3], [4]). To get the latter we need to load the cite
|
||||
% package with the nocompress option which is supported by cite.sty v4.0
|
||||
% and later.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** GRAPHICS RELATED PACKAGES ***
|
||||
%
|
||||
\ifCLASSINFOpdf
|
||||
% \usepackage[pdftex]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../pdf/}{../jpeg/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
|
||||
\else
|
||||
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
|
||||
% will default to the driver specified in the system graphics.cfg if no
|
||||
% driver is specified.
|
||||
% \usepackage[dvips]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../eps/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.eps}
|
||||
\fi
|
||||
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
|
||||
% required if you want graphics, photos, etc. graphicx.sty is already
|
||||
% installed on most LaTeX systems. The latest version and documentation
|
||||
% can be obtained at:
|
||||
% http://www.ctan.org/pkg/graphicx
|
||||
% Another good source of documentation is "Using Imported Graphics in
|
||||
% LaTeX2e" by Keith Reckdahl which can be found at:
|
||||
% http://www.ctan.org/pkg/epslatex
|
||||
%
|
||||
% latex, and pdflatex in dvi mode, support graphics in encapsulated
|
||||
% postscript (.eps) format. pdflatex in pdf mode supports graphics
|
||||
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
|
||||
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
|
||||
% not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
|
||||
% which can result in "jaggedy"/blurry rendering of lines and letters as
|
||||
% well as large increases in file sizes.
|
||||
%
|
||||
% You can find documentation about the pdfTeX application at:
|
||||
% http://www.tug.org/applications/pdftex
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** MATH PACKAGES ***
|
||||
%
|
||||
%\usepackage{amsmath}
|
||||
% A popular package from the American Mathematical Society that provides
|
||||
% many useful and powerful commands for dealing with mathematics.
|
||||
%
|
||||
% Note that the amsmath package sets \interdisplaylinepenalty to 10000
|
||||
% thus preventing page breaks from occurring within multiline equations. Use:
|
||||
%\interdisplaylinepenalty=2500
|
||||
% after loading amsmath to restore such page breaks as IEEEtran.cls normally
|
||||
% does. amsmath.sty is already installed on most LaTeX systems. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/amsmath
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SPECIALIZED LIST PACKAGES ***
|
||||
%\usepackage{acronym}
|
||||
% acronym.sty was written by Tobias Oetiker. This package provides tools for
|
||||
% managing documents with large numbers of acronyms. (You don't *have* to
|
||||
% use this package - unless you have a lot of acronyms, you may feel that
|
||||
% such package management of them is bit of an overkill.)
|
||||
% Do note that the acronym environment (which lists acronyms) will have a
|
||||
% problem when used under IEEEtran.cls because acronym.sty relies on the
|
||||
% description list environment - which IEEEtran.cls has customized for
|
||||
% producing IEEE style lists. A workaround is to declared the longest
|
||||
% label width via the IEEEtran.cls \IEEEiedlistdecl global control:
|
||||
%
|
||||
% \renewcommand{\IEEEiedlistdecl}{\IEEEsetlabelwidth{SONET}}
|
||||
% \begin{acronym}
|
||||
%
|
||||
% \end{acronym}
|
||||
% \renewcommand{\IEEEiedlistdecl}{\relax}% remember to reset \IEEEiedlistdecl
|
||||
%
|
||||
% instead of using the acronym environment's optional argument.
|
||||
% The latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/acronym
|
||||
|
||||
|
||||
%\usepackage{algorithmic}
|
||||
% algorithmic.sty was written by Peter Williams and Rogerio Brito.
|
||||
% This package provides an algorithmic environment fo describing algorithms.
|
||||
% You can use the algorithmic environment in-text or within a figure
|
||||
% environment to provide for a floating algorithm. Do NOT use the algorithm
|
||||
% floating environment provided by algorithm.sty (by the same authors) or
|
||||
% algorithm2e.sty (by Christophe Fiorio) as the IEEE does not use dedicated
|
||||
% algorithm float types and packages that provide these will not provide
|
||||
% correct IEEE style captions. The latest version and documentation of
|
||||
% algorithmic.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/algorithms
|
||||
% Also of interest may be the (relatively newer and more customizable)
|
||||
% algorithmicx.sty package by Szasz Janos:
|
||||
% http://www.ctan.org/pkg/algorithmicx
|
||||
|
||||
|
||||
|
||||
|
||||
% *** ALIGNMENT PACKAGES ***
|
||||
%
|
||||
%\usepackage{array}
|
||||
% Frank Mittelbach's and David Carlisle's array.sty patches and improves
|
||||
% the standard LaTeX2e array and tabular environments to provide better
|
||||
% appearance and additional user controls. As the default LaTeX2e table
|
||||
% generation code is lacking to the point of almost being broken with
|
||||
% respect to the quality of the end results, all users are strongly
|
||||
% advised to use an enhanced (at the very least that provided by array.sty)
|
||||
% set of table tools. array.sty is already installed on most systems. The
|
||||
% latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/array
|
||||
|
||||
|
||||
%\usepackage{mdwmath}
|
||||
%\usepackage{mdwtab}
|
||||
% Also highly recommended is Mark Wooding's extremely powerful MDW tools,
|
||||
% especially mdwmath.sty and mdwtab.sty which are used to format equations
|
||||
% and tables, respectively. The MDWtools set is already installed on most
|
||||
% LaTeX systems. The lastest version and documentation is available at:
|
||||
% http://www.ctan.org/pkg/mdwtools
|
||||
|
||||
|
||||
% IEEEtran contains the IEEEeqnarray family of commands that can be used to
|
||||
% generate multiline equations as well as matrices, tables, etc., of high
|
||||
% quality.
|
||||
|
||||
|
||||
%\usepackage{eqparbox}
|
||||
% Also of notable interest is Scott Pakin's eqparbox package for creating
|
||||
% (automatically sized) equal width boxes - aka "natural width parboxes".
|
||||
% Available at:
|
||||
% http://www.ctan.org/pkg/eqparbox
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SUBFIGURE PACKAGES ***
|
||||
%\ifCLASSOPTIONcompsoc
|
||||
% \usepackage[caption=false,font=footnotesize,labelfont=sf,textfont=sf]{subfig}
|
||||
%\else
|
||||
% \usepackage[caption=false,font=footnotesize]{subfig}
|
||||
%\fi
|
||||
% subfig.sty, written by Steven Douglas Cochran, is the modern replacement
|
||||
% for subfigure.sty, the latter of which is no longer maintained and is
|
||||
% incompatible with some LaTeX packages including fixltx2e. However,
|
||||
% subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
|
||||
% which will override IEEEtran.cls' handling of captions and this will result
|
||||
% in non-IEEE style figure/table captions. To prevent this problem, be sure
|
||||
% and invoke subfig.sty's "caption=false" package option (available since
|
||||
% subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
|
||||
% handling of captions.
|
||||
% Note that the Computer Society format requires a sans serif font rather
|
||||
% than the serif font used in traditional IEEE formatting and thus the need
|
||||
% to invoke different subfig.sty package options depending on whether
|
||||
% compsoc mode has been enabled.
|
||||
%
|
||||
% The latest version and documentation of subfig.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/subfig
|
||||
|
||||
|
||||
|
||||
|
||||
% *** FLOAT PACKAGES ***
|
||||
%
|
||||
%\usepackage{fixltx2e}
|
||||
% fixltx2e, the successor to the earlier fix2col.sty, was written by
|
||||
% Frank Mittelbach and David Carlisle. This package corrects a few problems
|
||||
% in the LaTeX2e kernel, the most notable of which is that in current
|
||||
% LaTeX2e releases, the ordering of single and double column floats is not
|
||||
% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
|
||||
% single column figure to be placed prior to an earlier double column
|
||||
% figure.
|
||||
% Be aware that LaTeX2e kernels dated 2015 and later have fixltx2e.sty's
|
||||
% corrections already built into the system in which case a warning will
|
||||
% be issued if an attempt is made to load fixltx2e.sty as it is no longer
|
||||
% needed.
|
||||
% The latest version and documentation can be found at:
|
||||
% http://www.ctan.org/pkg/fixltx2e
|
||||
|
||||
|
||||
%\usepackage{stfloats}
|
||||
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
|
||||
% the ability to do double column floats at the bottom of the page as well
|
||||
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
|
||||
% LaTeX2e). It also provides a command:
|
||||
%\fnbelowfloat
|
||||
% to enable the placement of footnotes below bottom floats (the standard
|
||||
% LaTeX2e kernel puts them above bottom floats). This is an invasive package
|
||||
% which rewrites many portions of the LaTeX2e float routines. It may not work
|
||||
% with other packages that modify the LaTeX2e float routines. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/stfloats
|
||||
% Do not use the stfloats baselinefloat ability as the IEEE does not allow
|
||||
% \baselineskip to stretch. Authors submitting work to the IEEE should note
|
||||
% that the IEEE rarely uses double column equations and that authors should try
|
||||
% to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
|
||||
% packages (also by Sigitas Tolusis) as the IEEE does not format its papers in
|
||||
% such ways.
|
||||
% Do not attempt to use stfloats with fixltx2e as they are incompatible.
|
||||
% Instead, use Morten Hogholm'a dblfloatfix which combines the features
|
||||
% of both fixltx2e and stfloats:
|
||||
%
|
||||
% \usepackage{dblfloatfix}
|
||||
% The latest version can be found at:
|
||||
% http://www.ctan.org/pkg/dblfloatfix
|
||||
|
||||
|
||||
%\ifCLASSOPTIONcaptionsoff
|
||||
% \usepackage[nomarkers]{endfloat}
|
||||
% \let\MYoriglatexcaption\caption
|
||||
% \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
|
||||
%\fi
|
||||
% endfloat.sty was written by James Darrell McCauley, Jeff Goldberg and
|
||||
% Axel Sommerfeldt. This package may be useful when used in conjunction with
|
||||
% IEEEtran.cls' captionsoff option. Some IEEE journals/societies require that
|
||||
% submissions have lists of figures/tables at the end of the paper and that
|
||||
% figures/tables without any captions are placed on a page by themselves at
|
||||
% the end of the document. If needed, the draftcls IEEEtran class option or
|
||||
% \CLASSINPUTbaselinestretch interface can be used to increase the line
|
||||
% spacing as well. Be sure and use the nomarkers option of endfloat to
|
||||
% prevent endfloat from "marking" where the figures would have been placed
|
||||
% in the text. The two hack lines of code above are a slight modification of
|
||||
% that suggested by in the endfloat docs (section 8.4.1) to ensure that
|
||||
% the full captions always appear in the list of figures/tables - even if
|
||||
% the user used the short optional argument of \caption[]{}.
|
||||
% IEEE papers do not typically make use of \caption[]'s optional argument,
|
||||
% so this should not be an issue. A similar trick can be used to disable
|
||||
% captions of packages such as subfig.sty that lack options to turn off
|
||||
% the subcaptions:
|
||||
% For subfig.sty:
|
||||
% \let\MYorigsubfloat\subfloat
|
||||
% \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
|
||||
% However, the above trick will not work if both optional arguments of
|
||||
% the \subfloat command are used. Furthermore, there needs to be a
|
||||
% description of each subfigure *somewhere* and endfloat does not add
|
||||
% subfigure captions to its list of figures. Thus, the best approach is to
|
||||
% avoid the use of subfigure captions (many IEEE journals avoid them anyway)
|
||||
% and instead reference/explain all the subfigures within the main caption.
|
||||
% The latest version of endfloat.sty and its documentation can obtained at:
|
||||
% http://www.ctan.org/pkg/endfloat
|
||||
%
|
||||
% The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
|
||||
% later in the document, say, to conditionally put the References on a
|
||||
% page by themselves.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** PDF, URL AND HYPERLINK PACKAGES ***
|
||||
%
|
||||
%\usepackage{url}
|
||||
% url.sty was written by Donald Arseneau. It provides better support for
|
||||
% handling and breaking URLs. url.sty is already installed on most LaTeX
|
||||
% systems. The latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/url
|
||||
% Basically, \url{my_url_here}.
|
||||
|
||||
|
||||
% NOTE: PDF thumbnail features are not required in IEEE papers
|
||||
% and their use requires extra complexity and work.
|
||||
%\ifCLASSINFOpdf
|
||||
% \usepackage[pdftex]{thumbpdf}
|
||||
%\else
|
||||
% \usepackage[dvips]{thumbpdf}
|
||||
%\fi
|
||||
% thumbpdf.sty and its companion Perl utility were written by Heiko Oberdiek.
|
||||
% It allows the user a way to produce PDF documents that contain fancy
|
||||
% thumbnail images of each of the pages (which tools like acrobat reader can
|
||||
% utilize). This is possible even when using dvi->ps->pdf workflow if the
|
||||
% correct thumbpdf driver options are used. thumbpdf.sty incorporates the
|
||||
% file containing the PDF thumbnail information (filename.tpm is used with
|
||||
% dvips, filename.tpt is used with pdftex, where filename is the base name of
|
||||
% your tex document) into the final ps or pdf output document. An external
|
||||
% utility, the thumbpdf *Perl script* is needed to make these .tpm or .tpt
|
||||
% thumbnail files from a .ps or .pdf version of the document (which obviously
|
||||
% does not yet contain pdf thumbnails). Thus, one does a:
|
||||
%
|
||||
% thumbpdf filename.pdf
|
||||
%
|
||||
% to make a filename.tpt, and:
|
||||
%
|
||||
% thumbpdf --mode dvips filename.ps
|
||||
%
|
||||
% to make a filename.tpm which will then be loaded into the document by
|
||||
% thumbpdf.sty the NEXT time the document is compiled (by pdflatex or
|
||||
% latex->dvips->ps2pdf). Users must be careful to regenerate the .tpt and/or
|
||||
% .tpm files if the main document changes and then to recompile the
|
||||
% document to incorporate the revised thumbnails to ensure that thumbnails
|
||||
% match the actual pages. It is easy to forget to do this!
|
||||
%
|
||||
% Unix systems come with a Perl interpreter. However, MS Windows users
|
||||
% will usually have to install a Perl interpreter so that the thumbpdf
|
||||
% script can be run. The Ghostscript PS/PDF interpreter is also required.
|
||||
% See the thumbpdf docs for details. The latest version and documentation
|
||||
% can be obtained at.
|
||||
% http://www.ctan.org/pkg/thumbpdf
|
||||
|
||||
|
||||
% NOTE: PDF hyperlink and bookmark features are not required in IEEE
|
||||
% papers and their use requires extra complexity and work.
|
||||
% *** IF USING HYPERREF BE SURE AND CHANGE THE EXAMPLE PDF ***
|
||||
% *** TITLE/SUBJECT/AUTHOR/KEYWORDS INFO BELOW!! ***
|
||||
\newcommand\MYhyperrefoptions{bookmarks=true,bookmarksnumbered=true,
|
||||
pdfpagemode={UseOutlines},plainpages=false,pdfpagelabels=true,
|
||||
colorlinks=true,linkcolor={black},citecolor={black},urlcolor={black},
|
||||
pdftitle={Bare Demo of IEEEtran.cls for Computer Society Journals},%<!CHANGE!
|
||||
pdfsubject={Typesetting},%<!CHANGE!
|
||||
pdfauthor={Michael D. Shell},%<!CHANGE!
|
||||
pdfkeywords={Computer Society, IEEEtran, journal, LaTeX, paper,
|
||||
template}}%<^!CHANGE!
|
||||
%\ifCLASSINFOpdf
|
||||
%\usepackage[\MYhyperrefoptions,pdftex]{hyperref}
|
||||
%\else
|
||||
%\usepackage[\MYhyperrefoptions,breaklinks=true,dvips]{hyperref}
|
||||
%\usepackage{breakurl}
|
||||
%\fi
|
||||
% One significant drawback of using hyperref under DVI output is that the
|
||||
% LaTeX compiler cannot break URLs across lines or pages as can be done
|
||||
% under pdfLaTeX's PDF output via the hyperref pdftex driver. This is
|
||||
% probably the single most important capability distinction between the
|
||||
% DVI and PDF output. Perhaps surprisingly, all the other PDF features
|
||||
% (PDF bookmarks, thumbnails, etc.) can be preserved in
|
||||
% .tex->.dvi->.ps->.pdf workflow if the respective packages/scripts are
|
||||
% loaded/invoked with the correct driver options (dvips, etc.).
|
||||
% As most IEEE papers use URLs sparingly (mainly in the references), this
|
||||
% may not be as big an issue as with other publications.
|
||||
%
|
||||
% That said, Vilar Camara Neto created his breakurl.sty package which
|
||||
% permits hyperref to easily break URLs even in dvi mode.
|
||||
% Note that breakurl, unlike most other packages, must be loaded
|
||||
% AFTER hyperref. The latest version of breakurl and its documentation can
|
||||
% be obtained at:
|
||||
% http://www.ctan.org/pkg/breakurl
|
||||
% breakurl.sty is not for use under pdflatex pdf mode.
|
||||
%
|
||||
% The advanced features offer by hyperref.sty are not required for IEEE
|
||||
% submission, so users should weigh these features against the added
|
||||
% complexity of use.
|
||||
% The package options above demonstrate how to enable PDF bookmarks
|
||||
% (a type of table of contents viewable in Acrobat Reader) as well as
|
||||
% PDF document information (title, subject, author and keywords) that is
|
||||
% viewable in Acrobat reader's Document_Properties menu. PDF document
|
||||
% information is also used extensively to automate the cataloging of PDF
|
||||
% documents. The above set of options ensures that hyperlinks will not be
|
||||
% colored in the text and thus will not be visible in the printed page,
|
||||
% but will be active on "mouse over". USING COLORS OR OTHER HIGHLIGHTING
|
||||
% OF HYPERLINKS CAN RESULT IN DOCUMENT REJECTION BY THE IEEE, especially if
|
||||
% these appear on the "printed" page. IF IN DOUBT, ASK THE RELEVANT
|
||||
% SUBMISSION EDITOR. You may need to add the option hypertexnames=false if
|
||||
% you used duplicate equation numbers, etc., but this should not be needed
|
||||
% in normal IEEE work.
|
||||
% The latest version of hyperref and its documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/hyperref
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** Do not adjust lengths that control margins, column widths, etc. ***
|
||||
% *** Do not use packages that alter fonts (such as pslatex). ***
|
||||
% There should be no need to do such things with IEEEtran.cls V1.6 and later.
|
||||
% (Unless specifically asked to do so by the journal or conference you plan
|
||||
% to submit to, of course. )
|
||||
|
||||
|
||||
% correct bad hyphenation here
|
||||
\hyphenation{op-tical net-works semi-conduc-tor}
|
||||
|
||||
|
||||
\begin{document}
|
||||
%
|
||||
% paper title
|
||||
% Titles are generally capitalized except for words such as a, an, and, as,
|
||||
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
|
||||
% not capitalized unless they are the first or last word of the title.
|
||||
% Linebreaks \\ can be used within to get better formatting as desired.
|
||||
% Do not put math or special symbols in the title.
|
||||
\title{Bare Advanced Demo of IEEEtran.cls for\\ IEEE Computer Society Journals}
|
||||
%
|
||||
%
|
||||
% author names and IEEE memberships
|
||||
% note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break
|
||||
% a structure at a ~ so this keeps an author's name from being broken across
|
||||
% two lines.
|
||||
% use \thanks{} to gain access to the first footnote area
|
||||
% a separate \thanks must be used for each paragraph as LaTeX2e's \thanks
|
||||
% was not built to handle multiple paragraphs
|
||||
%
|
||||
%
|
||||
%\IEEEcompsocitemizethanks is a special \thanks that produces the bulleted
|
||||
% lists the Computer Society journals use for "first footnote" author
|
||||
% affiliations. Use \IEEEcompsocthanksitem which works much like \item
|
||||
% for each affiliation group. When not in compsoc mode,
|
||||
% \IEEEcompsocitemizethanks becomes like \thanks and
|
||||
% \IEEEcompsocthanksitem becomes a line break with idention. This
|
||||
% facilitates dual compilation, although admittedly the differences in the
|
||||
% desired content of \author between the different types of papers makes a
|
||||
% one-size-fits-all approach a daunting prospect. For instance, compsoc
|
||||
% journal papers have the author affiliations above the "Manuscript
|
||||
% received ..." text while in non-compsoc journals this is reversed. Sigh.
|
||||
|
||||
\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
|
||||
John~Doe,~\IEEEmembership{Fellow,~OSA,}
|
||||
and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
|
||||
\IEEEcompsocitemizethanks{\IEEEcompsocthanksitem M. Shell was with the Department
|
||||
of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
|
||||
GA, 30332.\protect\\
|
||||
% note need leading \protect in front of \\ to get a newline within \thanks as
|
||||
% \\ is fragile and will error, could use \hfil\break instead.
|
||||
E-mail: see http://www.michaelshell.org/contact.html
|
||||
\IEEEcompsocthanksitem J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space
|
||||
\thanks{Manuscript received April 19, 2005; revised August 26, 2015.}}
|
||||
|
||||
% note the % following the last \IEEEmembership and also \thanks -
|
||||
% these prevent an unwanted space from occurring between the last author name
|
||||
% and the end of the author line. i.e., if you had this:
|
||||
%
|
||||
% \author{....lastname \thanks{...} \thanks{...} }
|
||||
% ^------------^------------^----Do not want these spaces!
|
||||
%
|
||||
% a space would be appended to the last name and could cause every name on that
|
||||
% line to be shifted left slightly. This is one of those "LaTeX things". For
|
||||
% instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get
|
||||
% "AB" then you have to do: "\textbf{A}\textbf{B}"
|
||||
% \thanks is no different in this regard, so shield the last } of each \thanks
|
||||
% that ends a line with a % and do not let a space in before the next \thanks.
|
||||
% Spaces after \IEEEmembership other than the last one are OK (and needed) as
|
||||
% you are supposed to have spaces between the names. For what it is worth,
|
||||
% this is a minor point as most people would not even notice if the said evil
|
||||
% space somehow managed to creep in.
|
||||
|
||||
|
||||
|
||||
% The paper headers
|
||||
\markboth{Journal of \LaTeX\ Class Files,~Vol.~14, No.~8, August~2015}%
|
||||
{Shell \MakeLowercase{\textit{et al.}}: Bare Advanced Demo of IEEEtran.cls for IEEE Computer Society Journals}
|
||||
% The only time the second header will appear is for the odd numbered pages
|
||||
% after the title page when using the twoside option.
|
||||
%
|
||||
% *** Note that you probably will NOT want to include the author's ***
|
||||
% *** name in the headers of peer review papers. ***
|
||||
% You can use \ifCLASSOPTIONpeerreview for conditional compilation here if
|
||||
% you desire.
|
||||
|
||||
|
||||
|
||||
% The publisher's ID mark at the bottom of the page is less important with
|
||||
% Computer Society journal papers as those publications place the marks
|
||||
% outside of the main text columns and, therefore, unlike regular IEEE
|
||||
% journals, the available text space is not reduced by their presence.
|
||||
% If you want to put a publisher's ID mark on the page you can do it like
|
||||
% this:
|
||||
%\IEEEpubid{0000--0000/00\$00.00~\copyright~2015 IEEE}
|
||||
% or like this to get the Computer Society new two part style.
|
||||
%\IEEEpubid{\makebox[\columnwidth]{\hfill 0000--0000/00/\$00.00~\copyright~2015 IEEE}%
|
||||
%\hspace{\columnsep}\makebox[\columnwidth]{Published by the IEEE Computer Society\hfill}}
|
||||
% Remember, if you use this you must call \IEEEpubidadjcol in the second
|
||||
% column for its text to clear the IEEEpubid mark (Computer Society journal
|
||||
% papers don't need this extra clearance.)
|
||||
|
||||
|
||||
|
||||
% use for special paper notices
|
||||
%\IEEEspecialpapernotice{(Invited Paper)}
|
||||
|
||||
|
||||
|
||||
% for Computer Society papers, we must declare the abstract and index terms
|
||||
% PRIOR to the title within the \IEEEtitleabstractindextext IEEEtran
|
||||
% command as these need to go into the title area created by \maketitle.
|
||||
% As a general rule, do not put math, special symbols or citations
|
||||
% in the abstract or keywords.
|
||||
\IEEEtitleabstractindextext{%
|
||||
\begin{abstract}
|
||||
The abstract goes here.
|
||||
\end{abstract}
|
||||
|
||||
% Note that keywords are not normally used for peerreview papers.
|
||||
\begin{IEEEkeywords}
|
||||
Computer Society, IEEE, IEEEtran, journal, \LaTeX, paper, template.
|
||||
\end{IEEEkeywords}}
|
||||
|
||||
|
||||
% make the title area
|
||||
\maketitle
|
||||
|
||||
|
||||
% To allow for easy dual compilation without having to reenter the
|
||||
% abstract/keywords data, the \IEEEtitleabstractindextext text will
|
||||
% not be used in maketitle, but will appear (i.e., to be "transported")
|
||||
% here as \IEEEdisplaynontitleabstractindextext when compsoc mode
|
||||
% is not selected <OR> if conference mode is selected - because compsoc
|
||||
% conference papers position the abstract like regular (non-compsoc)
|
||||
% papers do!
|
||||
\IEEEdisplaynontitleabstractindextext
|
||||
% \IEEEdisplaynontitleabstractindextext has no effect when using
|
||||
% compsoc under a non-conference mode.
|
||||
|
||||
|
||||
% For peer review papers, you can put extra information on the cover
|
||||
% page as needed:
|
||||
% \ifCLASSOPTIONpeerreview
|
||||
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
|
||||
% \fi
|
||||
%
|
||||
% For peerreview papers, this IEEEtran command inserts a page break and
|
||||
% creates the second title. It will be ignored for other modes.
|
||||
\IEEEpeerreviewmaketitle
|
||||
|
||||
|
||||
\ifCLASSOPTIONcompsoc
|
||||
\IEEEraisesectionheading{\section{Introduction}\label{sec:introduction}}
|
||||
\else
|
||||
\section{Introduction}
|
||||
\label{sec:introduction}
|
||||
\fi
|
||||
% Computer Society journal (but not conference!) papers do something unusual
|
||||
% with the very first section heading (almost always called "Introduction").
|
||||
% They place it ABOVE the main text! IEEEtran.cls does not automatically do
|
||||
% this for you, but you can achieve this effect with the provided
|
||||
% \IEEEraisesectionheading{} command. Note the need to keep any \label that
|
||||
% is to refer to the section immediately after \section in the above as
|
||||
% \IEEEraisesectionheading puts \section within a raised box.
|
||||
|
||||
|
||||
|
||||
|
||||
% The very first letter is a 2 line initial drop letter followed
|
||||
% by the rest of the first word in caps (small caps for compsoc).
|
||||
%
|
||||
% form to use if the first word consists of a single letter:
|
||||
% \IEEEPARstart{A}{demo} file is ....
|
||||
%
|
||||
% form to use if you need the single drop letter followed by
|
||||
% normal text (unknown if ever used by the IEEE):
|
||||
% \IEEEPARstart{A}{}demo file is ....
|
||||
%
|
||||
% Some journals put the first two words in caps:
|
||||
% \IEEEPARstart{T}{his demo} file is ....
|
||||
%
|
||||
% Here we have the typical use of a "T" for an initial drop letter
|
||||
% and "HIS" in caps to complete the first word.
|
||||
\IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
|
||||
for IEEE Computer Society journal papers produced under \LaTeX\ using
|
||||
IEEEtran.cls version 1.8b and later.
|
||||
% You must have at least 2 lines in the paragraph with the drop letter
|
||||
% (should never be an issue)
|
||||
I wish you the best of success.
|
||||
|
||||
\hfill mds
|
||||
|
||||
\hfill August 26, 2015
|
||||
|
||||
\subsection{Subsection Heading Here}
|
||||
Subsection text here.
|
||||
|
||||
% needed in second column of first page if using \IEEEpubid
|
||||
%\IEEEpubidadjcol
|
||||
|
||||
\subsubsection{Subsubsection Heading Here}
|
||||
Subsubsection text here.
|
||||
|
||||
|
||||
% An example of a floating figure using the graphicx package.
|
||||
% Note that \label must occur AFTER (or within) \caption.
|
||||
% For figures, \caption should occur after the \includegraphics.
|
||||
% Note that IEEEtran v1.7 and later has special internal code that
|
||||
% is designed to preserve the operation of \label within \caption
|
||||
% even when the captionsoff option is in effect. However, because
|
||||
% of issues like this, it may be the safest practice to put all your
|
||||
% \label just after \caption rather than within \caption{}.
|
||||
%
|
||||
% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
|
||||
% option should be used if it is desired that the figures are to be
|
||||
% displayed while in draft mode.
|
||||
%
|
||||
%\begin{figure}[!t]
|
||||
%\centering
|
||||
%\includegraphics[width=2.5in]{myfigure}
|
||||
% where an .eps filename suffix will be assumed under latex,
|
||||
% and a .pdf suffix will be assumed for pdflatex; or what has been declared
|
||||
% via \DeclareGraphicsExtensions.
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure}
|
||||
|
||||
% Note that the IEEE typically puts floats only at the top, even when this
|
||||
% results in a large percentage of a column being occupied by floats.
|
||||
% However, the Computer Society has been known to put floats at the bottom.
|
||||
|
||||
|
||||
% An example of a double column floating figure using two subfigures.
|
||||
% (The subfig.sty package must be loaded for this to work.)
|
||||
% The subfigure \label commands are set within each subfloat command,
|
||||
% and the \label for the overall figure must come after \caption.
|
||||
% \hfil is used as a separator to get equal spacing.
|
||||
% Watch out that the combined width of all the subfigures on a
|
||||
% line do not exceed the text width or a line break will occur.
|
||||
%
|
||||
%\begin{figure*}[!t]
|
||||
%\centering
|
||||
%\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_first_case}}
|
||||
%\hfil
|
||||
%\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_second_case}}
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure*}
|
||||
%
|
||||
% Note that often IEEE papers with subfigures do not employ subfigure
|
||||
% captions (using the optional argument to \subfloat[]), but instead will
|
||||
% reference/describe all of them (a), (b), etc., within the main caption.
|
||||
% Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
|
||||
% labels, the optional argument to \subfloat must be present. If a
|
||||
% subcaption is not desired, just leave its contents blank,
|
||||
% e.g., \subfloat[].
|
||||
|
||||
|
||||
% An example of a floating table. Note that, for IEEE style tables, the
|
||||
% \caption command should come BEFORE the table and, given that table
|
||||
% captions serve much like titles, are usually capitalized except for words
|
||||
% such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
|
||||
% and up, which are usually not capitalized unless they are the first or
|
||||
% last word of the caption. Table text will default to \footnotesize as
|
||||
% the IEEE normally uses this smaller font for tables.
|
||||
% The \label must come after \caption as always.
|
||||
%
|
||||
%\begin{table}[!t]
|
||||
%% increase table row spacing, adjust to taste
|
||||
%\renewcommand{\arraystretch}{1.3}
|
||||
% if using array.sty, it might be a good idea to tweak the value of
|
||||
% \extrarowheight as needed to properly center the text within the cells
|
||||
%\caption{An Example of a Table}
|
||||
%\label{table_example}
|
||||
%\centering
|
||||
%% Some packages, such as MDW tools, offer better commands for making tables
|
||||
%% than the plain LaTeX2e tabular which is used here.
|
||||
%\begin{tabular}{|c||c|}
|
||||
%\hline
|
||||
%One & Two\\
|
||||
%\hline
|
||||
%Three & Four\\
|
||||
%\hline
|
||||
%\end{tabular}
|
||||
%\end{table}
|
||||
|
||||
|
||||
% Note that the IEEE does not put floats in the very first column
|
||||
% - or typically anywhere on the first page for that matter. Also,
|
||||
% in-text middle ("here") positioning is typically not used, but it
|
||||
% is allowed and encouraged for Computer Society conferences (but
|
||||
% not Computer Society journals). Most IEEE journals/conferences use
|
||||
% top floats exclusively.
|
||||
% Note that, LaTeX2e, unlike IEEE journals/conferences, places
|
||||
% footnotes above bottom floats. This can be corrected via the
|
||||
% \fnbelowfloat command of the stfloats package.
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Conclusion}
|
||||
The conclusion goes here.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% if have a single appendix:
|
||||
%\appendix[Proof of the Zonklar Equations]
|
||||
% or
|
||||
%\appendix % for no appendix heading
|
||||
% do not use \section anymore after \appendix, only \section*
|
||||
% is possibly needed
|
||||
|
||||
% use appendices with more than one appendix
|
||||
% then use \section to start each appendix
|
||||
% you must declare a \section before using any
|
||||
% \subsection or using \label (\appendices by itself
|
||||
% starts a section numbered zero.)
|
||||
%
|
||||
|
||||
|
||||
\appendices
|
||||
\section{Proof of the First Zonklar Equation}
|
||||
Appendix one text goes here.
|
||||
|
||||
% you can choose not to have a title for an appendix
|
||||
% if you want by leaving the argument blank
|
||||
\section{}
|
||||
Appendix two text goes here.
|
||||
|
||||
|
||||
% use section* for acknowledgment
|
||||
\ifCLASSOPTIONcompsoc
|
||||
% The Computer Society usually uses the plural form
|
||||
\section*{Acknowledgments}
|
||||
\else
|
||||
% regular IEEE prefers the singular form
|
||||
\section*{Acknowledgment}
|
||||
\fi
|
||||
|
||||
|
||||
The authors would like to thank...
|
||||
|
||||
|
||||
% Can use something like this to put references on a page
|
||||
% by themselves when using endfloat and the captionsoff option.
|
||||
\ifCLASSOPTIONcaptionsoff
|
||||
\newpage
|
||||
\fi
|
||||
|
||||
|
||||
|
||||
% trigger a \newpage just before the given reference
|
||||
% number - used to balance the columns on the last page
|
||||
% adjust value as needed - may need to be readjusted if
|
||||
% the document is modified later
|
||||
%\IEEEtriggeratref{8}
|
||||
% The "triggered" command can be changed if desired:
|
||||
%\IEEEtriggercmd{\enlargethispage{-5in}}
|
||||
|
||||
% references section
|
||||
|
||||
% can use a bibliography generated by BibTeX as a .bbl file
|
||||
% BibTeX documentation can be easily obtained at:
|
||||
% http://mirror.ctan.org/biblio/bibtex/contrib/doc/
|
||||
% The IEEEtran BibTeX style support page is at:
|
||||
% http://www.michaelshell.org/tex/ieeetran/bibtex/
|
||||
%\bibliographystyle{IEEEtran}
|
||||
% argument is your BibTeX string definitions and bibliography database(s)
|
||||
%\bibliography{IEEEabrv,../bib/paper}
|
||||
%
|
||||
% <OR> manually copy in the resultant .bbl file
|
||||
% set second argument of \begin to the number of references
|
||||
% (used to reserve space for the reference number labels box)
|
||||
\begin{thebibliography}{1}
|
||||
|
||||
\bibitem{IEEEhowto:kopka}
|
||||
H.~Kopka and P.~W. Daly, \emph{A Guide to {\LaTeX}}, 3rd~ed.\hskip 1em plus
|
||||
0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
% biography section
|
||||
%
|
||||
% If you have an EPS/PDF photo (graphicx package needed) extra braces are
|
||||
% needed around the contents of the optional argument to biography to prevent
|
||||
% the LaTeX parser from getting confused when it sees the complicated
|
||||
% \includegraphics command within an optional argument. (You could create
|
||||
% your own custom macro containing the \includegraphics command to make things
|
||||
% simpler here.)
|
||||
%\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}
|
||||
% or if you just want to reserve a space for a photo:
|
||||
|
||||
\begin{IEEEbiography}{Michael Shell}
|
||||
Biography text here.
|
||||
\end{IEEEbiography}
|
||||
|
||||
% if you will not have a photo at all:
|
||||
\begin{IEEEbiographynophoto}{John Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% insert where needed to balance the two columns on the last page with
|
||||
% biographies
|
||||
%\newpage
|
||||
|
||||
\begin{IEEEbiographynophoto}{Jane Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% You can push biographies down or up by placing
|
||||
% a \vfill before or after them. The appropriate
|
||||
% use of \vfill depends on what kind of text is
|
||||
% on the last page and whether or not the columns
|
||||
% are being equalized.
|
||||
|
||||
%\vfill
|
||||
|
||||
% Can be used to pull up biographies so that the bottom of the last one
|
||||
% is flush with the other column.
|
||||
%\enlargethispage{-5in}
|
||||
|
||||
|
||||
|
||||
% that's all folks
|
||||
\end{document}
|
||||
|
||||
|
576
IEEEtran/bare_conf.tex
Normal file
576
IEEEtran/bare_conf.tex
Normal file
|
@ -0,0 +1,576 @@
|
|||
|
||||
%% bare_conf.tex
|
||||
%% V1.4b
|
||||
%% 2015/08/26
|
||||
%% by Michael Shell
|
||||
%% See:
|
||||
%% http://www.michaelshell.org/
|
||||
%% for current contact information.
|
||||
%%
|
||||
%% This is a skeleton file demonstrating the use of IEEEtran.cls
|
||||
%% (requires IEEEtran.cls version 1.8b or later) with an IEEE
|
||||
%% conference paper.
|
||||
%%
|
||||
%% Support sites:
|
||||
%% http://www.michaelshell.org/tex/ieeetran/
|
||||
%% http://www.ctan.org/pkg/ieeetran
|
||||
%% and
|
||||
%% http://www.ieee.org/
|
||||
|
||||
%%*************************************************************************
|
||||
%% Legal Notice:
|
||||
%% This code is offered as-is without any warranty either expressed or
|
||||
%% implied; without even the implied warranty of MERCHANTABILITY or
|
||||
%% FITNESS FOR A PARTICULAR PURPOSE!
|
||||
%% User assumes all risk.
|
||||
%% In no event shall the IEEE or any contributor to this code be liable for
|
||||
%% any damages or losses, including, but not limited to, incidental,
|
||||
%% consequential, or any other damages, resulting from the use or misuse
|
||||
%% of any information contained here.
|
||||
%%
|
||||
%% All comments are the opinions of their respective authors and are not
|
||||
%% necessarily endorsed by the IEEE.
|
||||
%%
|
||||
%% This work is distributed under the LaTeX Project Public License (LPPL)
|
||||
%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
|
||||
%% distributed and modified. A copy of the LPPL, version 1.3, is included
|
||||
%% in the base LaTeX documentation of all distributions of LaTeX released
|
||||
%% 2003/12/01 or later.
|
||||
%% Retain all contribution notices and credits.
|
||||
%% ** Modified files should be clearly indicated as such, including **
|
||||
%% ** renaming them and changing author support contact information. **
|
||||
%%*************************************************************************
|
||||
|
||||
|
||||
% *** Authors should verify (and, if needed, correct) their LaTeX system ***
|
||||
% *** with the testflow diagnostic prior to trusting their LaTeX platform ***
|
||||
% *** with production work. The IEEE's font choices and paper sizes can ***
|
||||
% *** trigger bugs that do not appear when using other class files. *** ***
|
||||
% The testflow support page is at:
|
||||
% http://www.michaelshell.org/tex/testflow/
|
||||
|
||||
|
||||
|
||||
\documentclass[conference]{IEEEtran}
|
||||
% Some Computer Society conferences also require the compsoc mode option,
|
||||
% but others use the standard conference format.
|
||||
%
|
||||
% If IEEEtran.cls has not been installed into the LaTeX system files,
|
||||
% manually specify the path to it like:
|
||||
% \documentclass[conference]{../sty/IEEEtran}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% Some very useful LaTeX packages include:
|
||||
% (uncomment the ones you want to load)
|
||||
|
||||
|
||||
% *** MISC UTILITY PACKAGES ***
|
||||
%
|
||||
%\usepackage{ifpdf}
|
||||
% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
|
||||
% compilation based on whether the output is pdf or dvi.
|
||||
% usage:
|
||||
% \ifpdf
|
||||
% % pdf code
|
||||
% \else
|
||||
% % dvi code
|
||||
% \fi
|
||||
% The latest version of ifpdf.sty can be obtained from:
|
||||
% http://www.ctan.org/pkg/ifpdf
|
||||
% Also, note that IEEEtran.cls V1.7 and later provides a builtin
|
||||
% \ifCLASSINFOpdf conditional that works the same way.
|
||||
% When switching from latex to pdflatex and vice-versa, the compiler may
|
||||
% have to be run twice to clear warning/error messages.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** CITATION PACKAGES ***
|
||||
%
|
||||
%\usepackage{cite}
|
||||
% cite.sty was written by Donald Arseneau
|
||||
% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
|
||||
% \cite{} output to follow that of the IEEE. Loading the cite package will
|
||||
% result in citation numbers being automatically sorted and properly
|
||||
% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
|
||||
% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
|
||||
% \cite will automatically add leading space, if needed. Use cite.sty's
|
||||
% noadjust option (cite.sty V3.8 and later) if you want to turn this off
|
||||
% such as if a citation ever needs to be enclosed in parenthesis.
|
||||
% cite.sty is already installed on most LaTeX systems. Be sure and use
|
||||
% version 5.0 (2009-03-20) and later if using hyperref.sty.
|
||||
% The latest version can be obtained at:
|
||||
% http://www.ctan.org/pkg/cite
|
||||
% The documentation is contained in the cite.sty file itself.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** GRAPHICS RELATED PACKAGES ***
|
||||
%
|
||||
\ifCLASSINFOpdf
|
||||
% \usepackage[pdftex]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../pdf/}{../jpeg/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
|
||||
\else
|
||||
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
|
||||
% will default to the driver specified in the system graphics.cfg if no
|
||||
% driver is specified.
|
||||
% \usepackage[dvips]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../eps/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.eps}
|
||||
\fi
|
||||
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
|
||||
% required if you want graphics, photos, etc. graphicx.sty is already
|
||||
% installed on most LaTeX systems. The latest version and documentation
|
||||
% can be obtained at:
|
||||
% http://www.ctan.org/pkg/graphicx
|
||||
% Another good source of documentation is "Using Imported Graphics in
|
||||
% LaTeX2e" by Keith Reckdahl which can be found at:
|
||||
% http://www.ctan.org/pkg/epslatex
|
||||
%
|
||||
% latex, and pdflatex in dvi mode, support graphics in encapsulated
|
||||
% postscript (.eps) format. pdflatex in pdf mode supports graphics
|
||||
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
|
||||
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
|
||||
% not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
|
||||
% which can result in "jaggedy"/blurry rendering of lines and letters as
|
||||
% well as large increases in file sizes.
|
||||
%
|
||||
% You can find documentation about the pdfTeX application at:
|
||||
% http://www.tug.org/applications/pdftex
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** MATH PACKAGES ***
|
||||
%
|
||||
%\usepackage{amsmath}
|
||||
% A popular package from the American Mathematical Society that provides
|
||||
% many useful and powerful commands for dealing with mathematics.
|
||||
%
|
||||
% Note that the amsmath package sets \interdisplaylinepenalty to 10000
|
||||
% thus preventing page breaks from occurring within multiline equations. Use:
|
||||
%\interdisplaylinepenalty=2500
|
||||
% after loading amsmath to restore such page breaks as IEEEtran.cls normally
|
||||
% does. amsmath.sty is already installed on most LaTeX systems. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/amsmath
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SPECIALIZED LIST PACKAGES ***
|
||||
%
|
||||
%\usepackage{algorithmic}
|
||||
% algorithmic.sty was written by Peter Williams and Rogerio Brito.
|
||||
% This package provides an algorithmic environment fo describing algorithms.
|
||||
% You can use the algorithmic environment in-text or within a figure
|
||||
% environment to provide for a floating algorithm. Do NOT use the algorithm
|
||||
% floating environment provided by algorithm.sty (by the same authors) or
|
||||
% algorithm2e.sty (by Christophe Fiorio) as the IEEE does not use dedicated
|
||||
% algorithm float types and packages that provide these will not provide
|
||||
% correct IEEE style captions. The latest version and documentation of
|
||||
% algorithmic.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/algorithms
|
||||
% Also of interest may be the (relatively newer and more customizable)
|
||||
% algorithmicx.sty package by Szasz Janos:
|
||||
% http://www.ctan.org/pkg/algorithmicx
|
||||
|
||||
|
||||
|
||||
|
||||
% *** ALIGNMENT PACKAGES ***
|
||||
%
|
||||
%\usepackage{array}
|
||||
% Frank Mittelbach's and David Carlisle's array.sty patches and improves
|
||||
% the standard LaTeX2e array and tabular environments to provide better
|
||||
% appearance and additional user controls. As the default LaTeX2e table
|
||||
% generation code is lacking to the point of almost being broken with
|
||||
% respect to the quality of the end results, all users are strongly
|
||||
% advised to use an enhanced (at the very least that provided by array.sty)
|
||||
% set of table tools. array.sty is already installed on most systems. The
|
||||
% latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/array
|
||||
|
||||
|
||||
% IEEEtran contains the IEEEeqnarray family of commands that can be used to
|
||||
% generate multiline equations as well as matrices, tables, etc., of high
|
||||
% quality.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SUBFIGURE PACKAGES ***
|
||||
%\ifCLASSOPTIONcompsoc
|
||||
% \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
|
||||
%\else
|
||||
% \usepackage[caption=false,font=footnotesize]{subfig}
|
||||
%\fi
|
||||
% subfig.sty, written by Steven Douglas Cochran, is the modern replacement
|
||||
% for subfigure.sty, the latter of which is no longer maintained and is
|
||||
% incompatible with some LaTeX packages including fixltx2e. However,
|
||||
% subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
|
||||
% which will override IEEEtran.cls' handling of captions and this will result
|
||||
% in non-IEEE style figure/table captions. To prevent this problem, be sure
|
||||
% and invoke subfig.sty's "caption=false" package option (available since
|
||||
% subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
|
||||
% handling of captions.
|
||||
% Note that the Computer Society format requires a larger sans serif font
|
||||
% than the serif footnote size font used in traditional IEEE formatting
|
||||
% and thus the need to invoke different subfig.sty package options depending
|
||||
% on whether compsoc mode has been enabled.
|
||||
%
|
||||
% The latest version and documentation of subfig.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/subfig
|
||||
|
||||
|
||||
|
||||
|
||||
% *** FLOAT PACKAGES ***
|
||||
%
|
||||
%\usepackage{fixltx2e}
|
||||
% fixltx2e, the successor to the earlier fix2col.sty, was written by
|
||||
% Frank Mittelbach and David Carlisle. This package corrects a few problems
|
||||
% in the LaTeX2e kernel, the most notable of which is that in current
|
||||
% LaTeX2e releases, the ordering of single and double column floats is not
|
||||
% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
|
||||
% single column figure to be placed prior to an earlier double column
|
||||
% figure.
|
||||
% Be aware that LaTeX2e kernels dated 2015 and later have fixltx2e.sty's
|
||||
% corrections already built into the system in which case a warning will
|
||||
% be issued if an attempt is made to load fixltx2e.sty as it is no longer
|
||||
% needed.
|
||||
% The latest version and documentation can be found at:
|
||||
% http://www.ctan.org/pkg/fixltx2e
|
||||
|
||||
|
||||
%\usepackage{stfloats}
|
||||
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
|
||||
% the ability to do double column floats at the bottom of the page as well
|
||||
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
|
||||
% LaTeX2e). It also provides a command:
|
||||
%\fnbelowfloat
|
||||
% to enable the placement of footnotes below bottom floats (the standard
|
||||
% LaTeX2e kernel puts them above bottom floats). This is an invasive package
|
||||
% which rewrites many portions of the LaTeX2e float routines. It may not work
|
||||
% with other packages that modify the LaTeX2e float routines. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/stfloats
|
||||
% Do not use the stfloats baselinefloat ability as the IEEE does not allow
|
||||
% \baselineskip to stretch. Authors submitting work to the IEEE should note
|
||||
% that the IEEE rarely uses double column equations and that authors should try
|
||||
% to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
|
||||
% packages (also by Sigitas Tolusis) as the IEEE does not format its papers in
|
||||
% such ways.
|
||||
% Do not attempt to use stfloats with fixltx2e as they are incompatible.
|
||||
% Instead, use Morten Hogholm'a dblfloatfix which combines the features
|
||||
% of both fixltx2e and stfloats:
|
||||
%
|
||||
% \usepackage{dblfloatfix}
|
||||
% The latest version can be found at:
|
||||
% http://www.ctan.org/pkg/dblfloatfix
|
||||
|
||||
|
||||
|
||||
|
||||
% *** PDF, URL AND HYPERLINK PACKAGES ***
|
||||
%
|
||||
%\usepackage{url}
|
||||
% url.sty was written by Donald Arseneau. It provides better support for
|
||||
% handling and breaking URLs. url.sty is already installed on most LaTeX
|
||||
% systems. The latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/url
|
||||
% Basically, \url{my_url_here}.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** Do not adjust lengths that control margins, column widths, etc. ***
|
||||
% *** Do not use packages that alter fonts (such as pslatex). ***
|
||||
% There should be no need to do such things with IEEEtran.cls V1.6 and later.
|
||||
% (Unless specifically asked to do so by the journal or conference you plan
|
||||
% to submit to, of course. )
|
||||
|
||||
|
||||
% correct bad hyphenation here
|
||||
\hyphenation{op-tical net-works semi-conduc-tor}
|
||||
|
||||
|
||||
\begin{document}
|
||||
%
|
||||
% paper title
|
||||
% Titles are generally capitalized except for words such as a, an, and, as,
|
||||
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
|
||||
% not capitalized unless they are the first or last word of the title.
|
||||
% Linebreaks \\ can be used within to get better formatting as desired.
|
||||
% Do not put math or special symbols in the title.
|
||||
\title{Bare Demo of IEEEtran.cls\\ for IEEE Conferences}
|
||||
|
||||
|
||||
% author names and affiliations
|
||||
% use a multiple column layout for up to three different
|
||||
% affiliations
|
||||
\author{\IEEEauthorblockN{Michael Shell}
|
||||
\IEEEauthorblockA{School of Electrical and\\Computer Engineering\\
|
||||
Georgia Institute of Technology\\
|
||||
Atlanta, Georgia 30332--0250\\
|
||||
Email: http://www.michaelshell.org/contact.html}
|
||||
\and
|
||||
\IEEEauthorblockN{Homer Simpson}
|
||||
\IEEEauthorblockA{Twentieth Century Fox\\
|
||||
Springfield, USA\\
|
||||
Email: homer@thesimpsons.com}
|
||||
\and
|
||||
\IEEEauthorblockN{James Kirk\\ and Montgomery Scott}
|
||||
\IEEEauthorblockA{Starfleet Academy\\
|
||||
San Francisco, California 96678--2391\\
|
||||
Telephone: (800) 555--1212\\
|
||||
Fax: (888) 555--1212}}
|
||||
|
||||
% conference papers do not typically use \thanks and this command
|
||||
% is locked out in conference mode. If really needed, such as for
|
||||
% the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
|
||||
% after \documentclass
|
||||
|
||||
% for over three affiliations, or if they all won't fit within the width
|
||||
% of the page, use this alternative format:
|
||||
%
|
||||
%\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
|
||||
%Homer Simpson\IEEEauthorrefmark{2},
|
||||
%James Kirk\IEEEauthorrefmark{3},
|
||||
%Montgomery Scott\IEEEauthorrefmark{3} and
|
||||
%Eldon Tyrell\IEEEauthorrefmark{4}}
|
||||
%\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\
|
||||
%Georgia Institute of Technology,
|
||||
%Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html}
|
||||
%\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA\\
|
||||
%Email: homer@thesimpsons.com}
|
||||
%\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678-2391\\
|
||||
%Telephone: (800) 555--1212, Fax: (888) 555--1212}
|
||||
%\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, California 90210--4321}}
|
||||
|
||||
|
||||
|
||||
|
||||
% use for special paper notices
|
||||
%\IEEEspecialpapernotice{(Invited Paper)}
|
||||
|
||||
|
||||
|
||||
|
||||
% make the title area
|
||||
\maketitle
|
||||
|
||||
% As a general rule, do not put math, special symbols or citations
|
||||
% in the abstract
|
||||
\begin{abstract}
|
||||
The abstract goes here.
|
||||
\end{abstract}
|
||||
|
||||
% no keywords
|
||||
|
||||
|
||||
|
||||
|
||||
% For peer review papers, you can put extra information on the cover
|
||||
% page as needed:
|
||||
% \ifCLASSOPTIONpeerreview
|
||||
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
|
||||
% \fi
|
||||
%
|
||||
% For peerreview papers, this IEEEtran command inserts a page break and
|
||||
% creates the second title. It will be ignored for other modes.
|
||||
\IEEEpeerreviewmaketitle
|
||||
|
||||
|
||||
|
||||
\section{Introduction}
|
||||
% no \IEEEPARstart
|
||||
This demo file is intended to serve as a ``starter file''
|
||||
for IEEE conference papers produced under \LaTeX\ using
|
||||
IEEEtran.cls version 1.8b and later.
|
||||
% You must have at least 2 lines in the paragraph with the drop letter
|
||||
% (should never be an issue)
|
||||
I wish you the best of success.
|
||||
|
||||
\hfill mds
|
||||
|
||||
\hfill August 26, 2015
|
||||
|
||||
\subsection{Subsection Heading Here}
|
||||
Subsection text here.
|
||||
|
||||
|
||||
\subsubsection{Subsubsection Heading Here}
|
||||
Subsubsection text here.
|
||||
|
||||
|
||||
% An example of a floating figure using the graphicx package.
|
||||
% Note that \label must occur AFTER (or within) \caption.
|
||||
% For figures, \caption should occur after the \includegraphics.
|
||||
% Note that IEEEtran v1.7 and later has special internal code that
|
||||
% is designed to preserve the operation of \label within \caption
|
||||
% even when the captionsoff option is in effect. However, because
|
||||
% of issues like this, it may be the safest practice to put all your
|
||||
% \label just after \caption rather than within \caption{}.
|
||||
%
|
||||
% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
|
||||
% option should be used if it is desired that the figures are to be
|
||||
% displayed while in draft mode.
|
||||
%
|
||||
%\begin{figure}[!t]
|
||||
%\centering
|
||||
%\includegraphics[width=2.5in]{myfigure}
|
||||
% where an .eps filename suffix will be assumed under latex,
|
||||
% and a .pdf suffix will be assumed for pdflatex; or what has been declared
|
||||
% via \DeclareGraphicsExtensions.
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure}
|
||||
|
||||
% Note that the IEEE typically puts floats only at the top, even when this
|
||||
% results in a large percentage of a column being occupied by floats.
|
||||
|
||||
|
||||
% An example of a double column floating figure using two subfigures.
|
||||
% (The subfig.sty package must be loaded for this to work.)
|
||||
% The subfigure \label commands are set within each subfloat command,
|
||||
% and the \label for the overall figure must come after \caption.
|
||||
% \hfil is used as a separator to get equal spacing.
|
||||
% Watch out that the combined width of all the subfigures on a
|
||||
% line do not exceed the text width or a line break will occur.
|
||||
%
|
||||
%\begin{figure*}[!t]
|
||||
%\centering
|
||||
%\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_first_case}}
|
||||
%\hfil
|
||||
%\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_second_case}}
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure*}
|
||||
%
|
||||
% Note that often IEEE papers with subfigures do not employ subfigure
|
||||
% captions (using the optional argument to \subfloat[]), but instead will
|
||||
% reference/describe all of them (a), (b), etc., within the main caption.
|
||||
% Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
|
||||
% labels, the optional argument to \subfloat must be present. If a
|
||||
% subcaption is not desired, just leave its contents blank,
|
||||
% e.g., \subfloat[].
|
||||
|
||||
|
||||
% An example of a floating table. Note that, for IEEE style tables, the
|
||||
% \caption command should come BEFORE the table and, given that table
|
||||
% captions serve much like titles, are usually capitalized except for words
|
||||
% such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
|
||||
% and up, which are usually not capitalized unless they are the first or
|
||||
% last word of the caption. Table text will default to \footnotesize as
|
||||
% the IEEE normally uses this smaller font for tables.
|
||||
% The \label must come after \caption as always.
|
||||
%
|
||||
%\begin{table}[!t]
|
||||
%% increase table row spacing, adjust to taste
|
||||
%\renewcommand{\arraystretch}{1.3}
|
||||
% if using array.sty, it might be a good idea to tweak the value of
|
||||
% \extrarowheight as needed to properly center the text within the cells
|
||||
%\caption{An Example of a Table}
|
||||
%\label{table_example}
|
||||
%\centering
|
||||
%% Some packages, such as MDW tools, offer better commands for making tables
|
||||
%% than the plain LaTeX2e tabular which is used here.
|
||||
%\begin{tabular}{|c||c|}
|
||||
%\hline
|
||||
%One & Two\\
|
||||
%\hline
|
||||
%Three & Four\\
|
||||
%\hline
|
||||
%\end{tabular}
|
||||
%\end{table}
|
||||
|
||||
|
||||
% Note that the IEEE does not put floats in the very first column
|
||||
% - or typically anywhere on the first page for that matter. Also,
|
||||
% in-text middle ("here") positioning is typically not used, but it
|
||||
% is allowed and encouraged for Computer Society conferences (but
|
||||
% not Computer Society journals). Most IEEE journals/conferences use
|
||||
% top floats exclusively.
|
||||
% Note that, LaTeX2e, unlike IEEE journals/conferences, places
|
||||
% footnotes above bottom floats. This can be corrected via the
|
||||
% \fnbelowfloat command of the stfloats package.
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Conclusion}
|
||||
The conclusion goes here.
|
||||
|
||||
|
||||
|
||||
|
||||
% conference papers do not normally have an appendix
|
||||
|
||||
|
||||
% use section* for acknowledgment
|
||||
\section*{Acknowledgment}
|
||||
|
||||
|
||||
The authors would like to thank...
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% trigger a \newpage just before the given reference
|
||||
% number - used to balance the columns on the last page
|
||||
% adjust value as needed - may need to be readjusted if
|
||||
% the document is modified later
|
||||
%\IEEEtriggeratref{8}
|
||||
% The "triggered" command can be changed if desired:
|
||||
%\IEEEtriggercmd{\enlargethispage{-5in}}
|
||||
|
||||
% references section
|
||||
|
||||
% can use a bibliography generated by BibTeX as a .bbl file
|
||||
% BibTeX documentation can be easily obtained at:
|
||||
% http://mirror.ctan.org/biblio/bibtex/contrib/doc/
|
||||
% The IEEEtran BibTeX style support page is at:
|
||||
% http://www.michaelshell.org/tex/ieeetran/bibtex/
|
||||
%\bibliographystyle{IEEEtran}
|
||||
% argument is your BibTeX string definitions and bibliography database(s)
|
||||
%\bibliography{IEEEabrv,../bib/paper}
|
||||
%
|
||||
% <OR> manually copy in the resultant .bbl file
|
||||
% set second argument of \begin to the number of references
|
||||
% (used to reserve space for the reference number labels box)
|
||||
\begin{thebibliography}{1}
|
||||
|
||||
\bibitem{IEEEhowto:kopka}
|
||||
H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
|
||||
0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
|
||||
|
||||
|
||||
% that's all folks
|
||||
\end{document}
|
||||
|
||||
|
599
IEEEtran/bare_conf_compsoc.tex
Normal file
599
IEEEtran/bare_conf_compsoc.tex
Normal file
|
@ -0,0 +1,599 @@
|
|||
|
||||
%% bare_conf_compsoc.tex
|
||||
%% V1.4b
|
||||
%% 2015/08/26
|
||||
%% by Michael Shell
|
||||
%% See:
|
||||
%% http://www.michaelshell.org/
|
||||
%% for current contact information.
|
||||
%%
|
||||
%% This is a skeleton file demonstrating the use of IEEEtran.cls
|
||||
%% (requires IEEEtran.cls version 1.8b or later) with an IEEE Computer
|
||||
%% Society conference paper.
|
||||
%%
|
||||
%% Support sites:
|
||||
%% http://www.michaelshell.org/tex/ieeetran/
|
||||
%% http://www.ctan.org/pkg/ieeetran
|
||||
%% and
|
||||
%% http://www.ieee.org/
|
||||
|
||||
%%*************************************************************************
|
||||
%% Legal Notice:
|
||||
%% This code is offered as-is without any warranty either expressed or
|
||||
%% implied; without even the implied warranty of MERCHANTABILITY or
|
||||
%% FITNESS FOR A PARTICULAR PURPOSE!
|
||||
%% User assumes all risk.
|
||||
%% In no event shall the IEEE or any contributor to this code be liable for
|
||||
%% any damages or losses, including, but not limited to, incidental,
|
||||
%% consequential, or any other damages, resulting from the use or misuse
|
||||
%% of any information contained here.
|
||||
%%
|
||||
%% All comments are the opinions of their respective authors and are not
|
||||
%% necessarily endorsed by the IEEE.
|
||||
%%
|
||||
%% This work is distributed under the LaTeX Project Public License (LPPL)
|
||||
%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
|
||||
%% distributed and modified. A copy of the LPPL, version 1.3, is included
|
||||
%% in the base LaTeX documentation of all distributions of LaTeX released
|
||||
%% 2003/12/01 or later.
|
||||
%% Retain all contribution notices and credits.
|
||||
%% ** Modified files should be clearly indicated as such, including **
|
||||
%% ** renaming them and changing author support contact information. **
|
||||
%%*************************************************************************
|
||||
|
||||
|
||||
% *** Authors should verify (and, if needed, correct) their LaTeX system ***
|
||||
% *** with the testflow diagnostic prior to trusting their LaTeX platform ***
|
||||
% *** with production work. The IEEE's font choices and paper sizes can ***
|
||||
% *** trigger bugs that do not appear when using other class files. *** ***
|
||||
% The testflow support page is at:
|
||||
% http://www.michaelshell.org/tex/testflow/
|
||||
|
||||
|
||||
|
||||
\documentclass[conference,compsoc]{IEEEtran}
|
||||
% Some/most Computer Society conferences require the compsoc mode option,
|
||||
% but others may want the standard conference format.
|
||||
%
|
||||
% If IEEEtran.cls has not been installed into the LaTeX system files,
|
||||
% manually specify the path to it like:
|
||||
% \documentclass[conference,compsoc]{../sty/IEEEtran}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% Some very useful LaTeX packages include:
|
||||
% (uncomment the ones you want to load)
|
||||
|
||||
|
||||
% *** MISC UTILITY PACKAGES ***
|
||||
%
|
||||
%\usepackage{ifpdf}
|
||||
% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
|
||||
% compilation based on whether the output is pdf or dvi.
|
||||
% usage:
|
||||
% \ifpdf
|
||||
% % pdf code
|
||||
% \else
|
||||
% % dvi code
|
||||
% \fi
|
||||
% The latest version of ifpdf.sty can be obtained from:
|
||||
% http://www.ctan.org/pkg/ifpdf
|
||||
% Also, note that IEEEtran.cls V1.7 and later provides a builtin
|
||||
% \ifCLASSINFOpdf conditional that works the same way.
|
||||
% When switching from latex to pdflatex and vice-versa, the compiler may
|
||||
% have to be run twice to clear warning/error messages.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** CITATION PACKAGES ***
|
||||
%
|
||||
\ifCLASSOPTIONcompsoc
|
||||
% IEEE Computer Society needs nocompress option
|
||||
% requires cite.sty v4.0 or later (November 2003)
|
||||
\usepackage[nocompress]{cite}
|
||||
\else
|
||||
% normal IEEE
|
||||
\usepackage{cite}
|
||||
\fi
|
||||
% cite.sty was written by Donald Arseneau
|
||||
% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
|
||||
% \cite{} output to follow that of the IEEE. Loading the cite package will
|
||||
% result in citation numbers being automatically sorted and properly
|
||||
% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
|
||||
% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
|
||||
% \cite will automatically add leading space, if needed. Use cite.sty's
|
||||
% noadjust option (cite.sty V3.8 and later) if you want to turn this off
|
||||
% such as if a citation ever needs to be enclosed in parenthesis.
|
||||
% cite.sty is already installed on most LaTeX systems. Be sure and use
|
||||
% version 5.0 (2009-03-20) and later if using hyperref.sty.
|
||||
% The latest version can be obtained at:
|
||||
% http://www.ctan.org/pkg/cite
|
||||
% The documentation is contained in the cite.sty file itself.
|
||||
%
|
||||
% Note that some packages require special options to format as the Computer
|
||||
% Society requires. In particular, Computer Society papers do not use
|
||||
% compressed citation ranges as is done in typical IEEE papers
|
||||
% (e.g., [1]-[4]). Instead, they list every citation separately in order
|
||||
% (e.g., [1], [2], [3], [4]). To get the latter we need to load the cite
|
||||
% package with the nocompress option which is supported by cite.sty v4.0
|
||||
% and later.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** GRAPHICS RELATED PACKAGES ***
|
||||
%
|
||||
\ifCLASSINFOpdf
|
||||
% \usepackage[pdftex]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../pdf/}{../jpeg/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
|
||||
\else
|
||||
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
|
||||
% will default to the driver specified in the system graphics.cfg if no
|
||||
% driver is specified.
|
||||
% \usepackage[dvips]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../eps/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.eps}
|
||||
\fi
|
||||
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
|
||||
% required if you want graphics, photos, etc. graphicx.sty is already
|
||||
% installed on most LaTeX systems. The latest version and documentation
|
||||
% can be obtained at:
|
||||
% http://www.ctan.org/pkg/graphicx
|
||||
% Another good source of documentation is "Using Imported Graphics in
|
||||
% LaTeX2e" by Keith Reckdahl which can be found at:
|
||||
% http://www.ctan.org/pkg/epslatex
|
||||
%
|
||||
% latex, and pdflatex in dvi mode, support graphics in encapsulated
|
||||
% postscript (.eps) format. pdflatex in pdf mode supports graphics
|
||||
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
|
||||
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
|
||||
% not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
|
||||
% which can result in "jaggedy"/blurry rendering of lines and letters as
|
||||
% well as large increases in file sizes.
|
||||
%
|
||||
% You can find documentation about the pdfTeX application at:
|
||||
% http://www.tug.org/applications/pdftex
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** MATH PACKAGES ***
|
||||
%
|
||||
%\usepackage{amsmath}
|
||||
% A popular package from the American Mathematical Society that provides
|
||||
% many useful and powerful commands for dealing with mathematics.
|
||||
%
|
||||
% Note that the amsmath package sets \interdisplaylinepenalty to 10000
|
||||
% thus preventing page breaks from occurring within multiline equations. Use:
|
||||
%\interdisplaylinepenalty=2500
|
||||
% after loading amsmath to restore such page breaks as IEEEtran.cls normally
|
||||
% does. amsmath.sty is already installed on most LaTeX systems. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/amsmath
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SPECIALIZED LIST PACKAGES ***
|
||||
%
|
||||
%\usepackage{algorithmic}
|
||||
% algorithmic.sty was written by Peter Williams and Rogerio Brito.
|
||||
% This package provides an algorithmic environment fo describing algorithms.
|
||||
% You can use the algorithmic environment in-text or within a figure
|
||||
% environment to provide for a floating algorithm. Do NOT use the algorithm
|
||||
% floating environment provided by algorithm.sty (by the same authors) or
|
||||
% algorithm2e.sty (by Christophe Fiorio) as the IEEE does not use dedicated
|
||||
% algorithm float types and packages that provide these will not provide
|
||||
% correct IEEE style captions. The latest version and documentation of
|
||||
% algorithmic.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/algorithms
|
||||
% Also of interest may be the (relatively newer and more customizable)
|
||||
% algorithmicx.sty package by Szasz Janos:
|
||||
% http://www.ctan.org/pkg/algorithmicx
|
||||
|
||||
|
||||
|
||||
|
||||
% *** ALIGNMENT PACKAGES ***
|
||||
%
|
||||
%\usepackage{array}
|
||||
% Frank Mittelbach's and David Carlisle's array.sty patches and improves
|
||||
% the standard LaTeX2e array and tabular environments to provide better
|
||||
% appearance and additional user controls. As the default LaTeX2e table
|
||||
% generation code is lacking to the point of almost being broken with
|
||||
% respect to the quality of the end results, all users are strongly
|
||||
% advised to use an enhanced (at the very least that provided by array.sty)
|
||||
% set of table tools. array.sty is already installed on most systems. The
|
||||
% latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/array
|
||||
|
||||
|
||||
% IEEEtran contains the IEEEeqnarray family of commands that can be used to
|
||||
% generate multiline equations as well as matrices, tables, etc., of high
|
||||
% quality.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SUBFIGURE PACKAGES ***
|
||||
%\ifCLASSOPTIONcompsoc
|
||||
% \usepackage[caption=false,font=footnotesize,labelfont=sf,textfont=sf]{subfig}
|
||||
%\else
|
||||
% \usepackage[caption=false,font=footnotesize]{subfig}
|
||||
%\fi
|
||||
% subfig.sty, written by Steven Douglas Cochran, is the modern replacement
|
||||
% for subfigure.sty, the latter of which is no longer maintained and is
|
||||
% incompatible with some LaTeX packages including fixltx2e. However,
|
||||
% subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
|
||||
% which will override IEEEtran.cls' handling of captions and this will result
|
||||
% in non-IEEE style figure/table captions. To prevent this problem, be sure
|
||||
% and invoke subfig.sty's "caption=false" package option (available since
|
||||
% subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
|
||||
% handling of captions.
|
||||
% Note that the Computer Society format requires a sans serif font rather
|
||||
% than the serif font used in traditional IEEE formatting and thus the need
|
||||
% to invoke different subfig.sty package options depending on whether
|
||||
% compsoc mode has been enabled.
|
||||
%
|
||||
% The latest version and documentation of subfig.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/subfig
|
||||
|
||||
|
||||
|
||||
|
||||
% *** FLOAT PACKAGES ***
|
||||
%
|
||||
%\usepackage{fixltx2e}
|
||||
% fixltx2e, the successor to the earlier fix2col.sty, was written by
|
||||
% Frank Mittelbach and David Carlisle. This package corrects a few problems
|
||||
% in the LaTeX2e kernel, the most notable of which is that in current
|
||||
% LaTeX2e releases, the ordering of single and double column floats is not
|
||||
% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
|
||||
% single column figure to be placed prior to an earlier double column
|
||||
% figure.
|
||||
% Be aware that LaTeX2e kernels dated 2015 and later have fixltx2e.sty's
|
||||
% corrections already built into the system in which case a warning will
|
||||
% be issued if an attempt is made to load fixltx2e.sty as it is no longer
|
||||
% needed.
|
||||
% The latest version and documentation can be found at:
|
||||
% http://www.ctan.org/pkg/fixltx2e
|
||||
|
||||
|
||||
%\usepackage{stfloats}
|
||||
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
|
||||
% the ability to do double column floats at the bottom of the page as well
|
||||
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
|
||||
% LaTeX2e). It also provides a command:
|
||||
%\fnbelowfloat
|
||||
% to enable the placement of footnotes below bottom floats (the standard
|
||||
% LaTeX2e kernel puts them above bottom floats). This is an invasive package
|
||||
% which rewrites many portions of the LaTeX2e float routines. It may not work
|
||||
% with other packages that modify the LaTeX2e float routines. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/stfloats
|
||||
% Do not use the stfloats baselinefloat ability as the IEEE does not allow
|
||||
% \baselineskip to stretch. Authors submitting work to the IEEE should note
|
||||
% that the IEEE rarely uses double column equations and that authors should try
|
||||
% to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
|
||||
% packages (also by Sigitas Tolusis) as the IEEE does not format its papers in
|
||||
% such ways.
|
||||
% Do not attempt to use stfloats with fixltx2e as they are incompatible.
|
||||
% Instead, use Morten Hogholm'a dblfloatfix which combines the features
|
||||
% of both fixltx2e and stfloats:
|
||||
%
|
||||
% \usepackage{dblfloatfix}
|
||||
% The latest version can be found at:
|
||||
% http://www.ctan.org/pkg/dblfloatfix
|
||||
|
||||
|
||||
|
||||
|
||||
% *** PDF, URL AND HYPERLINK PACKAGES ***
|
||||
%
|
||||
%\usepackage{url}
|
||||
% url.sty was written by Donald Arseneau. It provides better support for
|
||||
% handling and breaking URLs. url.sty is already installed on most LaTeX
|
||||
% systems. The latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/url
|
||||
% Basically, \url{my_url_here}.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** Do not adjust lengths that control margins, column widths, etc. ***
|
||||
% *** Do not use packages that alter fonts (such as pslatex). ***
|
||||
% There should be no need to do such things with IEEEtran.cls V1.6 and later.
|
||||
% (Unless specifically asked to do so by the journal or conference you plan
|
||||
% to submit to, of course. )
|
||||
|
||||
|
||||
% correct bad hyphenation here
|
||||
\hyphenation{op-tical net-works semi-conduc-tor}
|
||||
|
||||
|
||||
\begin{document}
|
||||
%
|
||||
% paper title
|
||||
% Titles are generally capitalized except for words such as a, an, and, as,
|
||||
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
|
||||
% not capitalized unless they are the first or last word of the title.
|
||||
% Linebreaks \\ can be used within to get better formatting as desired.
|
||||
% Do not put math or special symbols in the title.
|
||||
\title{Bare Demo of IEEEtran.cls for\\ IEEE Computer Society Conferences}
|
||||
|
||||
|
||||
% author names and affiliations
|
||||
% use a multiple column layout for up to three different
|
||||
% affiliations
|
||||
\author{\IEEEauthorblockN{Michael Shell}
|
||||
\IEEEauthorblockA{School of Electrical and\\Computer Engineering\\
|
||||
Georgia Institute of Technology\\
|
||||
Atlanta, Georgia 30332--0250\\
|
||||
Email: http://www.michaelshell.org/contact.html}
|
||||
\and
|
||||
\IEEEauthorblockN{Homer Simpson}
|
||||
\IEEEauthorblockA{Twentieth Century Fox\\
|
||||
Springfield, USA\\
|
||||
Email: homer@thesimpsons.com}
|
||||
\and
|
||||
\IEEEauthorblockN{James Kirk\\ and Montgomery Scott}
|
||||
\IEEEauthorblockA{Starfleet Academy\\
|
||||
San Francisco, California 96678-2391\\
|
||||
Telephone: (800) 555--1212\\
|
||||
Fax: (888) 555--1212}}
|
||||
|
||||
% conference papers do not typically use \thanks and this command
|
||||
% is locked out in conference mode. If really needed, such as for
|
||||
% the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
|
||||
% after \documentclass
|
||||
|
||||
% for over three affiliations, or if they all won't fit within the width
|
||||
% of the page (and note that there is less available width in this regard for
|
||||
% compsoc conferences compared to traditional conferences), use this
|
||||
% alternative format:
|
||||
%
|
||||
%\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
|
||||
%Homer Simpson\IEEEauthorrefmark{2},
|
||||
%James Kirk\IEEEauthorrefmark{3},
|
||||
%Montgomery Scott\IEEEauthorrefmark{3} and
|
||||
%Eldon Tyrell\IEEEauthorrefmark{4}}
|
||||
%\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\
|
||||
%Georgia Institute of Technology,
|
||||
%Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html}
|
||||
%\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA\\
|
||||
%Email: homer@thesimpsons.com}
|
||||
%\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678-2391\\
|
||||
%Telephone: (800) 555--1212, Fax: (888) 555--1212}
|
||||
%\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, California 90210--4321}}
|
||||
|
||||
|
||||
|
||||
|
||||
% use for special paper notices
|
||||
%\IEEEspecialpapernotice{(Invited Paper)}
|
||||
|
||||
|
||||
|
||||
|
||||
% make the title area
|
||||
\maketitle
|
||||
|
||||
% As a general rule, do not put math, special symbols or citations
|
||||
% in the abstract
|
||||
\begin{abstract}
|
||||
The abstract goes here.
|
||||
\end{abstract}
|
||||
|
||||
% no keywords
|
||||
|
||||
|
||||
|
||||
|
||||
% For peer review papers, you can put extra information on the cover
|
||||
% page as needed:
|
||||
% \ifCLASSOPTIONpeerreview
|
||||
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
|
||||
% \fi
|
||||
%
|
||||
% For peerreview papers, this IEEEtran command inserts a page break and
|
||||
% creates the second title. It will be ignored for other modes.
|
||||
\IEEEpeerreviewmaketitle
|
||||
|
||||
|
||||
|
||||
\section{Introduction}
|
||||
% no \IEEEPARstart
|
||||
This demo file is intended to serve as a ``starter file''
|
||||
for IEEE Computer Society conference papers produced under \LaTeX\ using
|
||||
IEEEtran.cls version 1.8b and later.
|
||||
% You must have at least 2 lines in the paragraph with the drop letter
|
||||
% (should never be an issue)
|
||||
I wish you the best of success.
|
||||
|
||||
\hfill mds
|
||||
|
||||
\hfill August 26, 2015
|
||||
|
||||
\subsection{Subsection Heading Here}
|
||||
Subsection text here.
|
||||
|
||||
|
||||
\subsubsection{Subsubsection Heading Here}
|
||||
Subsubsection text here.
|
||||
|
||||
|
||||
% An example of a floating figure using the graphicx package.
|
||||
% Note that \label must occur AFTER (or within) \caption.
|
||||
% For figures, \caption should occur after the \includegraphics.
|
||||
% Note that IEEEtran v1.7 and later has special internal code that
|
||||
% is designed to preserve the operation of \label within \caption
|
||||
% even when the captionsoff option is in effect. However, because
|
||||
% of issues like this, it may be the safest practice to put all your
|
||||
% \label just after \caption rather than within \caption{}.
|
||||
%
|
||||
% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
|
||||
% option should be used if it is desired that the figures are to be
|
||||
% displayed while in draft mode.
|
||||
%
|
||||
%\begin{figure}[!t]
|
||||
%\centering
|
||||
%\includegraphics[width=2.5in]{myfigure}
|
||||
% where an .eps filename suffix will be assumed under latex,
|
||||
% and a .pdf suffix will be assumed for pdflatex; or what has been declared
|
||||
% via \DeclareGraphicsExtensions.
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure}
|
||||
|
||||
% Note that the IEEE typically puts floats only at the top, even when this
|
||||
% results in a large percentage of a column being occupied by floats.
|
||||
|
||||
|
||||
% An example of a double column floating figure using two subfigures.
|
||||
% (The subfig.sty package must be loaded for this to work.)
|
||||
% The subfigure \label commands are set within each subfloat command,
|
||||
% and the \label for the overall figure must come after \caption.
|
||||
% \hfil is used as a separator to get equal spacing.
|
||||
% Watch out that the combined width of all the subfigures on a
|
||||
% line do not exceed the text width or a line break will occur.
|
||||
%
|
||||
%\begin{figure*}[!t]
|
||||
%\centering
|
||||
%\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_first_case}}
|
||||
%\hfil
|
||||
%\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_second_case}}
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure*}
|
||||
%
|
||||
% Note that often IEEE papers with subfigures do not employ subfigure
|
||||
% captions (using the optional argument to \subfloat[]), but instead will
|
||||
% reference/describe all of them (a), (b), etc., within the main caption.
|
||||
% Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
|
||||
% labels, the optional argument to \subfloat must be present. If a
|
||||
% subcaption is not desired, just leave its contents blank,
|
||||
% e.g., \subfloat[].
|
||||
|
||||
|
||||
% An example of a floating table. Note that, for IEEE style tables, the
|
||||
% \caption command should come BEFORE the table and, given that table
|
||||
% captions serve much like titles, are usually capitalized except for words
|
||||
% such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
|
||||
% and up, which are usually not capitalized unless they are the first or
|
||||
% last word of the caption. Table text will default to \footnotesize as
|
||||
% the IEEE normally uses this smaller font for tables.
|
||||
% The \label must come after \caption as always.
|
||||
%
|
||||
%\begin{table}[!t]
|
||||
%% increase table row spacing, adjust to taste
|
||||
%\renewcommand{\arraystretch}{1.3}
|
||||
% if using array.sty, it might be a good idea to tweak the value of
|
||||
% \extrarowheight as needed to properly center the text within the cells
|
||||
%\caption{An Example of a Table}
|
||||
%\label{table_example}
|
||||
%\centering
|
||||
%% Some packages, such as MDW tools, offer better commands for making tables
|
||||
%% than the plain LaTeX2e tabular which is used here.
|
||||
%\begin{tabular}{|c||c|}
|
||||
%\hline
|
||||
%One & Two\\
|
||||
%\hline
|
||||
%Three & Four\\
|
||||
%\hline
|
||||
%\end{tabular}
|
||||
%\end{table}
|
||||
|
||||
|
||||
% Note that the IEEE does not put floats in the very first column
|
||||
% - or typically anywhere on the first page for that matter. Also,
|
||||
% in-text middle ("here") positioning is typically not used, but it
|
||||
% is allowed and encouraged for Computer Society conferences (but
|
||||
% not Computer Society journals). Most IEEE journals/conferences use
|
||||
% top floats exclusively.
|
||||
% Note that, LaTeX2e, unlike IEEE journals/conferences, places
|
||||
% footnotes above bottom floats. This can be corrected via the
|
||||
% \fnbelowfloat command of the stfloats package.
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Conclusion}
|
||||
The conclusion goes here.
|
||||
|
||||
|
||||
|
||||
|
||||
% conference papers do not normally have an appendix
|
||||
|
||||
|
||||
|
||||
% use section* for acknowledgment
|
||||
\ifCLASSOPTIONcompsoc
|
||||
% The Computer Society usually uses the plural form
|
||||
\section*{Acknowledgments}
|
||||
\else
|
||||
% regular IEEE prefers the singular form
|
||||
\section*{Acknowledgment}
|
||||
\fi
|
||||
|
||||
|
||||
The authors would like to thank...
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% trigger a \newpage just before the given reference
|
||||
% number - used to balance the columns on the last page
|
||||
% adjust value as needed - may need to be readjusted if
|
||||
% the document is modified later
|
||||
%\IEEEtriggeratref{8}
|
||||
% The "triggered" command can be changed if desired:
|
||||
%\IEEEtriggercmd{\enlargethispage{-5in}}
|
||||
|
||||
% references section
|
||||
|
||||
% can use a bibliography generated by BibTeX as a .bbl file
|
||||
% BibTeX documentation can be easily obtained at:
|
||||
% http://mirror.ctan.org/biblio/bibtex/contrib/doc/
|
||||
% The IEEEtran BibTeX style support page is at:
|
||||
% http://www.michaelshell.org/tex/ieeetran/bibtex/
|
||||
%\bibliographystyle{IEEEtran}
|
||||
% argument is your BibTeX string definitions and bibliography database(s)
|
||||
%\bibliography{IEEEabrv,../bib/paper}
|
||||
%
|
||||
% <OR> manually copy in the resultant .bbl file
|
||||
% set second argument of \begin to the number of references
|
||||
% (used to reserve space for the reference number labels box)
|
||||
\begin{thebibliography}{1}
|
||||
|
||||
\bibitem{IEEEhowto:kopka}
|
||||
H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
|
||||
0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
|
||||
|
||||
|
||||
% that's all folks
|
||||
\end{document}
|
||||
|
||||
|
717
IEEEtran/bare_jrnl.tex
Normal file
717
IEEEtran/bare_jrnl.tex
Normal file
|
@ -0,0 +1,717 @@
|
|||
|
||||
%% bare_jrnl.tex
|
||||
%% V1.4b
|
||||
%% 2015/08/26
|
||||
%% by Michael Shell
|
||||
%% see http://www.michaelshell.org/
|
||||
%% for current contact information.
|
||||
%%
|
||||
%% This is a skeleton file demonstrating the use of IEEEtran.cls
|
||||
%% (requires IEEEtran.cls version 1.8b or later) with an IEEE
|
||||
%% journal paper.
|
||||
%%
|
||||
%% Support sites:
|
||||
%% http://www.michaelshell.org/tex/ieeetran/
|
||||
%% http://www.ctan.org/pkg/ieeetran
|
||||
%% and
|
||||
%% http://www.ieee.org/
|
||||
|
||||
%%*************************************************************************
|
||||
%% Legal Notice:
|
||||
%% This code is offered as-is without any warranty either expressed or
|
||||
%% implied; without even the implied warranty of MERCHANTABILITY or
|
||||
%% FITNESS FOR A PARTICULAR PURPOSE!
|
||||
%% User assumes all risk.
|
||||
%% In no event shall the IEEE or any contributor to this code be liable for
|
||||
%% any damages or losses, including, but not limited to, incidental,
|
||||
%% consequential, or any other damages, resulting from the use or misuse
|
||||
%% of any information contained here.
|
||||
%%
|
||||
%% All comments are the opinions of their respective authors and are not
|
||||
%% necessarily endorsed by the IEEE.
|
||||
%%
|
||||
%% This work is distributed under the LaTeX Project Public License (LPPL)
|
||||
%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
|
||||
%% distributed and modified. A copy of the LPPL, version 1.3, is included
|
||||
%% in the base LaTeX documentation of all distributions of LaTeX released
|
||||
%% 2003/12/01 or later.
|
||||
%% Retain all contribution notices and credits.
|
||||
%% ** Modified files should be clearly indicated as such, including **
|
||||
%% ** renaming them and changing author support contact information. **
|
||||
%%*************************************************************************
|
||||
|
||||
|
||||
% *** Authors should verify (and, if needed, correct) their LaTeX system ***
|
||||
% *** with the testflow diagnostic prior to trusting their LaTeX platform ***
|
||||
% *** with production work. The IEEE's font choices and paper sizes can ***
|
||||
% *** trigger bugs that do not appear when using other class files. *** ***
|
||||
% The testflow support page is at:
|
||||
% http://www.michaelshell.org/tex/testflow/
|
||||
|
||||
|
||||
|
||||
\documentclass[journal]{IEEEtran}
|
||||
%
|
||||
% If IEEEtran.cls has not been installed into the LaTeX system files,
|
||||
% manually specify the path to it like:
|
||||
% \documentclass[journal]{../sty/IEEEtran}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% Some very useful LaTeX packages include:
|
||||
% (uncomment the ones you want to load)
|
||||
|
||||
|
||||
% *** MISC UTILITY PACKAGES ***
|
||||
%
|
||||
%\usepackage{ifpdf}
|
||||
% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
|
||||
% compilation based on whether the output is pdf or dvi.
|
||||
% usage:
|
||||
% \ifpdf
|
||||
% % pdf code
|
||||
% \else
|
||||
% % dvi code
|
||||
% \fi
|
||||
% The latest version of ifpdf.sty can be obtained from:
|
||||
% http://www.ctan.org/pkg/ifpdf
|
||||
% Also, note that IEEEtran.cls V1.7 and later provides a builtin
|
||||
% \ifCLASSINFOpdf conditional that works the same way.
|
||||
% When switching from latex to pdflatex and vice-versa, the compiler may
|
||||
% have to be run twice to clear warning/error messages.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** CITATION PACKAGES ***
|
||||
%
|
||||
%\usepackage{cite}
|
||||
% cite.sty was written by Donald Arseneau
|
||||
% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
|
||||
% \cite{} output to follow that of the IEEE. Loading the cite package will
|
||||
% result in citation numbers being automatically sorted and properly
|
||||
% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
|
||||
% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
|
||||
% \cite will automatically add leading space, if needed. Use cite.sty's
|
||||
% noadjust option (cite.sty V3.8 and later) if you want to turn this off
|
||||
% such as if a citation ever needs to be enclosed in parenthesis.
|
||||
% cite.sty is already installed on most LaTeX systems. Be sure and use
|
||||
% version 5.0 (2009-03-20) and later if using hyperref.sty.
|
||||
% The latest version can be obtained at:
|
||||
% http://www.ctan.org/pkg/cite
|
||||
% The documentation is contained in the cite.sty file itself.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** GRAPHICS RELATED PACKAGES ***
|
||||
%
|
||||
\ifCLASSINFOpdf
|
||||
% \usepackage[pdftex]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../pdf/}{../jpeg/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
|
||||
\else
|
||||
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
|
||||
% will default to the driver specified in the system graphics.cfg if no
|
||||
% driver is specified.
|
||||
% \usepackage[dvips]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../eps/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.eps}
|
||||
\fi
|
||||
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
|
||||
% required if you want graphics, photos, etc. graphicx.sty is already
|
||||
% installed on most LaTeX systems. The latest version and documentation
|
||||
% can be obtained at:
|
||||
% http://www.ctan.org/pkg/graphicx
|
||||
% Another good source of documentation is "Using Imported Graphics in
|
||||
% LaTeX2e" by Keith Reckdahl which can be found at:
|
||||
% http://www.ctan.org/pkg/epslatex
|
||||
%
|
||||
% latex, and pdflatex in dvi mode, support graphics in encapsulated
|
||||
% postscript (.eps) format. pdflatex in pdf mode supports graphics
|
||||
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
|
||||
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
|
||||
% not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
|
||||
% which can result in "jaggedy"/blurry rendering of lines and letters as
|
||||
% well as large increases in file sizes.
|
||||
%
|
||||
% You can find documentation about the pdfTeX application at:
|
||||
% http://www.tug.org/applications/pdftex
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** MATH PACKAGES ***
|
||||
%
|
||||
%\usepackage{amsmath}
|
||||
% A popular package from the American Mathematical Society that provides
|
||||
% many useful and powerful commands for dealing with mathematics.
|
||||
%
|
||||
% Note that the amsmath package sets \interdisplaylinepenalty to 10000
|
||||
% thus preventing page breaks from occurring within multiline equations. Use:
|
||||
%\interdisplaylinepenalty=2500
|
||||
% after loading amsmath to restore such page breaks as IEEEtran.cls normally
|
||||
% does. amsmath.sty is already installed on most LaTeX systems. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/amsmath
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SPECIALIZED LIST PACKAGES ***
|
||||
%
|
||||
%\usepackage{algorithmic}
|
||||
% algorithmic.sty was written by Peter Williams and Rogerio Brito.
|
||||
% This package provides an algorithmic environment fo describing algorithms.
|
||||
% You can use the algorithmic environment in-text or within a figure
|
||||
% environment to provide for a floating algorithm. Do NOT use the algorithm
|
||||
% floating environment provided by algorithm.sty (by the same authors) or
|
||||
% algorithm2e.sty (by Christophe Fiorio) as the IEEE does not use dedicated
|
||||
% algorithm float types and packages that provide these will not provide
|
||||
% correct IEEE style captions. The latest version and documentation of
|
||||
% algorithmic.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/algorithms
|
||||
% Also of interest may be the (relatively newer and more customizable)
|
||||
% algorithmicx.sty package by Szasz Janos:
|
||||
% http://www.ctan.org/pkg/algorithmicx
|
||||
|
||||
|
||||
|
||||
|
||||
% *** ALIGNMENT PACKAGES ***
|
||||
%
|
||||
%\usepackage{array}
|
||||
% Frank Mittelbach's and David Carlisle's array.sty patches and improves
|
||||
% the standard LaTeX2e array and tabular environments to provide better
|
||||
% appearance and additional user controls. As the default LaTeX2e table
|
||||
% generation code is lacking to the point of almost being broken with
|
||||
% respect to the quality of the end results, all users are strongly
|
||||
% advised to use an enhanced (at the very least that provided by array.sty)
|
||||
% set of table tools. array.sty is already installed on most systems. The
|
||||
% latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/array
|
||||
|
||||
|
||||
% IEEEtran contains the IEEEeqnarray family of commands that can be used to
|
||||
% generate multiline equations as well as matrices, tables, etc., of high
|
||||
% quality.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SUBFIGURE PACKAGES ***
|
||||
%\ifCLASSOPTIONcompsoc
|
||||
% \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
|
||||
%\else
|
||||
% \usepackage[caption=false,font=footnotesize]{subfig}
|
||||
%\fi
|
||||
% subfig.sty, written by Steven Douglas Cochran, is the modern replacement
|
||||
% for subfigure.sty, the latter of which is no longer maintained and is
|
||||
% incompatible with some LaTeX packages including fixltx2e. However,
|
||||
% subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
|
||||
% which will override IEEEtran.cls' handling of captions and this will result
|
||||
% in non-IEEE style figure/table captions. To prevent this problem, be sure
|
||||
% and invoke subfig.sty's "caption=false" package option (available since
|
||||
% subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
|
||||
% handling of captions.
|
||||
% Note that the Computer Society format requires a larger sans serif font
|
||||
% than the serif footnote size font used in traditional IEEE formatting
|
||||
% and thus the need to invoke different subfig.sty package options depending
|
||||
% on whether compsoc mode has been enabled.
|
||||
%
|
||||
% The latest version and documentation of subfig.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/subfig
|
||||
|
||||
|
||||
|
||||
|
||||
% *** FLOAT PACKAGES ***
|
||||
%
|
||||
%\usepackage{fixltx2e}
|
||||
% fixltx2e, the successor to the earlier fix2col.sty, was written by
|
||||
% Frank Mittelbach and David Carlisle. This package corrects a few problems
|
||||
% in the LaTeX2e kernel, the most notable of which is that in current
|
||||
% LaTeX2e releases, the ordering of single and double column floats is not
|
||||
% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
|
||||
% single column figure to be placed prior to an earlier double column
|
||||
% figure.
|
||||
% Be aware that LaTeX2e kernels dated 2015 and later have fixltx2e.sty's
|
||||
% corrections already built into the system in which case a warning will
|
||||
% be issued if an attempt is made to load fixltx2e.sty as it is no longer
|
||||
% needed.
|
||||
% The latest version and documentation can be found at:
|
||||
% http://www.ctan.org/pkg/fixltx2e
|
||||
|
||||
|
||||
%\usepackage{stfloats}
|
||||
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
|
||||
% the ability to do double column floats at the bottom of the page as well
|
||||
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
|
||||
% LaTeX2e). It also provides a command:
|
||||
%\fnbelowfloat
|
||||
% to enable the placement of footnotes below bottom floats (the standard
|
||||
% LaTeX2e kernel puts them above bottom floats). This is an invasive package
|
||||
% which rewrites many portions of the LaTeX2e float routines. It may not work
|
||||
% with other packages that modify the LaTeX2e float routines. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/stfloats
|
||||
% Do not use the stfloats baselinefloat ability as the IEEE does not allow
|
||||
% \baselineskip to stretch. Authors submitting work to the IEEE should note
|
||||
% that the IEEE rarely uses double column equations and that authors should try
|
||||
% to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
|
||||
% packages (also by Sigitas Tolusis) as the IEEE does not format its papers in
|
||||
% such ways.
|
||||
% Do not attempt to use stfloats with fixltx2e as they are incompatible.
|
||||
% Instead, use Morten Hogholm'a dblfloatfix which combines the features
|
||||
% of both fixltx2e and stfloats:
|
||||
%
|
||||
% \usepackage{dblfloatfix}
|
||||
% The latest version can be found at:
|
||||
% http://www.ctan.org/pkg/dblfloatfix
|
||||
|
||||
|
||||
|
||||
|
||||
%\ifCLASSOPTIONcaptionsoff
|
||||
% \usepackage[nomarkers]{endfloat}
|
||||
% \let\MYoriglatexcaption\caption
|
||||
% \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
|
||||
%\fi
|
||||
% endfloat.sty was written by James Darrell McCauley, Jeff Goldberg and
|
||||
% Axel Sommerfeldt. This package may be useful when used in conjunction with
|
||||
% IEEEtran.cls' captionsoff option. Some IEEE journals/societies require that
|
||||
% submissions have lists of figures/tables at the end of the paper and that
|
||||
% figures/tables without any captions are placed on a page by themselves at
|
||||
% the end of the document. If needed, the draftcls IEEEtran class option or
|
||||
% \CLASSINPUTbaselinestretch interface can be used to increase the line
|
||||
% spacing as well. Be sure and use the nomarkers option of endfloat to
|
||||
% prevent endfloat from "marking" where the figures would have been placed
|
||||
% in the text. The two hack lines of code above are a slight modification of
|
||||
% that suggested by in the endfloat docs (section 8.4.1) to ensure that
|
||||
% the full captions always appear in the list of figures/tables - even if
|
||||
% the user used the short optional argument of \caption[]{}.
|
||||
% IEEE papers do not typically make use of \caption[]'s optional argument,
|
||||
% so this should not be an issue. A similar trick can be used to disable
|
||||
% captions of packages such as subfig.sty that lack options to turn off
|
||||
% the subcaptions:
|
||||
% For subfig.sty:
|
||||
% \let\MYorigsubfloat\subfloat
|
||||
% \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
|
||||
% However, the above trick will not work if both optional arguments of
|
||||
% the \subfloat command are used. Furthermore, there needs to be a
|
||||
% description of each subfigure *somewhere* and endfloat does not add
|
||||
% subfigure captions to its list of figures. Thus, the best approach is to
|
||||
% avoid the use of subfigure captions (many IEEE journals avoid them anyway)
|
||||
% and instead reference/explain all the subfigures within the main caption.
|
||||
% The latest version of endfloat.sty and its documentation can obtained at:
|
||||
% http://www.ctan.org/pkg/endfloat
|
||||
%
|
||||
% The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
|
||||
% later in the document, say, to conditionally put the References on a
|
||||
% page by themselves.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** PDF, URL AND HYPERLINK PACKAGES ***
|
||||
%
|
||||
%\usepackage{url}
|
||||
% url.sty was written by Donald Arseneau. It provides better support for
|
||||
% handling and breaking URLs. url.sty is already installed on most LaTeX
|
||||
% systems. The latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/url
|
||||
% Basically, \url{my_url_here}.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** Do not adjust lengths that control margins, column widths, etc. ***
|
||||
% *** Do not use packages that alter fonts (such as pslatex). ***
|
||||
% There should be no need to do such things with IEEEtran.cls V1.6 and later.
|
||||
% (Unless specifically asked to do so by the journal or conference you plan
|
||||
% to submit to, of course. )
|
||||
|
||||
|
||||
% correct bad hyphenation here
|
||||
\hyphenation{op-tical net-works semi-conduc-tor}
|
||||
|
||||
|
||||
\begin{document}
|
||||
%
|
||||
% paper title
|
||||
% Titles are generally capitalized except for words such as a, an, and, as,
|
||||
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
|
||||
% not capitalized unless they are the first or last word of the title.
|
||||
% Linebreaks \\ can be used within to get better formatting as desired.
|
||||
% Do not put math or special symbols in the title.
|
||||
\title{Bare Demo of IEEEtran.cls\\ for IEEE Journals}
|
||||
%
|
||||
%
|
||||
% author names and IEEE memberships
|
||||
% note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break
|
||||
% a structure at a ~ so this keeps an author's name from being broken across
|
||||
% two lines.
|
||||
% use \thanks{} to gain access to the first footnote area
|
||||
% a separate \thanks must be used for each paragraph as LaTeX2e's \thanks
|
||||
% was not built to handle multiple paragraphs
|
||||
%
|
||||
|
||||
\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
|
||||
John~Doe,~\IEEEmembership{Fellow,~OSA,}
|
||||
and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
|
||||
\thanks{M. Shell was with the Department
|
||||
of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
|
||||
GA, 30332 USA e-mail: (see http://www.michaelshell.org/contact.html).}% <-this % stops a space
|
||||
\thanks{J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space
|
||||
\thanks{Manuscript received April 19, 2005; revised August 26, 2015.}}
|
||||
|
||||
% note the % following the last \IEEEmembership and also \thanks -
|
||||
% these prevent an unwanted space from occurring between the last author name
|
||||
% and the end of the author line. i.e., if you had this:
|
||||
%
|
||||
% \author{....lastname \thanks{...} \thanks{...} }
|
||||
% ^------------^------------^----Do not want these spaces!
|
||||
%
|
||||
% a space would be appended to the last name and could cause every name on that
|
||||
% line to be shifted left slightly. This is one of those "LaTeX things". For
|
||||
% instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get
|
||||
% "AB" then you have to do: "\textbf{A}\textbf{B}"
|
||||
% \thanks is no different in this regard, so shield the last } of each \thanks
|
||||
% that ends a line with a % and do not let a space in before the next \thanks.
|
||||
% Spaces after \IEEEmembership other than the last one are OK (and needed) as
|
||||
% you are supposed to have spaces between the names. For what it is worth,
|
||||
% this is a minor point as most people would not even notice if the said evil
|
||||
% space somehow managed to creep in.
|
||||
|
||||
|
||||
|
||||
% The paper headers
|
||||
\markboth{Journal of \LaTeX\ Class Files,~Vol.~14, No.~8, August~2015}%
|
||||
{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for IEEE Journals}
|
||||
% The only time the second header will appear is for the odd numbered pages
|
||||
% after the title page when using the twoside option.
|
||||
%
|
||||
% *** Note that you probably will NOT want to include the author's ***
|
||||
% *** name in the headers of peer review papers. ***
|
||||
% You can use \ifCLASSOPTIONpeerreview for conditional compilation here if
|
||||
% you desire.
|
||||
|
||||
|
||||
|
||||
|
||||
% If you want to put a publisher's ID mark on the page you can do it like
|
||||
% this:
|
||||
%\IEEEpubid{0000--0000/00\$00.00~\copyright~2015 IEEE}
|
||||
% Remember, if you use this you must call \IEEEpubidadjcol in the second
|
||||
% column for its text to clear the IEEEpubid mark.
|
||||
|
||||
|
||||
|
||||
% use for special paper notices
|
||||
%\IEEEspecialpapernotice{(Invited Paper)}
|
||||
|
||||
|
||||
|
||||
|
||||
% make the title area
|
||||
\maketitle
|
||||
|
||||
% As a general rule, do not put math, special symbols or citations
|
||||
% in the abstract or keywords.
|
||||
\begin{abstract}
|
||||
The abstract goes here.
|
||||
\end{abstract}
|
||||
|
||||
% Note that keywords are not normally used for peerreview papers.
|
||||
\begin{IEEEkeywords}
|
||||
IEEE, IEEEtran, journal, \LaTeX, paper, template.
|
||||
\end{IEEEkeywords}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% For peer review papers, you can put extra information on the cover
|
||||
% page as needed:
|
||||
% \ifCLASSOPTIONpeerreview
|
||||
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
|
||||
% \fi
|
||||
%
|
||||
% For peerreview papers, this IEEEtran command inserts a page break and
|
||||
% creates the second title. It will be ignored for other modes.
|
||||
\IEEEpeerreviewmaketitle
|
||||
|
||||
|
||||
|
||||
\section{Introduction}
|
||||
% The very first letter is a 2 line initial drop letter followed
|
||||
% by the rest of the first word in caps.
|
||||
%
|
||||
% form to use if the first word consists of a single letter:
|
||||
% \IEEEPARstart{A}{demo} file is ....
|
||||
%
|
||||
% form to use if you need the single drop letter followed by
|
||||
% normal text (unknown if ever used by the IEEE):
|
||||
% \IEEEPARstart{A}{}demo file is ....
|
||||
%
|
||||
% Some journals put the first two words in caps:
|
||||
% \IEEEPARstart{T}{his demo} file is ....
|
||||
%
|
||||
% Here we have the typical use of a "T" for an initial drop letter
|
||||
% and "HIS" in caps to complete the first word.
|
||||
\IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
|
||||
for IEEE journal papers produced under \LaTeX\ using
|
||||
IEEEtran.cls version 1.8b and later.
|
||||
% You must have at least 2 lines in the paragraph with the drop letter
|
||||
% (should never be an issue)
|
||||
I wish you the best of success.
|
||||
|
||||
\hfill mds
|
||||
|
||||
\hfill August 26, 2015
|
||||
|
||||
\subsection{Subsection Heading Here}
|
||||
Subsection text here.
|
||||
|
||||
% needed in second column of first page if using \IEEEpubid
|
||||
%\IEEEpubidadjcol
|
||||
|
||||
\subsubsection{Subsubsection Heading Here}
|
||||
Subsubsection text here.
|
||||
|
||||
|
||||
% An example of a floating figure using the graphicx package.
|
||||
% Note that \label must occur AFTER (or within) \caption.
|
||||
% For figures, \caption should occur after the \includegraphics.
|
||||
% Note that IEEEtran v1.7 and later has special internal code that
|
||||
% is designed to preserve the operation of \label within \caption
|
||||
% even when the captionsoff option is in effect. However, because
|
||||
% of issues like this, it may be the safest practice to put all your
|
||||
% \label just after \caption rather than within \caption{}.
|
||||
%
|
||||
% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
|
||||
% option should be used if it is desired that the figures are to be
|
||||
% displayed while in draft mode.
|
||||
%
|
||||
%\begin{figure}[!t]
|
||||
%\centering
|
||||
%\includegraphics[width=2.5in]{myfigure}
|
||||
% where an .eps filename suffix will be assumed under latex,
|
||||
% and a .pdf suffix will be assumed for pdflatex; or what has been declared
|
||||
% via \DeclareGraphicsExtensions.
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure}
|
||||
|
||||
% Note that the IEEE typically puts floats only at the top, even when this
|
||||
% results in a large percentage of a column being occupied by floats.
|
||||
|
||||
|
||||
% An example of a double column floating figure using two subfigures.
|
||||
% (The subfig.sty package must be loaded for this to work.)
|
||||
% The subfigure \label commands are set within each subfloat command,
|
||||
% and the \label for the overall figure must come after \caption.
|
||||
% \hfil is used as a separator to get equal spacing.
|
||||
% Watch out that the combined width of all the subfigures on a
|
||||
% line do not exceed the text width or a line break will occur.
|
||||
%
|
||||
%\begin{figure*}[!t]
|
||||
%\centering
|
||||
%\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_first_case}}
|
||||
%\hfil
|
||||
%\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_second_case}}
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure*}
|
||||
%
|
||||
% Note that often IEEE papers with subfigures do not employ subfigure
|
||||
% captions (using the optional argument to \subfloat[]), but instead will
|
||||
% reference/describe all of them (a), (b), etc., within the main caption.
|
||||
% Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
|
||||
% labels, the optional argument to \subfloat must be present. If a
|
||||
% subcaption is not desired, just leave its contents blank,
|
||||
% e.g., \subfloat[].
|
||||
|
||||
|
||||
% An example of a floating table. Note that, for IEEE style tables, the
|
||||
% \caption command should come BEFORE the table and, given that table
|
||||
% captions serve much like titles, are usually capitalized except for words
|
||||
% such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
|
||||
% and up, which are usually not capitalized unless they are the first or
|
||||
% last word of the caption. Table text will default to \footnotesize as
|
||||
% the IEEE normally uses this smaller font for tables.
|
||||
% The \label must come after \caption as always.
|
||||
%
|
||||
%\begin{table}[!t]
|
||||
%% increase table row spacing, adjust to taste
|
||||
%\renewcommand{\arraystretch}{1.3}
|
||||
% if using array.sty, it might be a good idea to tweak the value of
|
||||
% \extrarowheight as needed to properly center the text within the cells
|
||||
%\caption{An Example of a Table}
|
||||
%\label{table_example}
|
||||
%\centering
|
||||
%% Some packages, such as MDW tools, offer better commands for making tables
|
||||
%% than the plain LaTeX2e tabular which is used here.
|
||||
%\begin{tabular}{|c||c|}
|
||||
%\hline
|
||||
%One & Two\\
|
||||
%\hline
|
||||
%Three & Four\\
|
||||
%\hline
|
||||
%\end{tabular}
|
||||
%\end{table}
|
||||
|
||||
|
||||
% Note that the IEEE does not put floats in the very first column
|
||||
% - or typically anywhere on the first page for that matter. Also,
|
||||
% in-text middle ("here") positioning is typically not used, but it
|
||||
% is allowed and encouraged for Computer Society conferences (but
|
||||
% not Computer Society journals). Most IEEE journals/conferences use
|
||||
% top floats exclusively.
|
||||
% Note that, LaTeX2e, unlike IEEE journals/conferences, places
|
||||
% footnotes above bottom floats. This can be corrected via the
|
||||
% \fnbelowfloat command of the stfloats package.
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Conclusion}
|
||||
The conclusion goes here.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% if have a single appendix:
|
||||
%\appendix[Proof of the Zonklar Equations]
|
||||
% or
|
||||
%\appendix % for no appendix heading
|
||||
% do not use \section anymore after \appendix, only \section*
|
||||
% is possibly needed
|
||||
|
||||
% use appendices with more than one appendix
|
||||
% then use \section to start each appendix
|
||||
% you must declare a \section before using any
|
||||
% \subsection or using \label (\appendices by itself
|
||||
% starts a section numbered zero.)
|
||||
%
|
||||
|
||||
|
||||
\appendices
|
||||
\section{Proof of the First Zonklar Equation}
|
||||
Appendix one text goes here.
|
||||
|
||||
% you can choose not to have a title for an appendix
|
||||
% if you want by leaving the argument blank
|
||||
\section{}
|
||||
Appendix two text goes here.
|
||||
|
||||
|
||||
% use section* for acknowledgment
|
||||
\section*{Acknowledgment}
|
||||
|
||||
|
||||
The authors would like to thank...
|
||||
|
||||
|
||||
% Can use something like this to put references on a page
|
||||
% by themselves when using endfloat and the captionsoff option.
|
||||
\ifCLASSOPTIONcaptionsoff
|
||||
\newpage
|
||||
\fi
|
||||
|
||||
|
||||
|
||||
% trigger a \newpage just before the given reference
|
||||
% number - used to balance the columns on the last page
|
||||
% adjust value as needed - may need to be readjusted if
|
||||
% the document is modified later
|
||||
%\IEEEtriggeratref{8}
|
||||
% The "triggered" command can be changed if desired:
|
||||
%\IEEEtriggercmd{\enlargethispage{-5in}}
|
||||
|
||||
% references section
|
||||
|
||||
% can use a bibliography generated by BibTeX as a .bbl file
|
||||
% BibTeX documentation can be easily obtained at:
|
||||
% http://mirror.ctan.org/biblio/bibtex/contrib/doc/
|
||||
% The IEEEtran BibTeX style support page is at:
|
||||
% http://www.michaelshell.org/tex/ieeetran/bibtex/
|
||||
%\bibliographystyle{IEEEtran}
|
||||
% argument is your BibTeX string definitions and bibliography database(s)
|
||||
%\bibliography{IEEEabrv,../bib/paper}
|
||||
%
|
||||
% <OR> manually copy in the resultant .bbl file
|
||||
% set second argument of \begin to the number of references
|
||||
% (used to reserve space for the reference number labels box)
|
||||
\begin{thebibliography}{1}
|
||||
|
||||
\bibitem{IEEEhowto:kopka}
|
||||
H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
|
||||
0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
% biography section
|
||||
%
|
||||
% If you have an EPS/PDF photo (graphicx package needed) extra braces are
|
||||
% needed around the contents of the optional argument to biography to prevent
|
||||
% the LaTeX parser from getting confused when it sees the complicated
|
||||
% \includegraphics command within an optional argument. (You could create
|
||||
% your own custom macro containing the \includegraphics command to make things
|
||||
% simpler here.)
|
||||
%\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}
|
||||
% or if you just want to reserve a space for a photo:
|
||||
|
||||
\begin{IEEEbiography}{Michael Shell}
|
||||
Biography text here.
|
||||
\end{IEEEbiography}
|
||||
|
||||
% if you will not have a photo at all:
|
||||
\begin{IEEEbiographynophoto}{John Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% insert where needed to balance the two columns on the last page with
|
||||
% biographies
|
||||
%\newpage
|
||||
|
||||
\begin{IEEEbiographynophoto}{Jane Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% You can push biographies down or up by placing
|
||||
% a \vfill before or after them. The appropriate
|
||||
% use of \vfill depends on what kind of text is
|
||||
% on the last page and whether or not the columns
|
||||
% are being equalized.
|
||||
|
||||
%\vfill
|
||||
|
||||
% Can be used to pull up biographies so that the bottom of the last one
|
||||
% is flush with the other column.
|
||||
%\enlargethispage{-5in}
|
||||
|
||||
|
||||
|
||||
% that's all folks
|
||||
\end{document}
|
||||
|
||||
|
787
IEEEtran/bare_jrnl_compsoc.tex
Normal file
787
IEEEtran/bare_jrnl_compsoc.tex
Normal file
|
@ -0,0 +1,787 @@
|
|||
|
||||
%% bare_jrnl_compsoc.tex
|
||||
%% V1.4b
|
||||
%% 2015/08/26
|
||||
%% by Michael Shell
|
||||
%% See:
|
||||
%% http://www.michaelshell.org/
|
||||
%% for current contact information.
|
||||
%%
|
||||
%% This is a skeleton file demonstrating the use of IEEEtran.cls
|
||||
%% (requires IEEEtran.cls version 1.8b or later) with an IEEE
|
||||
%% Computer Society journal paper.
|
||||
%%
|
||||
%% Support sites:
|
||||
%% http://www.michaelshell.org/tex/ieeetran/
|
||||
%% http://www.ctan.org/pkg/ieeetran
|
||||
%% and
|
||||
%% http://www.ieee.org/
|
||||
|
||||
%%*************************************************************************
|
||||
%% Legal Notice:
|
||||
%% This code is offered as-is without any warranty either expressed or
|
||||
%% implied; without even the implied warranty of MERCHANTABILITY or
|
||||
%% FITNESS FOR A PARTICULAR PURPOSE!
|
||||
%% User assumes all risk.
|
||||
%% In no event shall the IEEE or any contributor to this code be liable for
|
||||
%% any damages or losses, including, but not limited to, incidental,
|
||||
%% consequential, or any other damages, resulting from the use or misuse
|
||||
%% of any information contained here.
|
||||
%%
|
||||
%% All comments are the opinions of their respective authors and are not
|
||||
%% necessarily endorsed by the IEEE.
|
||||
%%
|
||||
%% This work is distributed under the LaTeX Project Public License (LPPL)
|
||||
%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
|
||||
%% distributed and modified. A copy of the LPPL, version 1.3, is included
|
||||
%% in the base LaTeX documentation of all distributions of LaTeX released
|
||||
%% 2003/12/01 or later.
|
||||
%% Retain all contribution notices and credits.
|
||||
%% ** Modified files should be clearly indicated as such, including **
|
||||
%% ** renaming them and changing author support contact information. **
|
||||
%%*************************************************************************
|
||||
|
||||
|
||||
% *** Authors should verify (and, if needed, correct) their LaTeX system ***
|
||||
% *** with the testflow diagnostic prior to trusting their LaTeX platform ***
|
||||
% *** with production work. The IEEE's font choices and paper sizes can ***
|
||||
% *** trigger bugs that do not appear when using other class files. *** ***
|
||||
% The testflow support page is at:
|
||||
% http://www.michaelshell.org/tex/testflow/
|
||||
|
||||
|
||||
\documentclass[10pt,journal,compsoc]{IEEEtran}
|
||||
%
|
||||
% If IEEEtran.cls has not been installed into the LaTeX system files,
|
||||
% manually specify the path to it like:
|
||||
% \documentclass[10pt,journal,compsoc]{../sty/IEEEtran}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% Some very useful LaTeX packages include:
|
||||
% (uncomment the ones you want to load)
|
||||
|
||||
|
||||
% *** MISC UTILITY PACKAGES ***
|
||||
%
|
||||
%\usepackage{ifpdf}
|
||||
% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
|
||||
% compilation based on whether the output is pdf or dvi.
|
||||
% usage:
|
||||
% \ifpdf
|
||||
% % pdf code
|
||||
% \else
|
||||
% % dvi code
|
||||
% \fi
|
||||
% The latest version of ifpdf.sty can be obtained from:
|
||||
% http://www.ctan.org/pkg/ifpdf
|
||||
% Also, note that IEEEtran.cls V1.7 and later provides a builtin
|
||||
% \ifCLASSINFOpdf conditional that works the same way.
|
||||
% When switching from latex to pdflatex and vice-versa, the compiler may
|
||||
% have to be run twice to clear warning/error messages.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** CITATION PACKAGES ***
|
||||
%
|
||||
\ifCLASSOPTIONcompsoc
|
||||
% IEEE Computer Society needs nocompress option
|
||||
% requires cite.sty v4.0 or later (November 2003)
|
||||
\usepackage[nocompress]{cite}
|
||||
\else
|
||||
% normal IEEE
|
||||
\usepackage{cite}
|
||||
\fi
|
||||
% cite.sty was written by Donald Arseneau
|
||||
% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
|
||||
% \cite{} output to follow that of the IEEE. Loading the cite package will
|
||||
% result in citation numbers being automatically sorted and properly
|
||||
% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
|
||||
% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
|
||||
% \cite will automatically add leading space, if needed. Use cite.sty's
|
||||
% noadjust option (cite.sty V3.8 and later) if you want to turn this off
|
||||
% such as if a citation ever needs to be enclosed in parenthesis.
|
||||
% cite.sty is already installed on most LaTeX systems. Be sure and use
|
||||
% version 5.0 (2009-03-20) and later if using hyperref.sty.
|
||||
% The latest version can be obtained at:
|
||||
% http://www.ctan.org/pkg/cite
|
||||
% The documentation is contained in the cite.sty file itself.
|
||||
%
|
||||
% Note that some packages require special options to format as the Computer
|
||||
% Society requires. In particular, Computer Society papers do not use
|
||||
% compressed citation ranges as is done in typical IEEE papers
|
||||
% (e.g., [1]-[4]). Instead, they list every citation separately in order
|
||||
% (e.g., [1], [2], [3], [4]). To get the latter we need to load the cite
|
||||
% package with the nocompress option which is supported by cite.sty v4.0
|
||||
% and later. Note also the use of a CLASSOPTION conditional provided by
|
||||
% IEEEtran.cls V1.7 and later.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** GRAPHICS RELATED PACKAGES ***
|
||||
%
|
||||
\ifCLASSINFOpdf
|
||||
% \usepackage[pdftex]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../pdf/}{../jpeg/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
|
||||
\else
|
||||
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
|
||||
% will default to the driver specified in the system graphics.cfg if no
|
||||
% driver is specified.
|
||||
% \usepackage[dvips]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../eps/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.eps}
|
||||
\fi
|
||||
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
|
||||
% required if you want graphics, photos, etc. graphicx.sty is already
|
||||
% installed on most LaTeX systems. The latest version and documentation
|
||||
% can be obtained at:
|
||||
% http://www.ctan.org/pkg/graphicx
|
||||
% Another good source of documentation is "Using Imported Graphics in
|
||||
% LaTeX2e" by Keith Reckdahl which can be found at:
|
||||
% http://www.ctan.org/pkg/epslatex
|
||||
%
|
||||
% latex, and pdflatex in dvi mode, support graphics in encapsulated
|
||||
% postscript (.eps) format. pdflatex in pdf mode supports graphics
|
||||
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
|
||||
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
|
||||
% not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
|
||||
% which can result in "jaggedy"/blurry rendering of lines and letters as
|
||||
% well as large increases in file sizes.
|
||||
%
|
||||
% You can find documentation about the pdfTeX application at:
|
||||
% http://www.tug.org/applications/pdftex
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** MATH PACKAGES ***
|
||||
%
|
||||
%\usepackage{amsmath}
|
||||
% A popular package from the American Mathematical Society that provides
|
||||
% many useful and powerful commands for dealing with mathematics.
|
||||
%
|
||||
% Note that the amsmath package sets \interdisplaylinepenalty to 10000
|
||||
% thus preventing page breaks from occurring within multiline equations. Use:
|
||||
%\interdisplaylinepenalty=2500
|
||||
% after loading amsmath to restore such page breaks as IEEEtran.cls normally
|
||||
% does. amsmath.sty is already installed on most LaTeX systems. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/amsmath
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SPECIALIZED LIST PACKAGES ***
|
||||
%
|
||||
%\usepackage{algorithmic}
|
||||
% algorithmic.sty was written by Peter Williams and Rogerio Brito.
|
||||
% This package provides an algorithmic environment fo describing algorithms.
|
||||
% You can use the algorithmic environment in-text or within a figure
|
||||
% environment to provide for a floating algorithm. Do NOT use the algorithm
|
||||
% floating environment provided by algorithm.sty (by the same authors) or
|
||||
% algorithm2e.sty (by Christophe Fiorio) as the IEEE does not use dedicated
|
||||
% algorithm float types and packages that provide these will not provide
|
||||
% correct IEEE style captions. The latest version and documentation of
|
||||
% algorithmic.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/algorithms
|
||||
% Also of interest may be the (relatively newer and more customizable)
|
||||
% algorithmicx.sty package by Szasz Janos:
|
||||
% http://www.ctan.org/pkg/algorithmicx
|
||||
|
||||
|
||||
|
||||
|
||||
% *** ALIGNMENT PACKAGES ***
|
||||
%
|
||||
%\usepackage{array}
|
||||
% Frank Mittelbach's and David Carlisle's array.sty patches and improves
|
||||
% the standard LaTeX2e array and tabular environments to provide better
|
||||
% appearance and additional user controls. As the default LaTeX2e table
|
||||
% generation code is lacking to the point of almost being broken with
|
||||
% respect to the quality of the end results, all users are strongly
|
||||
% advised to use an enhanced (at the very least that provided by array.sty)
|
||||
% set of table tools. array.sty is already installed on most systems. The
|
||||
% latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/array
|
||||
|
||||
|
||||
% IEEEtran contains the IEEEeqnarray family of commands that can be used to
|
||||
% generate multiline equations as well as matrices, tables, etc., of high
|
||||
% quality.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SUBFIGURE PACKAGES ***
|
||||
%\ifCLASSOPTIONcompsoc
|
||||
% \usepackage[caption=false,font=footnotesize,labelfont=sf,textfont=sf]{subfig}
|
||||
%\else
|
||||
% \usepackage[caption=false,font=footnotesize]{subfig}
|
||||
%\fi
|
||||
% subfig.sty, written by Steven Douglas Cochran, is the modern replacement
|
||||
% for subfigure.sty, the latter of which is no longer maintained and is
|
||||
% incompatible with some LaTeX packages including fixltx2e. However,
|
||||
% subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
|
||||
% which will override IEEEtran.cls' handling of captions and this will result
|
||||
% in non-IEEE style figure/table captions. To prevent this problem, be sure
|
||||
% and invoke subfig.sty's "caption=false" package option (available since
|
||||
% subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
|
||||
% handling of captions.
|
||||
% Note that the Computer Society format requires a sans serif font rather
|
||||
% than the serif font used in traditional IEEE formatting and thus the need
|
||||
% to invoke different subfig.sty package options depending on whether
|
||||
% compsoc mode has been enabled.
|
||||
%
|
||||
% The latest version and documentation of subfig.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/subfig
|
||||
|
||||
|
||||
|
||||
|
||||
% *** FLOAT PACKAGES ***
|
||||
%
|
||||
%\usepackage{fixltx2e}
|
||||
% fixltx2e, the successor to the earlier fix2col.sty, was written by
|
||||
% Frank Mittelbach and David Carlisle. This package corrects a few problems
|
||||
% in the LaTeX2e kernel, the most notable of which is that in current
|
||||
% LaTeX2e releases, the ordering of single and double column floats is not
|
||||
% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
|
||||
% single column figure to be placed prior to an earlier double column
|
||||
% figure.
|
||||
% Be aware that LaTeX2e kernels dated 2015 and later have fixltx2e.sty's
|
||||
% corrections already built into the system in which case a warning will
|
||||
% be issued if an attempt is made to load fixltx2e.sty as it is no longer
|
||||
% needed.
|
||||
% The latest version and documentation can be found at:
|
||||
% http://www.ctan.org/pkg/fixltx2e
|
||||
|
||||
|
||||
%\usepackage{stfloats}
|
||||
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
|
||||
% the ability to do double column floats at the bottom of the page as well
|
||||
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
|
||||
% LaTeX2e). It also provides a command:
|
||||
%\fnbelowfloat
|
||||
% to enable the placement of footnotes below bottom floats (the standard
|
||||
% LaTeX2e kernel puts them above bottom floats). This is an invasive package
|
||||
% which rewrites many portions of the LaTeX2e float routines. It may not work
|
||||
% with other packages that modify the LaTeX2e float routines. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/stfloats
|
||||
% Do not use the stfloats baselinefloat ability as the IEEE does not allow
|
||||
% \baselineskip to stretch. Authors submitting work to the IEEE should note
|
||||
% that the IEEE rarely uses double column equations and that authors should try
|
||||
% to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
|
||||
% packages (also by Sigitas Tolusis) as the IEEE does not format its papers in
|
||||
% such ways.
|
||||
% Do not attempt to use stfloats with fixltx2e as they are incompatible.
|
||||
% Instead, use Morten Hogholm'a dblfloatfix which combines the features
|
||||
% of both fixltx2e and stfloats:
|
||||
%
|
||||
% \usepackage{dblfloatfix}
|
||||
% The latest version can be found at:
|
||||
% http://www.ctan.org/pkg/dblfloatfix
|
||||
|
||||
|
||||
|
||||
|
||||
%\ifCLASSOPTIONcaptionsoff
|
||||
% \usepackage[nomarkers]{endfloat}
|
||||
% \let\MYoriglatexcaption\caption
|
||||
% \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
|
||||
%\fi
|
||||
% endfloat.sty was written by James Darrell McCauley, Jeff Goldberg and
|
||||
% Axel Sommerfeldt. This package may be useful when used in conjunction with
|
||||
% IEEEtran.cls' captionsoff option. Some IEEE journals/societies require that
|
||||
% submissions have lists of figures/tables at the end of the paper and that
|
||||
% figures/tables without any captions are placed on a page by themselves at
|
||||
% the end of the document. If needed, the draftcls IEEEtran class option or
|
||||
% \CLASSINPUTbaselinestretch interface can be used to increase the line
|
||||
% spacing as well. Be sure and use the nomarkers option of endfloat to
|
||||
% prevent endfloat from "marking" where the figures would have been placed
|
||||
% in the text. The two hack lines of code above are a slight modification of
|
||||
% that suggested by in the endfloat docs (section 8.4.1) to ensure that
|
||||
% the full captions always appear in the list of figures/tables - even if
|
||||
% the user used the short optional argument of \caption[]{}.
|
||||
% IEEE papers do not typically make use of \caption[]'s optional argument,
|
||||
% so this should not be an issue. A similar trick can be used to disable
|
||||
% captions of packages such as subfig.sty that lack options to turn off
|
||||
% the subcaptions:
|
||||
% For subfig.sty:
|
||||
% \let\MYorigsubfloat\subfloat
|
||||
% \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
|
||||
% However, the above trick will not work if both optional arguments of
|
||||
% the \subfloat command are used. Furthermore, there needs to be a
|
||||
% description of each subfigure *somewhere* and endfloat does not add
|
||||
% subfigure captions to its list of figures. Thus, the best approach is to
|
||||
% avoid the use of subfigure captions (many IEEE journals avoid them anyway)
|
||||
% and instead reference/explain all the subfigures within the main caption.
|
||||
% The latest version of endfloat.sty and its documentation can obtained at:
|
||||
% http://www.ctan.org/pkg/endfloat
|
||||
%
|
||||
% The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
|
||||
% later in the document, say, to conditionally put the References on a
|
||||
% page by themselves.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** PDF, URL AND HYPERLINK PACKAGES ***
|
||||
%
|
||||
%\usepackage{url}
|
||||
% url.sty was written by Donald Arseneau. It provides better support for
|
||||
% handling and breaking URLs. url.sty is already installed on most LaTeX
|
||||
% systems. The latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/url
|
||||
% Basically, \url{my_url_here}.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** Do not adjust lengths that control margins, column widths, etc. ***
|
||||
% *** Do not use packages that alter fonts (such as pslatex). ***
|
||||
% There should be no need to do such things with IEEEtran.cls V1.6 and later.
|
||||
% (Unless specifically asked to do so by the journal or conference you plan
|
||||
% to submit to, of course. )
|
||||
|
||||
|
||||
% correct bad hyphenation here
|
||||
\hyphenation{op-tical net-works semi-conduc-tor}
|
||||
|
||||
|
||||
\begin{document}
|
||||
%
|
||||
% paper title
|
||||
% Titles are generally capitalized except for words such as a, an, and, as,
|
||||
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
|
||||
% not capitalized unless they are the first or last word of the title.
|
||||
% Linebreaks \\ can be used within to get better formatting as desired.
|
||||
% Do not put math or special symbols in the title.
|
||||
\title{Bare Demo of IEEEtran.cls for\\ IEEE Computer Society Journals}
|
||||
%
|
||||
%
|
||||
% author names and IEEE memberships
|
||||
% note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break
|
||||
% a structure at a ~ so this keeps an author's name from being broken across
|
||||
% two lines.
|
||||
% use \thanks{} to gain access to the first footnote area
|
||||
% a separate \thanks must be used for each paragraph as LaTeX2e's \thanks
|
||||
% was not built to handle multiple paragraphs
|
||||
%
|
||||
%
|
||||
%\IEEEcompsocitemizethanks is a special \thanks that produces the bulleted
|
||||
% lists the Computer Society journals use for "first footnote" author
|
||||
% affiliations. Use \IEEEcompsocthanksitem which works much like \item
|
||||
% for each affiliation group. When not in compsoc mode,
|
||||
% \IEEEcompsocitemizethanks becomes like \thanks and
|
||||
% \IEEEcompsocthanksitem becomes a line break with idention. This
|
||||
% facilitates dual compilation, although admittedly the differences in the
|
||||
% desired content of \author between the different types of papers makes a
|
||||
% one-size-fits-all approach a daunting prospect. For instance, compsoc
|
||||
% journal papers have the author affiliations above the "Manuscript
|
||||
% received ..." text while in non-compsoc journals this is reversed. Sigh.
|
||||
|
||||
\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
|
||||
John~Doe,~\IEEEmembership{Fellow,~OSA,}
|
||||
and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
|
||||
\IEEEcompsocitemizethanks{\IEEEcompsocthanksitem M. Shell was with the Department
|
||||
of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
|
||||
GA, 30332.\protect\\
|
||||
% note need leading \protect in front of \\ to get a newline within \thanks as
|
||||
% \\ is fragile and will error, could use \hfil\break instead.
|
||||
E-mail: see http://www.michaelshell.org/contact.html
|
||||
\IEEEcompsocthanksitem J. Doe and J. Doe are with Anonymous University.}% <-this % stops an unwanted space
|
||||
\thanks{Manuscript received April 19, 2005; revised August 26, 2015.}}
|
||||
|
||||
% note the % following the last \IEEEmembership and also \thanks -
|
||||
% these prevent an unwanted space from occurring between the last author name
|
||||
% and the end of the author line. i.e., if you had this:
|
||||
%
|
||||
% \author{....lastname \thanks{...} \thanks{...} }
|
||||
% ^------------^------------^----Do not want these spaces!
|
||||
%
|
||||
% a space would be appended to the last name and could cause every name on that
|
||||
% line to be shifted left slightly. This is one of those "LaTeX things". For
|
||||
% instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get
|
||||
% "AB" then you have to do: "\textbf{A}\textbf{B}"
|
||||
% \thanks is no different in this regard, so shield the last } of each \thanks
|
||||
% that ends a line with a % and do not let a space in before the next \thanks.
|
||||
% Spaces after \IEEEmembership other than the last one are OK (and needed) as
|
||||
% you are supposed to have spaces between the names. For what it is worth,
|
||||
% this is a minor point as most people would not even notice if the said evil
|
||||
% space somehow managed to creep in.
|
||||
|
||||
|
||||
|
||||
% The paper headers
|
||||
\markboth{Journal of \LaTeX\ Class Files,~Vol.~14, No.~8, August~2015}%
|
||||
{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for Computer Society Journals}
|
||||
% The only time the second header will appear is for the odd numbered pages
|
||||
% after the title page when using the twoside option.
|
||||
%
|
||||
% *** Note that you probably will NOT want to include the author's ***
|
||||
% *** name in the headers of peer review papers. ***
|
||||
% You can use \ifCLASSOPTIONpeerreview for conditional compilation here if
|
||||
% you desire.
|
||||
|
||||
|
||||
|
||||
% The publisher's ID mark at the bottom of the page is less important with
|
||||
% Computer Society journal papers as those publications place the marks
|
||||
% outside of the main text columns and, therefore, unlike regular IEEE
|
||||
% journals, the available text space is not reduced by their presence.
|
||||
% If you want to put a publisher's ID mark on the page you can do it like
|
||||
% this:
|
||||
%\IEEEpubid{0000--0000/00\$00.00~\copyright~2015 IEEE}
|
||||
% or like this to get the Computer Society new two part style.
|
||||
%\IEEEpubid{\makebox[\columnwidth]{\hfill 0000--0000/00/\$00.00~\copyright~2015 IEEE}%
|
||||
%\hspace{\columnsep}\makebox[\columnwidth]{Published by the IEEE Computer Society\hfill}}
|
||||
% Remember, if you use this you must call \IEEEpubidadjcol in the second
|
||||
% column for its text to clear the IEEEpubid mark (Computer Society jorunal
|
||||
% papers don't need this extra clearance.)
|
||||
|
||||
|
||||
|
||||
% use for special paper notices
|
||||
%\IEEEspecialpapernotice{(Invited Paper)}
|
||||
|
||||
|
||||
|
||||
% for Computer Society papers, we must declare the abstract and index terms
|
||||
% PRIOR to the title within the \IEEEtitleabstractindextext IEEEtran
|
||||
% command as these need to go into the title area created by \maketitle.
|
||||
% As a general rule, do not put math, special symbols or citations
|
||||
% in the abstract or keywords.
|
||||
\IEEEtitleabstractindextext{%
|
||||
\begin{abstract}
|
||||
The abstract goes here.
|
||||
\end{abstract}
|
||||
|
||||
% Note that keywords are not normally used for peerreview papers.
|
||||
\begin{IEEEkeywords}
|
||||
Computer Society, IEEE, IEEEtran, journal, \LaTeX, paper, template.
|
||||
\end{IEEEkeywords}}
|
||||
|
||||
|
||||
% make the title area
|
||||
\maketitle
|
||||
|
||||
|
||||
% To allow for easy dual compilation without having to reenter the
|
||||
% abstract/keywords data, the \IEEEtitleabstractindextext text will
|
||||
% not be used in maketitle, but will appear (i.e., to be "transported")
|
||||
% here as \IEEEdisplaynontitleabstractindextext when the compsoc
|
||||
% or transmag modes are not selected <OR> if conference mode is selected
|
||||
% - because all conference papers position the abstract like regular
|
||||
% papers do.
|
||||
\IEEEdisplaynontitleabstractindextext
|
||||
% \IEEEdisplaynontitleabstractindextext has no effect when using
|
||||
% compsoc or transmag under a non-conference mode.
|
||||
|
||||
|
||||
|
||||
% For peer review papers, you can put extra information on the cover
|
||||
% page as needed:
|
||||
% \ifCLASSOPTIONpeerreview
|
||||
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
|
||||
% \fi
|
||||
%
|
||||
% For peerreview papers, this IEEEtran command inserts a page break and
|
||||
% creates the second title. It will be ignored for other modes.
|
||||
\IEEEpeerreviewmaketitle
|
||||
|
||||
|
||||
|
||||
\IEEEraisesectionheading{\section{Introduction}\label{sec:introduction}}
|
||||
% Computer Society journal (but not conference!) papers do something unusual
|
||||
% with the very first section heading (almost always called "Introduction").
|
||||
% They place it ABOVE the main text! IEEEtran.cls does not automatically do
|
||||
% this for you, but you can achieve this effect with the provided
|
||||
% \IEEEraisesectionheading{} command. Note the need to keep any \label that
|
||||
% is to refer to the section immediately after \section in the above as
|
||||
% \IEEEraisesectionheading puts \section within a raised box.
|
||||
|
||||
|
||||
|
||||
|
||||
% The very first letter is a 2 line initial drop letter followed
|
||||
% by the rest of the first word in caps (small caps for compsoc).
|
||||
%
|
||||
% form to use if the first word consists of a single letter:
|
||||
% \IEEEPARstart{A}{demo} file is ....
|
||||
%
|
||||
% form to use if you need the single drop letter followed by
|
||||
% normal text (unknown if ever used by the IEEE):
|
||||
% \IEEEPARstart{A}{}demo file is ....
|
||||
%
|
||||
% Some journals put the first two words in caps:
|
||||
% \IEEEPARstart{T}{his demo} file is ....
|
||||
%
|
||||
% Here we have the typical use of a "T" for an initial drop letter
|
||||
% and "HIS" in caps to complete the first word.
|
||||
\IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
|
||||
for IEEE Computer Society journal papers produced under \LaTeX\ using
|
||||
IEEEtran.cls version 1.8b and later.
|
||||
% You must have at least 2 lines in the paragraph with the drop letter
|
||||
% (should never be an issue)
|
||||
I wish you the best of success.
|
||||
|
||||
\hfill mds
|
||||
|
||||
\hfill August 26, 2015
|
||||
|
||||
\subsection{Subsection Heading Here}
|
||||
Subsection text here.
|
||||
|
||||
% needed in second column of first page if using \IEEEpubid
|
||||
%\IEEEpubidadjcol
|
||||
|
||||
\subsubsection{Subsubsection Heading Here}
|
||||
Subsubsection text here.
|
||||
|
||||
|
||||
% An example of a floating figure using the graphicx package.
|
||||
% Note that \label must occur AFTER (or within) \caption.
|
||||
% For figures, \caption should occur after the \includegraphics.
|
||||
% Note that IEEEtran v1.7 and later has special internal code that
|
||||
% is designed to preserve the operation of \label within \caption
|
||||
% even when the captionsoff option is in effect. However, because
|
||||
% of issues like this, it may be the safest practice to put all your
|
||||
% \label just after \caption rather than within \caption{}.
|
||||
%
|
||||
% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
|
||||
% option should be used if it is desired that the figures are to be
|
||||
% displayed while in draft mode.
|
||||
%
|
||||
%\begin{figure}[!t]
|
||||
%\centering
|
||||
%\includegraphics[width=2.5in]{myfigure}
|
||||
% where an .eps filename suffix will be assumed under latex,
|
||||
% and a .pdf suffix will be assumed for pdflatex; or what has been declared
|
||||
% via \DeclareGraphicsExtensions.
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure}
|
||||
|
||||
% Note that the IEEE typically puts floats only at the top, even when this
|
||||
% results in a large percentage of a column being occupied by floats.
|
||||
% However, the Computer Society has been known to put floats at the bottom.
|
||||
|
||||
|
||||
% An example of a double column floating figure using two subfigures.
|
||||
% (The subfig.sty package must be loaded for this to work.)
|
||||
% The subfigure \label commands are set within each subfloat command,
|
||||
% and the \label for the overall figure must come after \caption.
|
||||
% \hfil is used as a separator to get equal spacing.
|
||||
% Watch out that the combined width of all the subfigures on a
|
||||
% line do not exceed the text width or a line break will occur.
|
||||
%
|
||||
%\begin{figure*}[!t]
|
||||
%\centering
|
||||
%\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_first_case}}
|
||||
%\hfil
|
||||
%\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_second_case}}
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure*}
|
||||
%
|
||||
% Note that often IEEE papers with subfigures do not employ subfigure
|
||||
% captions (using the optional argument to \subfloat[]), but instead will
|
||||
% reference/describe all of them (a), (b), etc., within the main caption.
|
||||
% Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
|
||||
% labels, the optional argument to \subfloat must be present. If a
|
||||
% subcaption is not desired, just leave its contents blank,
|
||||
% e.g., \subfloat[].
|
||||
|
||||
|
||||
% An example of a floating table. Note that, for IEEE style tables, the
|
||||
% \caption command should come BEFORE the table and, given that table
|
||||
% captions serve much like titles, are usually capitalized except for words
|
||||
% such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
|
||||
% and up, which are usually not capitalized unless they are the first or
|
||||
% last word of the caption. Table text will default to \footnotesize as
|
||||
% the IEEE normally uses this smaller font for tables.
|
||||
% The \label must come after \caption as always.
|
||||
%
|
||||
%\begin{table}[!t]
|
||||
%% increase table row spacing, adjust to taste
|
||||
%\renewcommand{\arraystretch}{1.3}
|
||||
% if using array.sty, it might be a good idea to tweak the value of
|
||||
% \extrarowheight as needed to properly center the text within the cells
|
||||
%\caption{An Example of a Table}
|
||||
%\label{table_example}
|
||||
%\centering
|
||||
%% Some packages, such as MDW tools, offer better commands for making tables
|
||||
%% than the plain LaTeX2e tabular which is used here.
|
||||
%\begin{tabular}{|c||c|}
|
||||
%\hline
|
||||
%One & Two\\
|
||||
%\hline
|
||||
%Three & Four\\
|
||||
%\hline
|
||||
%\end{tabular}
|
||||
%\end{table}
|
||||
|
||||
|
||||
% Note that the IEEE does not put floats in the very first column
|
||||
% - or typically anywhere on the first page for that matter. Also,
|
||||
% in-text middle ("here") positioning is typically not used, but it
|
||||
% is allowed and encouraged for Computer Society conferences (but
|
||||
% not Computer Society journals). Most IEEE journals/conferences use
|
||||
% top floats exclusively.
|
||||
% Note that, LaTeX2e, unlike IEEE journals/conferences, places
|
||||
% footnotes above bottom floats. This can be corrected via the
|
||||
% \fnbelowfloat command of the stfloats package.
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Conclusion}
|
||||
The conclusion goes here.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% if have a single appendix:
|
||||
%\appendix[Proof of the Zonklar Equations]
|
||||
% or
|
||||
%\appendix % for no appendix heading
|
||||
% do not use \section anymore after \appendix, only \section*
|
||||
% is possibly needed
|
||||
|
||||
% use appendices with more than one appendix
|
||||
% then use \section to start each appendix
|
||||
% you must declare a \section before using any
|
||||
% \subsection or using \label (\appendices by itself
|
||||
% starts a section numbered zero.)
|
||||
%
|
||||
|
||||
|
||||
\appendices
|
||||
\section{Proof of the First Zonklar Equation}
|
||||
Appendix one text goes here.
|
||||
|
||||
% you can choose not to have a title for an appendix
|
||||
% if you want by leaving the argument blank
|
||||
\section{}
|
||||
Appendix two text goes here.
|
||||
|
||||
|
||||
% use section* for acknowledgment
|
||||
\ifCLASSOPTIONcompsoc
|
||||
% The Computer Society usually uses the plural form
|
||||
\section*{Acknowledgments}
|
||||
\else
|
||||
% regular IEEE prefers the singular form
|
||||
\section*{Acknowledgment}
|
||||
\fi
|
||||
|
||||
|
||||
The authors would like to thank...
|
||||
|
||||
|
||||
% Can use something like this to put references on a page
|
||||
% by themselves when using endfloat and the captionsoff option.
|
||||
\ifCLASSOPTIONcaptionsoff
|
||||
\newpage
|
||||
\fi
|
||||
|
||||
|
||||
|
||||
% trigger a \newpage just before the given reference
|
||||
% number - used to balance the columns on the last page
|
||||
% adjust value as needed - may need to be readjusted if
|
||||
% the document is modified later
|
||||
%\IEEEtriggeratref{8}
|
||||
% The "triggered" command can be changed if desired:
|
||||
%\IEEEtriggercmd{\enlargethispage{-5in}}
|
||||
|
||||
% references section
|
||||
|
||||
% can use a bibliography generated by BibTeX as a .bbl file
|
||||
% BibTeX documentation can be easily obtained at:
|
||||
% http://mirror.ctan.org/biblio/bibtex/contrib/doc/
|
||||
% The IEEEtran BibTeX style support page is at:
|
||||
% http://www.michaelshell.org/tex/ieeetran/bibtex/
|
||||
%\bibliographystyle{IEEEtran}
|
||||
% argument is your BibTeX string definitions and bibliography database(s)
|
||||
%\bibliography{IEEEabrv,../bib/paper}
|
||||
%
|
||||
% <OR> manually copy in the resultant .bbl file
|
||||
% set second argument of \begin to the number of references
|
||||
% (used to reserve space for the reference number labels box)
|
||||
\begin{thebibliography}{1}
|
||||
|
||||
\bibitem{IEEEhowto:kopka}
|
||||
H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
|
||||
0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
% biography section
|
||||
%
|
||||
% If you have an EPS/PDF photo (graphicx package needed) extra braces are
|
||||
% needed around the contents of the optional argument to biography to prevent
|
||||
% the LaTeX parser from getting confused when it sees the complicated
|
||||
% \includegraphics command within an optional argument. (You could create
|
||||
% your own custom macro containing the \includegraphics command to make things
|
||||
% simpler here.)
|
||||
%\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}
|
||||
% or if you just want to reserve a space for a photo:
|
||||
|
||||
\begin{IEEEbiography}{Michael Shell}
|
||||
Biography text here.
|
||||
\end{IEEEbiography}
|
||||
|
||||
% if you will not have a photo at all:
|
||||
\begin{IEEEbiographynophoto}{John Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% insert where needed to balance the two columns on the last page with
|
||||
% biographies
|
||||
%\newpage
|
||||
|
||||
\begin{IEEEbiographynophoto}{Jane Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% You can push biographies down or up by placing
|
||||
% a \vfill before or after them. The appropriate
|
||||
% use of \vfill depends on what kind of text is
|
||||
% on the last page and whether or not the columns
|
||||
% are being equalized.
|
||||
|
||||
%\vfill
|
||||
|
||||
% Can be used to pull up biographies so that the bottom of the last one
|
||||
% is flush with the other column.
|
||||
%\enlargethispage{-5in}
|
||||
|
||||
|
||||
|
||||
% that's all folks
|
||||
\end{document}
|
||||
|
||||
|
744
IEEEtran/bare_jrnl_comsoc.tex
Normal file
744
IEEEtran/bare_jrnl_comsoc.tex
Normal file
|
@ -0,0 +1,744 @@
|
|||
|
||||
%% bare_jrnl_comsoc.tex
|
||||
%% V1.4b
|
||||
%% 2015/08/26
|
||||
%% by Michael Shell
|
||||
%% see http://www.michaelshell.org/
|
||||
%% for current contact information.
|
||||
%%
|
||||
%% This is a skeleton file demonstrating the use of IEEEtran.cls
|
||||
%% (requires IEEEtran.cls version 1.8b or later) with an IEEE
|
||||
%% Communications Society journal paper.
|
||||
%%
|
||||
%% Support sites:
|
||||
%% http://www.michaelshell.org/tex/ieeetran/
|
||||
%% http://www.ctan.org/pkg/ieeetran
|
||||
%% and
|
||||
%% http://www.ieee.org/
|
||||
|
||||
%%*************************************************************************
|
||||
%% Legal Notice:
|
||||
%% This code is offered as-is without any warranty either expressed or
|
||||
%% implied; without even the implied warranty of MERCHANTABILITY or
|
||||
%% FITNESS FOR A PARTICULAR PURPOSE!
|
||||
%% User assumes all risk.
|
||||
%% In no event shall the IEEE or any contributor to this code be liable for
|
||||
%% any damages or losses, including, but not limited to, incidental,
|
||||
%% consequential, or any other damages, resulting from the use or misuse
|
||||
%% of any information contained here.
|
||||
%%
|
||||
%% All comments are the opinions of their respective authors and are not
|
||||
%% necessarily endorsed by the IEEE.
|
||||
%%
|
||||
%% This work is distributed under the LaTeX Project Public License (LPPL)
|
||||
%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
|
||||
%% distributed and modified. A copy of the LPPL, version 1.3, is included
|
||||
%% in the base LaTeX documentation of all distributions of LaTeX released
|
||||
%% 2003/12/01 or later.
|
||||
%% Retain all contribution notices and credits.
|
||||
%% ** Modified files should be clearly indicated as such, including **
|
||||
%% ** renaming them and changing author support contact information. **
|
||||
%%*************************************************************************
|
||||
|
||||
|
||||
% *** Authors should verify (and, if needed, correct) their LaTeX system ***
|
||||
% *** with the testflow diagnostic prior to trusting their LaTeX platform ***
|
||||
% *** with production work. The IEEE's font choices and paper sizes can ***
|
||||
% *** trigger bugs that do not appear when using other class files. *** ***
|
||||
% The testflow support page is at:
|
||||
% http://www.michaelshell.org/tex/testflow/
|
||||
|
||||
|
||||
|
||||
\documentclass[journal,comsoc]{IEEEtran}
|
||||
%
|
||||
% If IEEEtran.cls has not been installed into the LaTeX system files,
|
||||
% manually specify the path to it like:
|
||||
% \documentclass[journal,comsoc]{../sty/IEEEtran}
|
||||
|
||||
|
||||
\usepackage[T1]{fontenc}% optional T1 font encoding
|
||||
|
||||
|
||||
% Some very useful LaTeX packages include:
|
||||
% (uncomment the ones you want to load)
|
||||
|
||||
|
||||
% *** MISC UTILITY PACKAGES ***
|
||||
%
|
||||
%\usepackage{ifpdf}
|
||||
% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
|
||||
% compilation based on whether the output is pdf or dvi.
|
||||
% usage:
|
||||
% \ifpdf
|
||||
% % pdf code
|
||||
% \else
|
||||
% % dvi code
|
||||
% \fi
|
||||
% The latest version of ifpdf.sty can be obtained from:
|
||||
% http://www.ctan.org/pkg/ifpdf
|
||||
% Also, note that IEEEtran.cls V1.7 and later provides a builtin
|
||||
% \ifCLASSINFOpdf conditional that works the same way.
|
||||
% When switching from latex to pdflatex and vice-versa, the compiler may
|
||||
% have to be run twice to clear warning/error messages.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** CITATION PACKAGES ***
|
||||
%
|
||||
%\usepackage{cite}
|
||||
% cite.sty was written by Donald Arseneau
|
||||
% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
|
||||
% \cite{} output to follow that of the IEEE. Loading the cite package will
|
||||
% result in citation numbers being automatically sorted and properly
|
||||
% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
|
||||
% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
|
||||
% \cite will automatically add leading space, if needed. Use cite.sty's
|
||||
% noadjust option (cite.sty V3.8 and later) if you want to turn this off
|
||||
% such as if a citation ever needs to be enclosed in parenthesis.
|
||||
% cite.sty is already installed on most LaTeX systems. Be sure and use
|
||||
% version 5.0 (2009-03-20) and later if using hyperref.sty.
|
||||
% The latest version can be obtained at:
|
||||
% http://www.ctan.org/pkg/cite
|
||||
% The documentation is contained in the cite.sty file itself.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** GRAPHICS RELATED PACKAGES ***
|
||||
%
|
||||
\ifCLASSINFOpdf
|
||||
% \usepackage[pdftex]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../pdf/}{../jpeg/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
|
||||
\else
|
||||
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
|
||||
% will default to the driver specified in the system graphics.cfg if no
|
||||
% driver is specified.
|
||||
% \usepackage[dvips]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../eps/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.eps}
|
||||
\fi
|
||||
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
|
||||
% required if you want graphics, photos, etc. graphicx.sty is already
|
||||
% installed on most LaTeX systems. The latest version and documentation
|
||||
% can be obtained at:
|
||||
% http://www.ctan.org/pkg/graphicx
|
||||
% Another good source of documentation is "Using Imported Graphics in
|
||||
% LaTeX2e" by Keith Reckdahl which can be found at:
|
||||
% http://www.ctan.org/pkg/epslatex
|
||||
%
|
||||
% latex, and pdflatex in dvi mode, support graphics in encapsulated
|
||||
% postscript (.eps) format. pdflatex in pdf mode supports graphics
|
||||
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
|
||||
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
|
||||
% not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
|
||||
% which can result in "jaggedy"/blurry rendering of lines and letters as
|
||||
% well as large increases in file sizes.
|
||||
%
|
||||
% You can find documentation about the pdfTeX application at:
|
||||
% http://www.tug.org/applications/pdftex
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** MATH PACKAGES ***
|
||||
%
|
||||
\usepackage{amsmath}
|
||||
% A popular package from the American Mathematical Society that provides
|
||||
% many useful and powerful commands for dealing with mathematics.
|
||||
% Do NOT use the amsbsy package under comsoc mode as that feature is
|
||||
% already built into the Times Math font (newtxmath, mathtime, etc.).
|
||||
%
|
||||
% Also, note that the amsmath package sets \interdisplaylinepenalty to 10000
|
||||
% thus preventing page breaks from occurring within multiline equations. Use:
|
||||
\interdisplaylinepenalty=2500
|
||||
% after loading amsmath to restore such page breaks as IEEEtran.cls normally
|
||||
% does. amsmath.sty is already installed on most LaTeX systems. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/amsmath
|
||||
|
||||
|
||||
% Select a Times math font under comsoc mode or else one will automatically
|
||||
% be selected for you at the document start. This is required as Communications
|
||||
% Society journals use a Times, not Computer Modern, math font.
|
||||
\usepackage[cmintegrals]{newtxmath}
|
||||
% The freely available newtxmath package was written by Michael Sharpe and
|
||||
% provides a feature rich Times math font. The cmintegrals option, which is
|
||||
% the default under IEEEtran, is needed to get the correct style integral
|
||||
% symbols used in Communications Society journals. Version 1.451, July 28,
|
||||
% 2015 or later is recommended. Also, do *not* load the newtxtext.sty package
|
||||
% as doing so would alter the main text font.
|
||||
% http://www.ctan.org/pkg/newtx
|
||||
%
|
||||
% Alternatively, you can use the MathTime commercial fonts if you have them
|
||||
% installed on your system:
|
||||
%\usepackage{mtpro2}
|
||||
%\usepackage{mt11p}
|
||||
%\usepackage{mathtime}
|
||||
|
||||
|
||||
%\usepackage{bm}
|
||||
% The bm.sty package was written by David Carlisle and Frank Mittelbach.
|
||||
% This package provides a \bm{} to produce bold math symbols.
|
||||
% http://www.ctan.org/pkg/bm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SPECIALIZED LIST PACKAGES ***
|
||||
%
|
||||
%\usepackage{algorithmic}
|
||||
% algorithmic.sty was written by Peter Williams and Rogerio Brito.
|
||||
% This package provides an algorithmic environment fo describing algorithms.
|
||||
% You can use the algorithmic environment in-text or within a figure
|
||||
% environment to provide for a floating algorithm. Do NOT use the algorithm
|
||||
% floating environment provided by algorithm.sty (by the same authors) or
|
||||
% algorithm2e.sty (by Christophe Fiorio) as the IEEE does not use dedicated
|
||||
% algorithm float types and packages that provide these will not provide
|
||||
% correct IEEE style captions. The latest version and documentation of
|
||||
% algorithmic.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/algorithms
|
||||
% Also of interest may be the (relatively newer and more customizable)
|
||||
% algorithmicx.sty package by Szasz Janos:
|
||||
% http://www.ctan.org/pkg/algorithmicx
|
||||
|
||||
|
||||
|
||||
|
||||
% *** ALIGNMENT PACKAGES ***
|
||||
%
|
||||
%\usepackage{array}
|
||||
% Frank Mittelbach's and David Carlisle's array.sty patches and improves
|
||||
% the standard LaTeX2e array and tabular environments to provide better
|
||||
% appearance and additional user controls. As the default LaTeX2e table
|
||||
% generation code is lacking to the point of almost being broken with
|
||||
% respect to the quality of the end results, all users are strongly
|
||||
% advised to use an enhanced (at the very least that provided by array.sty)
|
||||
% set of table tools. array.sty is already installed on most systems. The
|
||||
% latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/array
|
||||
|
||||
|
||||
% IEEEtran contains the IEEEeqnarray family of commands that can be used to
|
||||
% generate multiline equations as well as matrices, tables, etc., of high
|
||||
% quality.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SUBFIGURE PACKAGES ***
|
||||
%\ifCLASSOPTIONcompsoc
|
||||
% \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
|
||||
%\else
|
||||
% \usepackage[caption=false,font=footnotesize]{subfig}
|
||||
%\fi
|
||||
% subfig.sty, written by Steven Douglas Cochran, is the modern replacement
|
||||
% for subfigure.sty, the latter of which is no longer maintained and is
|
||||
% incompatible with some LaTeX packages including fixltx2e. However,
|
||||
% subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
|
||||
% which will override IEEEtran.cls' handling of captions and this will result
|
||||
% in non-IEEE style figure/table captions. To prevent this problem, be sure
|
||||
% and invoke subfig.sty's "caption=false" package option (available since
|
||||
% subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
|
||||
% handling of captions.
|
||||
% Note that the Computer Society format requires a larger sans serif font
|
||||
% than the serif footnote size font used in traditional IEEE formatting
|
||||
% and thus the need to invoke different subfig.sty package options depending
|
||||
% on whether compsoc mode has been enabled.
|
||||
%
|
||||
% The latest version and documentation of subfig.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/subfig
|
||||
|
||||
|
||||
|
||||
|
||||
% *** FLOAT PACKAGES ***
|
||||
%
|
||||
%\usepackage{fixltx2e}
|
||||
% fixltx2e, the successor to the earlier fix2col.sty, was written by
|
||||
% Frank Mittelbach and David Carlisle. This package corrects a few problems
|
||||
% in the LaTeX2e kernel, the most notable of which is that in current
|
||||
% LaTeX2e releases, the ordering of single and double column floats is not
|
||||
% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
|
||||
% single column figure to be placed prior to an earlier double column
|
||||
% figure.
|
||||
% Be aware that LaTeX2e kernels dated 2015 and later have fixltx2e.sty's
|
||||
% corrections already built into the system in which case a warning will
|
||||
% be issued if an attempt is made to load fixltx2e.sty as it is no longer
|
||||
% needed.
|
||||
% The latest version and documentation can be found at:
|
||||
% http://www.ctan.org/pkg/fixltx2e
|
||||
|
||||
|
||||
%\usepackage{stfloats}
|
||||
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
|
||||
% the ability to do double column floats at the bottom of the page as well
|
||||
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
|
||||
% LaTeX2e). It also provides a command:
|
||||
%\fnbelowfloat
|
||||
% to enable the placement of footnotes below bottom floats (the standard
|
||||
% LaTeX2e kernel puts them above bottom floats). This is an invasive package
|
||||
% which rewrites many portions of the LaTeX2e float routines. It may not work
|
||||
% with other packages that modify the LaTeX2e float routines. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/stfloats
|
||||
% Do not use the stfloats baselinefloat ability as the IEEE does not allow
|
||||
% \baselineskip to stretch. Authors submitting work to the IEEE should note
|
||||
% that the IEEE rarely uses double column equations and that authors should try
|
||||
% to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
|
||||
% packages (also by Sigitas Tolusis) as the IEEE does not format its papers in
|
||||
% such ways.
|
||||
% Do not attempt to use stfloats with fixltx2e as they are incompatible.
|
||||
% Instead, use Morten Hogholm'a dblfloatfix which combines the features
|
||||
% of both fixltx2e and stfloats:
|
||||
%
|
||||
% \usepackage{dblfloatfix}
|
||||
% The latest version can be found at:
|
||||
% http://www.ctan.org/pkg/dblfloatfix
|
||||
|
||||
|
||||
|
||||
|
||||
%\ifCLASSOPTIONcaptionsoff
|
||||
% \usepackage[nomarkers]{endfloat}
|
||||
% \let\MYoriglatexcaption\caption
|
||||
% \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
|
||||
%\fi
|
||||
% endfloat.sty was written by James Darrell McCauley, Jeff Goldberg and
|
||||
% Axel Sommerfeldt. This package may be useful when used in conjunction with
|
||||
% IEEEtran.cls' captionsoff option. Some IEEE journals/societies require that
|
||||
% submissions have lists of figures/tables at the end of the paper and that
|
||||
% figures/tables without any captions are placed on a page by themselves at
|
||||
% the end of the document. If needed, the draftcls IEEEtran class option or
|
||||
% \CLASSINPUTbaselinestretch interface can be used to increase the line
|
||||
% spacing as well. Be sure and use the nomarkers option of endfloat to
|
||||
% prevent endfloat from "marking" where the figures would have been placed
|
||||
% in the text. The two hack lines of code above are a slight modification of
|
||||
% that suggested by in the endfloat docs (section 8.4.1) to ensure that
|
||||
% the full captions always appear in the list of figures/tables - even if
|
||||
% the user used the short optional argument of \caption[]{}.
|
||||
% IEEE papers do not typically make use of \caption[]'s optional argument,
|
||||
% so this should not be an issue. A similar trick can be used to disable
|
||||
% captions of packages such as subfig.sty that lack options to turn off
|
||||
% the subcaptions:
|
||||
% For subfig.sty:
|
||||
% \let\MYorigsubfloat\subfloat
|
||||
% \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
|
||||
% However, the above trick will not work if both optional arguments of
|
||||
% the \subfloat command are used. Furthermore, there needs to be a
|
||||
% description of each subfigure *somewhere* and endfloat does not add
|
||||
% subfigure captions to its list of figures. Thus, the best approach is to
|
||||
% avoid the use of subfigure captions (many IEEE journals avoid them anyway)
|
||||
% and instead reference/explain all the subfigures within the main caption.
|
||||
% The latest version of endfloat.sty and its documentation can obtained at:
|
||||
% http://www.ctan.org/pkg/endfloat
|
||||
%
|
||||
% The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
|
||||
% later in the document, say, to conditionally put the References on a
|
||||
% page by themselves.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** PDF, URL AND HYPERLINK PACKAGES ***
|
||||
%
|
||||
%\usepackage{url}
|
||||
% url.sty was written by Donald Arseneau. It provides better support for
|
||||
% handling and breaking URLs. url.sty is already installed on most LaTeX
|
||||
% systems. The latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/url
|
||||
% Basically, \url{my_url_here}.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** Do not adjust lengths that control margins, column widths, etc. ***
|
||||
% *** Do not use packages that alter fonts (such as pslatex). ***
|
||||
% There should be no need to do such things with IEEEtran.cls V1.6 and later.
|
||||
% (Unless specifically asked to do so by the journal or conference you plan
|
||||
% to submit to, of course. )
|
||||
|
||||
|
||||
% correct bad hyphenation here
|
||||
\hyphenation{op-tical net-works semi-conduc-tor}
|
||||
|
||||
|
||||
\begin{document}
|
||||
%
|
||||
% paper title
|
||||
% Titles are generally capitalized except for words such as a, an, and, as,
|
||||
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
|
||||
% not capitalized unless they are the first or last word of the title.
|
||||
% Linebreaks \\ can be used within to get better formatting as desired.
|
||||
% Do not put math or special symbols in the title.
|
||||
\title{Bare Demo of IEEEtran.cls for\\ IEEE Communications Society Journals}
|
||||
%
|
||||
%
|
||||
% author names and IEEE memberships
|
||||
% note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break
|
||||
% a structure at a ~ so this keeps an author's name from being broken across
|
||||
% two lines.
|
||||
% use \thanks{} to gain access to the first footnote area
|
||||
% a separate \thanks must be used for each paragraph as LaTeX2e's \thanks
|
||||
% was not built to handle multiple paragraphs
|
||||
%
|
||||
|
||||
\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
|
||||
John~Doe,~\IEEEmembership{Fellow,~OSA,}
|
||||
and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
|
||||
\thanks{M. Shell was with the Department
|
||||
of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
|
||||
GA, 30332 USA e-mail: (see http://www.michaelshell.org/contact.html).}% <-this % stops a space
|
||||
\thanks{J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space
|
||||
\thanks{Manuscript received April 19, 2005; revised August 26, 2015.}}
|
||||
|
||||
% note the % following the last \IEEEmembership and also \thanks -
|
||||
% these prevent an unwanted space from occurring between the last author name
|
||||
% and the end of the author line. i.e., if you had this:
|
||||
%
|
||||
% \author{....lastname \thanks{...} \thanks{...} }
|
||||
% ^------------^------------^----Do not want these spaces!
|
||||
%
|
||||
% a space would be appended to the last name and could cause every name on that
|
||||
% line to be shifted left slightly. This is one of those "LaTeX things". For
|
||||
% instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get
|
||||
% "AB" then you have to do: "\textbf{A}\textbf{B}"
|
||||
% \thanks is no different in this regard, so shield the last } of each \thanks
|
||||
% that ends a line with a % and do not let a space in before the next \thanks.
|
||||
% Spaces after \IEEEmembership other than the last one are OK (and needed) as
|
||||
% you are supposed to have spaces between the names. For what it is worth,
|
||||
% this is a minor point as most people would not even notice if the said evil
|
||||
% space somehow managed to creep in.
|
||||
|
||||
|
||||
|
||||
% The paper headers
|
||||
\markboth{Journal of \LaTeX\ Class Files,~Vol.~14, No.~8, August~2015}%
|
||||
{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for IEEE Communications Society Journals}
|
||||
% The only time the second header will appear is for the odd numbered pages
|
||||
% after the title page when using the twoside option.
|
||||
%
|
||||
% *** Note that you probably will NOT want to include the author's ***
|
||||
% *** name in the headers of peer review papers. ***
|
||||
% You can use \ifCLASSOPTIONpeerreview for conditional compilation here if
|
||||
% you desire.
|
||||
|
||||
|
||||
|
||||
|
||||
% If you want to put a publisher's ID mark on the page you can do it like
|
||||
% this:
|
||||
%\IEEEpubid{0000--0000/00\$00.00~\copyright~2015 IEEE}
|
||||
% Remember, if you use this you must call \IEEEpubidadjcol in the second
|
||||
% column for its text to clear the IEEEpubid mark.
|
||||
|
||||
|
||||
|
||||
% use for special paper notices
|
||||
%\IEEEspecialpapernotice{(Invited Paper)}
|
||||
|
||||
|
||||
|
||||
|
||||
% make the title area
|
||||
\maketitle
|
||||
|
||||
% As a general rule, do not put math, special symbols or citations
|
||||
% in the abstract or keywords.
|
||||
\begin{abstract}
|
||||
The abstract goes here.
|
||||
\end{abstract}
|
||||
|
||||
% Note that keywords are not normally used for peerreview papers.
|
||||
\begin{IEEEkeywords}
|
||||
Communications Society, IEEE, IEEEtran, journal, \LaTeX, paper, template.
|
||||
\end{IEEEkeywords}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% For peer review papers, you can put extra information on the cover
|
||||
% page as needed:
|
||||
% \ifCLASSOPTIONpeerreview
|
||||
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
|
||||
% \fi
|
||||
%
|
||||
% For peerreview papers, this IEEEtran command inserts a page break and
|
||||
% creates the second title. It will be ignored for other modes.
|
||||
\IEEEpeerreviewmaketitle
|
||||
|
||||
|
||||
|
||||
\section{Introduction}
|
||||
% The very first letter is a 2 line initial drop letter followed
|
||||
% by the rest of the first word in caps.
|
||||
%
|
||||
% form to use if the first word consists of a single letter:
|
||||
% \IEEEPARstart{A}{demo} file is ....
|
||||
%
|
||||
% form to use if you need the single drop letter followed by
|
||||
% normal text (unknown if ever used by the IEEE):
|
||||
% \IEEEPARstart{A}{}demo file is ....
|
||||
%
|
||||
% Some journals put the first two words in caps:
|
||||
% \IEEEPARstart{T}{his demo} file is ....
|
||||
%
|
||||
% Here we have the typical use of a "T" for an initial drop letter
|
||||
% and "HIS" in caps to complete the first word.
|
||||
\IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
|
||||
for IEEE Communications Society journal papers produced under \LaTeX\ using
|
||||
IEEEtran.cls version 1.8b and later.
|
||||
% You must have at least 2 lines in the paragraph with the drop letter
|
||||
% (should never be an issue)
|
||||
I wish you the best of success.
|
||||
|
||||
\hfill mds
|
||||
|
||||
\hfill August 26, 2015
|
||||
|
||||
\subsection{Subsection Heading Here}
|
||||
Subsection text here.
|
||||
|
||||
% needed in second column of first page if using \IEEEpubid
|
||||
%\IEEEpubidadjcol
|
||||
|
||||
\subsubsection{Subsubsection Heading Here}
|
||||
Subsubsection text here.
|
||||
|
||||
|
||||
% An example of a floating figure using the graphicx package.
|
||||
% Note that \label must occur AFTER (or within) \caption.
|
||||
% For figures, \caption should occur after the \includegraphics.
|
||||
% Note that IEEEtran v1.7 and later has special internal code that
|
||||
% is designed to preserve the operation of \label within \caption
|
||||
% even when the captionsoff option is in effect. However, because
|
||||
% of issues like this, it may be the safest practice to put all your
|
||||
% \label just after \caption rather than within \caption{}.
|
||||
%
|
||||
% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
|
||||
% option should be used if it is desired that the figures are to be
|
||||
% displayed while in draft mode.
|
||||
%
|
||||
%\begin{figure}[!t]
|
||||
%\centering
|
||||
%\includegraphics[width=2.5in]{myfigure}
|
||||
% where an .eps filename suffix will be assumed under latex,
|
||||
% and a .pdf suffix will be assumed for pdflatex; or what has been declared
|
||||
% via \DeclareGraphicsExtensions.
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure}
|
||||
|
||||
% Note that the IEEE typically puts floats only at the top, even when this
|
||||
% results in a large percentage of a column being occupied by floats.
|
||||
|
||||
|
||||
% An example of a double column floating figure using two subfigures.
|
||||
% (The subfig.sty package must be loaded for this to work.)
|
||||
% The subfigure \label commands are set within each subfloat command,
|
||||
% and the \label for the overall figure must come after \caption.
|
||||
% \hfil is used as a separator to get equal spacing.
|
||||
% Watch out that the combined width of all the subfigures on a
|
||||
% line do not exceed the text width or a line break will occur.
|
||||
%
|
||||
%\begin{figure*}[!t]
|
||||
%\centering
|
||||
%\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_first_case}}
|
||||
%\hfil
|
||||
%\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_second_case}}
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure*}
|
||||
%
|
||||
% Note that often IEEE papers with subfigures do not employ subfigure
|
||||
% captions (using the optional argument to \subfloat[]), but instead will
|
||||
% reference/describe all of them (a), (b), etc., within the main caption.
|
||||
% Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
|
||||
% labels, the optional argument to \subfloat must be present. If a
|
||||
% subcaption is not desired, just leave its contents blank,
|
||||
% e.g., \subfloat[].
|
||||
|
||||
|
||||
% An example of a floating table. Note that, for IEEE style tables, the
|
||||
% \caption command should come BEFORE the table and, given that table
|
||||
% captions serve much like titles, are usually capitalized except for words
|
||||
% such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
|
||||
% and up, which are usually not capitalized unless they are the first or
|
||||
% last word of the caption. Table text will default to \footnotesize as
|
||||
% the IEEE normally uses this smaller font for tables.
|
||||
% The \label must come after \caption as always.
|
||||
%
|
||||
%\begin{table}[!t]
|
||||
%% increase table row spacing, adjust to taste
|
||||
%\renewcommand{\arraystretch}{1.3}
|
||||
% if using array.sty, it might be a good idea to tweak the value of
|
||||
% \extrarowheight as needed to properly center the text within the cells
|
||||
%\caption{An Example of a Table}
|
||||
%\label{table_example}
|
||||
%\centering
|
||||
%% Some packages, such as MDW tools, offer better commands for making tables
|
||||
%% than the plain LaTeX2e tabular which is used here.
|
||||
%\begin{tabular}{|c||c|}
|
||||
%\hline
|
||||
%One & Two\\
|
||||
%\hline
|
||||
%Three & Four\\
|
||||
%\hline
|
||||
%\end{tabular}
|
||||
%\end{table}
|
||||
|
||||
|
||||
% Note that the IEEE does not put floats in the very first column
|
||||
% - or typically anywhere on the first page for that matter. Also,
|
||||
% in-text middle ("here") positioning is typically not used, but it
|
||||
% is allowed and encouraged for Computer Society conferences (but
|
||||
% not Computer Society journals). Most IEEE journals/conferences use
|
||||
% top floats exclusively.
|
||||
% Note that, LaTeX2e, unlike IEEE journals/conferences, places
|
||||
% footnotes above bottom floats. This can be corrected via the
|
||||
% \fnbelowfloat command of the stfloats package.
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Conclusion}
|
||||
The conclusion goes here.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% if have a single appendix:
|
||||
%\appendix[Proof of the Zonklar Equations]
|
||||
% or
|
||||
%\appendix % for no appendix heading
|
||||
% do not use \section anymore after \appendix, only \section*
|
||||
% is possibly needed
|
||||
|
||||
% use appendices with more than one appendix
|
||||
% then use \section to start each appendix
|
||||
% you must declare a \section before using any
|
||||
% \subsection or using \label (\appendices by itself
|
||||
% starts a section numbered zero.)
|
||||
%
|
||||
|
||||
|
||||
\appendices
|
||||
\section{Proof of the First Zonklar Equation}
|
||||
Appendix one text goes here.
|
||||
|
||||
% you can choose not to have a title for an appendix
|
||||
% if you want by leaving the argument blank
|
||||
\section{}
|
||||
Appendix two text goes here.
|
||||
|
||||
|
||||
% use section* for acknowledgment
|
||||
\section*{Acknowledgment}
|
||||
|
||||
|
||||
The authors would like to thank...
|
||||
|
||||
|
||||
% Can use something like this to put references on a page
|
||||
% by themselves when using endfloat and the captionsoff option.
|
||||
\ifCLASSOPTIONcaptionsoff
|
||||
\newpage
|
||||
\fi
|
||||
|
||||
|
||||
|
||||
% trigger a \newpage just before the given reference
|
||||
% number - used to balance the columns on the last page
|
||||
% adjust value as needed - may need to be readjusted if
|
||||
% the document is modified later
|
||||
%\IEEEtriggeratref{8}
|
||||
% The "triggered" command can be changed if desired:
|
||||
%\IEEEtriggercmd{\enlargethispage{-5in}}
|
||||
|
||||
% references section
|
||||
|
||||
% can use a bibliography generated by BibTeX as a .bbl file
|
||||
% BibTeX documentation can be easily obtained at:
|
||||
% http://mirror.ctan.org/biblio/bibtex/contrib/doc/
|
||||
% The IEEEtran BibTeX style support page is at:
|
||||
% http://www.michaelshell.org/tex/ieeetran/bibtex/
|
||||
%\bibliographystyle{IEEEtran}
|
||||
% argument is your BibTeX string definitions and bibliography database(s)
|
||||
%\bibliography{IEEEabrv,../bib/paper}
|
||||
%
|
||||
% <OR> manually copy in the resultant .bbl file
|
||||
% set second argument of \begin to the number of references
|
||||
% (used to reserve space for the reference number labels box)
|
||||
\begin{thebibliography}{1}
|
||||
|
||||
\bibitem{IEEEhowto:kopka}
|
||||
H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
|
||||
0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
% biography section
|
||||
%
|
||||
% If you have an EPS/PDF photo (graphicx package needed) extra braces are
|
||||
% needed around the contents of the optional argument to biography to prevent
|
||||
% the LaTeX parser from getting confused when it sees the complicated
|
||||
% \includegraphics command within an optional argument. (You could create
|
||||
% your own custom macro containing the \includegraphics command to make things
|
||||
% simpler here.)
|
||||
%\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}
|
||||
% or if you just want to reserve a space for a photo:
|
||||
|
||||
\begin{IEEEbiography}{Michael Shell}
|
||||
Biography text here.
|
||||
\end{IEEEbiography}
|
||||
|
||||
% if you will not have a photo at all:
|
||||
\begin{IEEEbiographynophoto}{John Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% insert where needed to balance the two columns on the last page with
|
||||
% biographies
|
||||
%\newpage
|
||||
|
||||
\begin{IEEEbiographynophoto}{Jane Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% You can push biographies down or up by placing
|
||||
% a \vfill before or after them. The appropriate
|
||||
% use of \vfill depends on what kind of text is
|
||||
% on the last page and whether or not the columns
|
||||
% are being equalized.
|
||||
|
||||
%\vfill
|
||||
|
||||
% Can be used to pull up biographies so that the bottom of the last one
|
||||
% is flush with the other column.
|
||||
%\enlargethispage{-5in}
|
||||
|
||||
|
||||
|
||||
% that's all folks
|
||||
\end{document}
|
||||
|
||||
|
714
IEEEtran/bare_jrnl_transmag.tex
Normal file
714
IEEEtran/bare_jrnl_transmag.tex
Normal file
|
@ -0,0 +1,714 @@
|
|||
|
||||
%% bare_jrnl_transmag.tex
|
||||
%% V1.4b
|
||||
%% 2015/08/26
|
||||
%% by Michael Shell
|
||||
%% see http://www.michaelshell.org/
|
||||
%% for current contact information.
|
||||
%%
|
||||
%% This is a skeleton file demonstrating the use of IEEEtran.cls
|
||||
%% (requires IEEEtran.cls version 1.8b or later) with an IEEE
|
||||
%% Transactions on Magnetics journal paper.
|
||||
%%
|
||||
%% Support sites:
|
||||
%% http://www.michaelshell.org/tex/ieeetran/
|
||||
%% http://www.ctan.org/pkg/ieeetran
|
||||
%% and
|
||||
%% http://www.ieee.org/
|
||||
|
||||
%%*************************************************************************
|
||||
%% Legal Notice:
|
||||
%% This code is offered as-is without any warranty either expressed or
|
||||
%% implied; without even the implied warranty of MERCHANTABILITY or
|
||||
%% FITNESS FOR A PARTICULAR PURPOSE!
|
||||
%% User assumes all risk.
|
||||
%% In no event shall the IEEE or any contributor to this code be liable for
|
||||
%% any damages or losses, including, but not limited to, incidental,
|
||||
%% consequential, or any other damages, resulting from the use or misuse
|
||||
%% of any information contained here.
|
||||
%%
|
||||
%% All comments are the opinions of their respective authors and are not
|
||||
%% necessarily endorsed by the IEEE.
|
||||
%%
|
||||
%% This work is distributed under the LaTeX Project Public License (LPPL)
|
||||
%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
|
||||
%% distributed and modified. A copy of the LPPL, version 1.3, is included
|
||||
%% in the base LaTeX documentation of all distributions of LaTeX released
|
||||
%% 2003/12/01 or later.
|
||||
%% Retain all contribution notices and credits.
|
||||
%% ** Modified files should be clearly indicated as such, including **
|
||||
%% ** renaming them and changing author support contact information. **
|
||||
%%*************************************************************************
|
||||
|
||||
|
||||
% *** Authors should verify (and, if needed, correct) their LaTeX system ***
|
||||
% *** with the testflow diagnostic prior to trusting their LaTeX platform ***
|
||||
% *** with production work. The IEEE's font choices and paper sizes can ***
|
||||
% *** trigger bugs that do not appear when using other class files. *** ***
|
||||
% The testflow support page is at:
|
||||
% http://www.michaelshell.org/tex/testflow/
|
||||
|
||||
|
||||
|
||||
\documentclass[journal,transmag]{IEEEtran}
|
||||
%
|
||||
% If IEEEtran.cls has not been installed into the LaTeX system files,
|
||||
% manually specify the path to it like:
|
||||
% \documentclass[journal]{../sty/IEEEtran}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% Some very useful LaTeX packages include:
|
||||
% (uncomment the ones you want to load)
|
||||
|
||||
|
||||
% *** MISC UTILITY PACKAGES ***
|
||||
%
|
||||
%\usepackage{ifpdf}
|
||||
% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
|
||||
% compilation based on whether the output is pdf or dvi.
|
||||
% usage:
|
||||
% \ifpdf
|
||||
% % pdf code
|
||||
% \else
|
||||
% % dvi code
|
||||
% \fi
|
||||
% The latest version of ifpdf.sty can be obtained from:
|
||||
% http://www.ctan.org/pkg/ifpdf
|
||||
% Also, note that IEEEtran.cls V1.7 and later provides a builtin
|
||||
% \ifCLASSINFOpdf conditional that works the same way.
|
||||
% When switching from latex to pdflatex and vice-versa, the compiler may
|
||||
% have to be run twice to clear warning/error messages.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** CITATION PACKAGES ***
|
||||
%
|
||||
%\usepackage{cite}
|
||||
% cite.sty was written by Donald Arseneau
|
||||
% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
|
||||
% \cite{} output to follow that of the IEEE. Loading the cite package will
|
||||
% result in citation numbers being automatically sorted and properly
|
||||
% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
|
||||
% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
|
||||
% \cite will automatically add leading space, if needed. Use cite.sty's
|
||||
% noadjust option (cite.sty V3.8 and later) if you want to turn this off
|
||||
% such as if a citation ever needs to be enclosed in parenthesis.
|
||||
% cite.sty is already installed on most LaTeX systems. Be sure and use
|
||||
% version 5.0 (2009-03-20) and later if using hyperref.sty.
|
||||
% The latest version can be obtained at:
|
||||
% http://www.ctan.org/pkg/cite
|
||||
% The documentation is contained in the cite.sty file itself.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** GRAPHICS RELATED PACKAGES ***
|
||||
%
|
||||
\ifCLASSINFOpdf
|
||||
% \usepackage[pdftex]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../pdf/}{../jpeg/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
|
||||
\else
|
||||
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
|
||||
% will default to the driver specified in the system graphics.cfg if no
|
||||
% driver is specified.
|
||||
% \usepackage[dvips]{graphicx}
|
||||
% declare the path(s) where your graphic files are
|
||||
% \graphicspath{{../eps/}}
|
||||
% and their extensions so you won't have to specify these with
|
||||
% every instance of \includegraphics
|
||||
% \DeclareGraphicsExtensions{.eps}
|
||||
\fi
|
||||
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
|
||||
% required if you want graphics, photos, etc. graphicx.sty is already
|
||||
% installed on most LaTeX systems. The latest version and documentation
|
||||
% can be obtained at:
|
||||
% http://www.ctan.org/pkg/graphicx
|
||||
% Another good source of documentation is "Using Imported Graphics in
|
||||
% LaTeX2e" by Keith Reckdahl which can be found at:
|
||||
% http://www.ctan.org/pkg/epslatex
|
||||
%
|
||||
% latex, and pdflatex in dvi mode, support graphics in encapsulated
|
||||
% postscript (.eps) format. pdflatex in pdf mode supports graphics
|
||||
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
|
||||
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
|
||||
% not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
|
||||
% which can result in "jaggedy"/blurry rendering of lines and letters as
|
||||
% well as large increases in file sizes.
|
||||
%
|
||||
% You can find documentation about the pdfTeX application at:
|
||||
% http://www.tug.org/applications/pdftex
|
||||
|
||||
|
||||
|
||||
|
||||
% *** MATH PACKAGES ***
|
||||
%
|
||||
%\usepackage{amsmath}
|
||||
% A popular package from the American Mathematical Society that provides
|
||||
% many useful and powerful commands for dealing with mathematics.
|
||||
%
|
||||
% Note that the amsmath package sets \interdisplaylinepenalty to 10000
|
||||
% thus preventing page breaks from occurring within multiline equations. Use:
|
||||
%\interdisplaylinepenalty=2500
|
||||
% after loading amsmath to restore such page breaks as IEEEtran.cls normally
|
||||
% does. amsmath.sty is already installed on most LaTeX systems. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/amsmath
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SPECIALIZED LIST PACKAGES ***
|
||||
%
|
||||
%\usepackage{algorithmic}
|
||||
% algorithmic.sty was written by Peter Williams and Rogerio Brito.
|
||||
% This package provides an algorithmic environment fo describing algorithms.
|
||||
% You can use the algorithmic environment in-text or within a figure
|
||||
% environment to provide for a floating algorithm. Do NOT use the algorithm
|
||||
% floating environment provided by algorithm.sty (by the same authors) or
|
||||
% algorithm2e.sty (by Christophe Fiorio) as the IEEE does not use dedicated
|
||||
% algorithm float types and packages that provide these will not provide
|
||||
% correct IEEE style captions. The latest version and documentation of
|
||||
% algorithmic.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/algorithms
|
||||
% Also of interest may be the (relatively newer and more customizable)
|
||||
% algorithmicx.sty package by Szasz Janos:
|
||||
% http://www.ctan.org/pkg/algorithmicx
|
||||
|
||||
|
||||
|
||||
|
||||
% *** ALIGNMENT PACKAGES ***
|
||||
%
|
||||
%\usepackage{array}
|
||||
% Frank Mittelbach's and David Carlisle's array.sty patches and improves
|
||||
% the standard LaTeX2e array and tabular environments to provide better
|
||||
% appearance and additional user controls. As the default LaTeX2e table
|
||||
% generation code is lacking to the point of almost being broken with
|
||||
% respect to the quality of the end results, all users are strongly
|
||||
% advised to use an enhanced (at the very least that provided by array.sty)
|
||||
% set of table tools. array.sty is already installed on most systems. The
|
||||
% latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/array
|
||||
|
||||
|
||||
% IEEEtran contains the IEEEeqnarray family of commands that can be used to
|
||||
% generate multiline equations as well as matrices, tables, etc., of high
|
||||
% quality.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** SUBFIGURE PACKAGES ***
|
||||
%\ifCLASSOPTIONcompsoc
|
||||
% \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
|
||||
%\else
|
||||
% \usepackage[caption=false,font=footnotesize]{subfig}
|
||||
%\fi
|
||||
% subfig.sty, written by Steven Douglas Cochran, is the modern replacement
|
||||
% for subfigure.sty, the latter of which is no longer maintained and is
|
||||
% incompatible with some LaTeX packages including fixltx2e. However,
|
||||
% subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
|
||||
% which will override IEEEtran.cls' handling of captions and this will result
|
||||
% in non-IEEE style figure/table captions. To prevent this problem, be sure
|
||||
% and invoke subfig.sty's "caption=false" package option (available since
|
||||
% subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
|
||||
% handling of captions.
|
||||
% Note that the Computer Society format requires a larger sans serif font
|
||||
% than the serif footnote size font used in traditional IEEE formatting
|
||||
% and thus the need to invoke different subfig.sty package options depending
|
||||
% on whether compsoc mode has been enabled.
|
||||
%
|
||||
% The latest version and documentation of subfig.sty can be obtained at:
|
||||
% http://www.ctan.org/pkg/subfig
|
||||
|
||||
|
||||
|
||||
% *** FLOAT PACKAGES ***
|
||||
%
|
||||
%\usepackage{fixltx2e}
|
||||
% fixltx2e, the successor to the earlier fix2col.sty, was written by
|
||||
% Frank Mittelbach and David Carlisle. This package corrects a few problems
|
||||
% in the LaTeX2e kernel, the most notable of which is that in current
|
||||
% LaTeX2e releases, the ordering of single and double column floats is not
|
||||
% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
|
||||
% single column figure to be placed prior to an earlier double column
|
||||
% figure.
|
||||
% Be aware that LaTeX2e kernels dated 2015 and later have fixltx2e.sty's
|
||||
% corrections already built into the system in which case a warning will
|
||||
% be issued if an attempt is made to load fixltx2e.sty as it is no longer
|
||||
% needed.
|
||||
% The latest version and documentation can be found at:
|
||||
% http://www.ctan.org/pkg/fixltx2e
|
||||
|
||||
|
||||
%\usepackage{stfloats}
|
||||
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
|
||||
% the ability to do double column floats at the bottom of the page as well
|
||||
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
|
||||
% LaTeX2e). It also provides a command:
|
||||
%\fnbelowfloat
|
||||
% to enable the placement of footnotes below bottom floats (the standard
|
||||
% LaTeX2e kernel puts them above bottom floats). This is an invasive package
|
||||
% which rewrites many portions of the LaTeX2e float routines. It may not work
|
||||
% with other packages that modify the LaTeX2e float routines. The latest
|
||||
% version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/stfloats
|
||||
% Do not use the stfloats baselinefloat ability as the IEEE does not allow
|
||||
% \baselineskip to stretch. Authors submitting work to the IEEE should note
|
||||
% that the IEEE rarely uses double column equations and that authors should try
|
||||
% to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
|
||||
% packages (also by Sigitas Tolusis) as the IEEE does not format its papers in
|
||||
% such ways.
|
||||
% Do not attempt to use stfloats with fixltx2e as they are incompatible.
|
||||
% Instead, use Morten Hogholm'a dblfloatfix which combines the features
|
||||
% of both fixltx2e and stfloats:
|
||||
%
|
||||
% \usepackage{dblfloatfix}
|
||||
% The latest version can be found at:
|
||||
% http://www.ctan.org/pkg/dblfloatfix
|
||||
|
||||
|
||||
|
||||
|
||||
%\ifCLASSOPTIONcaptionsoff
|
||||
% \usepackage[nomarkers]{endfloat}
|
||||
% \let\MYoriglatexcaption\caption
|
||||
% \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
|
||||
%\fi
|
||||
% endfloat.sty was written by James Darrell McCauley, Jeff Goldberg and
|
||||
% Axel Sommerfeldt. This package may be useful when used in conjunction with
|
||||
% IEEEtran.cls' captionsoff option. Some IEEE journals/societies require that
|
||||
% submissions have lists of figures/tables at the end of the paper and that
|
||||
% figures/tables without any captions are placed on a page by themselves at
|
||||
% the end of the document. If needed, the draftcls IEEEtran class option or
|
||||
% \CLASSINPUTbaselinestretch interface can be used to increase the line
|
||||
% spacing as well. Be sure and use the nomarkers option of endfloat to
|
||||
% prevent endfloat from "marking" where the figures would have been placed
|
||||
% in the text. The two hack lines of code above are a slight modification of
|
||||
% that suggested by in the endfloat docs (section 8.4.1) to ensure that
|
||||
% the full captions always appear in the list of figures/tables - even if
|
||||
% the user used the short optional argument of \caption[]{}.
|
||||
% IEEE papers do not typically make use of \caption[]'s optional argument,
|
||||
% so this should not be an issue. A similar trick can be used to disable
|
||||
% captions of packages such as subfig.sty that lack options to turn off
|
||||
% the subcaptions:
|
||||
% For subfig.sty:
|
||||
% \let\MYorigsubfloat\subfloat
|
||||
% \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
|
||||
% However, the above trick will not work if both optional arguments of
|
||||
% the \subfloat command are used. Furthermore, there needs to be a
|
||||
% description of each subfigure *somewhere* and endfloat does not add
|
||||
% subfigure captions to its list of figures. Thus, the best approach is to
|
||||
% avoid the use of subfigure captions (many IEEE journals avoid them anyway)
|
||||
% and instead reference/explain all the subfigures within the main caption.
|
||||
% The latest version of endfloat.sty and its documentation can obtained at:
|
||||
% http://www.ctan.org/pkg/endfloat
|
||||
%
|
||||
% The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
|
||||
% later in the document, say, to conditionally put the References on a
|
||||
% page by themselves.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** PDF, URL AND HYPERLINK PACKAGES ***
|
||||
%
|
||||
%\usepackage{url}
|
||||
% url.sty was written by Donald Arseneau. It provides better support for
|
||||
% handling and breaking URLs. url.sty is already installed on most LaTeX
|
||||
% systems. The latest version and documentation can be obtained at:
|
||||
% http://www.ctan.org/pkg/url
|
||||
% Basically, \url{my_url_here}.
|
||||
|
||||
|
||||
|
||||
|
||||
% *** Do not adjust lengths that control margins, column widths, etc. ***
|
||||
% *** Do not use packages that alter fonts (such as pslatex). ***
|
||||
% There should be no need to do such things with IEEEtran.cls V1.6 and later.
|
||||
% (Unless specifically asked to do so by the journal or conference you plan
|
||||
% to submit to, of course. )
|
||||
|
||||
|
||||
% correct bad hyphenation here
|
||||
\hyphenation{op-tical net-works semi-conduc-tor}
|
||||
|
||||
|
||||
\begin{document}
|
||||
%
|
||||
% paper title
|
||||
% Titles are generally capitalized except for words such as a, an, and, as,
|
||||
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
|
||||
% not capitalized unless they are the first or last word of the title.
|
||||
% Linebreaks \\ can be used within to get better formatting as desired.
|
||||
% Do not put math or special symbols in the title.
|
||||
\title{Bare Demo of IEEEtran.cls for\\ IEEE \textsc{Transactions on Magnetics}}
|
||||
|
||||
|
||||
|
||||
% author names and affiliations
|
||||
% transmag papers use the long conference author name format.
|
||||
|
||||
\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
|
||||
Homer Simpson\IEEEauthorrefmark{2},
|
||||
James Kirk\IEEEauthorrefmark{3},
|
||||
Montgomery Scott\IEEEauthorrefmark{3}, and
|
||||
Eldon Tyrell\IEEEauthorrefmark{4},~\IEEEmembership{Fellow,~IEEE}}
|
||||
\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering,
|
||||
Georgia Institute of Technology, Atlanta, GA 30332 USA}
|
||||
\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA}
|
||||
\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, CA 96678 USA}
|
||||
\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, CA 90210 USA}% <-this % stops an unwanted space
|
||||
\thanks{Manuscript received December 1, 2012; revised August 26, 2015.
|
||||
Corresponding author: M. Shell (email: http://www.michaelshell.org/contact.html).}}
|
||||
|
||||
|
||||
|
||||
% The paper headers
|
||||
\markboth{Journal of \LaTeX\ Class Files,~Vol.~14, No.~8, August~2015}%
|
||||
{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for IEEE Transactions on Magnetics Journals}
|
||||
% The only time the second header will appear is for the odd numbered pages
|
||||
% after the title page when using the twoside option.
|
||||
%
|
||||
% *** Note that you probably will NOT want to include the author's ***
|
||||
% *** name in the headers of peer review papers. ***
|
||||
% You can use \ifCLASSOPTIONpeerreview for conditional compilation here if
|
||||
% you desire.
|
||||
|
||||
|
||||
|
||||
|
||||
% If you want to put a publisher's ID mark on the page you can do it like
|
||||
% this:
|
||||
%\IEEEpubid{0000--0000/00\$00.00~\copyright~2015 IEEE}
|
||||
% Remember, if you use this you must call \IEEEpubidadjcol in the second
|
||||
% column for its text to clear the IEEEpubid mark.
|
||||
|
||||
|
||||
|
||||
% use for special paper notices
|
||||
%\IEEEspecialpapernotice{(Invited Paper)}
|
||||
|
||||
|
||||
% for Transactions on Magnetics papers, we must declare the abstract and
|
||||
% index terms PRIOR to the title within the \IEEEtitleabstractindextext
|
||||
% IEEEtran command as these need to go into the title area created by
|
||||
% \maketitle.
|
||||
% As a general rule, do not put math, special symbols or citations
|
||||
% in the abstract or keywords.
|
||||
\IEEEtitleabstractindextext{%
|
||||
\begin{abstract}
|
||||
The abstract goes here.
|
||||
\end{abstract}
|
||||
|
||||
% Note that keywords are not normally used for peerreview papers.
|
||||
\begin{IEEEkeywords}
|
||||
IEEE, IEEEtran, IEEE Transactions on Magnetics, journal, \LaTeX, magnetics, paper, template.
|
||||
\end{IEEEkeywords}}
|
||||
|
||||
|
||||
|
||||
% make the title area
|
||||
\maketitle
|
||||
|
||||
|
||||
% To allow for easy dual compilation without having to reenter the
|
||||
% abstract/keywords data, the \IEEEtitleabstractindextext text will
|
||||
% not be used in maketitle, but will appear (i.e., to be "transported")
|
||||
% here as \IEEEdisplaynontitleabstractindextext when the compsoc
|
||||
% or transmag modes are not selected <OR> if conference mode is selected
|
||||
% - because all conference papers position the abstract like regular
|
||||
% papers do.
|
||||
\IEEEdisplaynontitleabstractindextext
|
||||
% \IEEEdisplaynontitleabstractindextext has no effect when using
|
||||
% compsoc or transmag under a non-conference mode.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% For peer review papers, you can put extra information on the cover
|
||||
% page as needed:
|
||||
% \ifCLASSOPTIONpeerreview
|
||||
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
|
||||
% \fi
|
||||
%
|
||||
% For peerreview papers, this IEEEtran command inserts a page break and
|
||||
% creates the second title. It will be ignored for other modes.
|
||||
\IEEEpeerreviewmaketitle
|
||||
|
||||
|
||||
|
||||
\section{Introduction}
|
||||
% The very first letter is a 2 line initial drop letter followed
|
||||
% by the rest of the first word in caps.
|
||||
%
|
||||
% form to use if the first word consists of a single letter:
|
||||
% \IEEEPARstart{A}{demo} file is ....
|
||||
%
|
||||
% form to use if you need the single drop letter followed by
|
||||
% normal text (unknown if ever used by the IEEE):
|
||||
% \IEEEPARstart{A}{}demo file is ....
|
||||
%
|
||||
% Some journals put the first two words in caps:
|
||||
% \IEEEPARstart{T}{his demo} file is ....
|
||||
%
|
||||
% Here we have the typical use of a "T" for an initial drop letter
|
||||
% and "HIS" in caps to complete the first word.
|
||||
\IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
|
||||
for IEEE \textsc{Transactions on Magnetics} journal papers produced under \LaTeX\ using
|
||||
IEEEtran.cls version 1.8b and later.
|
||||
% You must have at least 2 lines in the paragraph with the drop letter
|
||||
% (should never be an issue)
|
||||
I wish you the best of success.
|
||||
|
||||
\hfill mds
|
||||
|
||||
\hfill August 26, 2015
|
||||
|
||||
\subsection{Subsection Heading Here}
|
||||
Subsection text here.
|
||||
|
||||
% needed in second column of first page if using \IEEEpubid
|
||||
%\IEEEpubidadjcol
|
||||
|
||||
\subsubsection{Subsubsection Heading Here}
|
||||
Subsubsection text here.
|
||||
|
||||
|
||||
% An example of a floating figure using the graphicx package.
|
||||
% Note that \label must occur AFTER (or within) \caption.
|
||||
% For figures, \caption should occur after the \includegraphics.
|
||||
% Note that IEEEtran v1.7 and later has special internal code that
|
||||
% is designed to preserve the operation of \label within \caption
|
||||
% even when the captionsoff option is in effect. However, because
|
||||
% of issues like this, it may be the safest practice to put all your
|
||||
% \label just after \caption rather than within \caption{}.
|
||||
%
|
||||
% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
|
||||
% option should be used if it is desired that the figures are to be
|
||||
% displayed while in draft mode.
|
||||
%
|
||||
%\begin{figure}[!t]
|
||||
%\centering
|
||||
%\includegraphics[width=2.5in]{myfigure}
|
||||
% where an .eps filename suffix will be assumed under latex,
|
||||
% and a .pdf suffix will be assumed for pdflatex; or what has been declared
|
||||
% via \DeclareGraphicsExtensions.
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure}
|
||||
|
||||
% Note that the IEEE typically puts floats only at the top, even when this
|
||||
% results in a large percentage of a column being occupied by floats.
|
||||
|
||||
|
||||
% An example of a double column floating figure using two subfigures.
|
||||
% (The subfig.sty package must be loaded for this to work.)
|
||||
% The subfigure \label commands are set within each subfloat command,
|
||||
% and the \label for the overall figure must come after \caption.
|
||||
% \hfil is used as a separator to get equal spacing.
|
||||
% Watch out that the combined width of all the subfigures on a
|
||||
% line do not exceed the text width or a line break will occur.
|
||||
%
|
||||
%\begin{figure*}[!t]
|
||||
%\centering
|
||||
%\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_first_case}}
|
||||
%\hfil
|
||||
%\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
|
||||
%\label{fig_second_case}}
|
||||
%\caption{Simulation results for the network.}
|
||||
%\label{fig_sim}
|
||||
%\end{figure*}
|
||||
%
|
||||
% Note that often IEEE papers with subfigures do not employ subfigure
|
||||
% captions (using the optional argument to \subfloat[]), but instead will
|
||||
% reference/describe all of them (a), (b), etc., within the main caption.
|
||||
% Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
|
||||
% labels, the optional argument to \subfloat must be present. If a
|
||||
% subcaption is not desired, just leave its contents blank,
|
||||
% e.g., \subfloat[].
|
||||
|
||||
|
||||
% An example of a floating table. Note that, for IEEE style tables, the
|
||||
% \caption command should come BEFORE the table and, given that table
|
||||
% captions serve much like titles, are usually capitalized except for words
|
||||
% such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
|
||||
% and up, which are usually not capitalized unless they are the first or
|
||||
% last word of the caption. Table text will default to \footnotesize as
|
||||
% the IEEE normally uses this smaller font for tables.
|
||||
% The \label must come after \caption as always.
|
||||
%
|
||||
%\begin{table}[!t]
|
||||
%% increase table row spacing, adjust to taste
|
||||
%\renewcommand{\arraystretch}{1.3}
|
||||
% if using array.sty, it might be a good idea to tweak the value of
|
||||
% \extrarowheight as needed to properly center the text within the cells
|
||||
%\caption{An Example of a Table}
|
||||
%\label{table_example}
|
||||
%\centering
|
||||
%% Some packages, such as MDW tools, offer better commands for making tables
|
||||
%% than the plain LaTeX2e tabular which is used here.
|
||||
%\begin{tabular}{|c||c|}
|
||||
%\hline
|
||||
%One & Two\\
|
||||
%\hline
|
||||
%Three & Four\\
|
||||
%\hline
|
||||
%\end{tabular}
|
||||
%\end{table}
|
||||
|
||||
|
||||
% Note that the IEEE does not put floats in the very first column
|
||||
% - or typically anywhere on the first page for that matter. Also,
|
||||
% in-text middle ("here") positioning is typically not used, but it
|
||||
% is allowed and encouraged for Computer Society conferences (but
|
||||
% not Computer Society journals). Most IEEE journals/conferences use
|
||||
% top floats exclusively.
|
||||
% Note that, LaTeX2e, unlike IEEE journals/conferences, places
|
||||
% footnotes above bottom floats. This can be corrected via the
|
||||
% \fnbelowfloat command of the stfloats package.
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Conclusion}
|
||||
The conclusion goes here.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
% if have a single appendix:
|
||||
%\appendix[Proof of the Zonklar Equations]
|
||||
% or
|
||||
%\appendix % for no appendix heading
|
||||
% do not use \section anymore after \appendix, only \section*
|
||||
% is possibly needed
|
||||
|
||||
% use appendices with more than one appendix
|
||||
% then use \section to start each appendix
|
||||
% you must declare a \section before using any
|
||||
% \subsection or using \label (\appendices by itself
|
||||
% starts a section numbered zero.)
|
||||
%
|
||||
|
||||
|
||||
\appendices
|
||||
\section{Proof of the First Zonklar Equation}
|
||||
Appendix one text goes here.
|
||||
|
||||
% you can choose not to have a title for an appendix
|
||||
% if you want by leaving the argument blank
|
||||
\section{}
|
||||
Appendix two text goes here.
|
||||
|
||||
|
||||
% use section* for acknowledgment
|
||||
\section*{Acknowledgment}
|
||||
|
||||
|
||||
The authors would like to thank...
|
||||
|
||||
|
||||
% Can use something like this to put references on a page
|
||||
% by themselves when using endfloat and the captionsoff option.
|
||||
\ifCLASSOPTIONcaptionsoff
|
||||
\newpage
|
||||
\fi
|
||||
|
||||
|
||||
|
||||
% trigger a \newpage just before the given reference
|
||||
% number - used to balance the columns on the last page
|
||||
% adjust value as needed - may need to be readjusted if
|
||||
% the document is modified later
|
||||
%\IEEEtriggeratref{8}
|
||||
% The "triggered" command can be changed if desired:
|
||||
%\IEEEtriggercmd{\enlargethispage{-5in}}
|
||||
|
||||
% references section
|
||||
|
||||
% can use a bibliography generated by BibTeX as a .bbl file
|
||||
% BibTeX documentation can be easily obtained at:
|
||||
% http://mirror.ctan.org/biblio/bibtex/contrib/doc/
|
||||
% The IEEEtran BibTeX style support page is at:
|
||||
% http://www.michaelshell.org/tex/ieeetran/bibtex/
|
||||
%\bibliographystyle{IEEEtran}
|
||||
% argument is your BibTeX string definitions and bibliography database(s)
|
||||
%\bibliography{IEEEabrv,../bib/paper}
|
||||
%
|
||||
% <OR> manually copy in the resultant .bbl file
|
||||
% set second argument of \begin to the number of references
|
||||
% (used to reserve space for the reference number labels box)
|
||||
\begin{thebibliography}{1}
|
||||
|
||||
\bibitem{IEEEhowto:kopka}
|
||||
H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
|
||||
0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
% biography section
|
||||
%
|
||||
% If you have an EPS/PDF photo (graphicx package needed) extra braces are
|
||||
% needed around the contents of the optional argument to biography to prevent
|
||||
% the LaTeX parser from getting confused when it sees the complicated
|
||||
% \includegraphics command within an optional argument. (You could create
|
||||
% your own custom macro containing the \includegraphics command to make things
|
||||
% simpler here.)
|
||||
%\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}
|
||||
% or if you just want to reserve a space for a photo:
|
||||
|
||||
\begin{IEEEbiography}{Michael Shell}
|
||||
Biography text here.
|
||||
\end{IEEEbiography}
|
||||
|
||||
% if you will not have a photo at all:
|
||||
\begin{IEEEbiographynophoto}{John Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% insert where needed to balance the two columns on the last page with
|
||||
% biographies
|
||||
%\newpage
|
||||
|
||||
\begin{IEEEbiographynophoto}{Jane Doe}
|
||||
Biography text here.
|
||||
\end{IEEEbiographynophoto}
|
||||
|
||||
% You can push biographies down or up by placing
|
||||
% a \vfill before or after them. The appropriate
|
||||
% use of \vfill depends on what kind of text is
|
||||
% on the last page and whether or not the columns
|
||||
% are being equalized.
|
||||
|
||||
%\vfill
|
||||
|
||||
% Can be used to pull up biographies so that the bottom of the last one
|
||||
% is flush with the other column.
|
||||
%\enlargethispage{-5in}
|
||||
|
||||
|
||||
|
||||
% that's all folks
|
||||
\end{document}
|
||||
|
||||
|
783
IEEEtran/changelog.txt
Normal file
783
IEEEtran/changelog.txt
Normal file
|
@ -0,0 +1,783 @@
|
|||
|
||||
|
||||
Changelog history of the IEEEtran LaTeX class.
|
||||
2015/08/26
|
||||
by Michael Shell (MDS)
|
||||
http://www.michaelshell.org/
|
||||
|
||||
|
||||
2015/08/26 V1.8b (MDS) changes:
|
||||
|
||||
1) Added new comsoc mode for the IEEE Communications Society.
|
||||
This mode (at present) only invokes the use of the newtxmath math fonts.
|
||||
|
||||
2) Revised IEEEeqnarray column specifications to work with active "
|
||||
(or other punctuation catcode changes) as with babel under the
|
||||
german or ngerman language modes.
|
||||
Thanks to Stefan M. Moser for reporting this problem.
|
||||
|
||||
3) Added \indexspace and other index related macros as newer versions of
|
||||
article.cls now do. These macros are needed to avoid an error when
|
||||
using the glossaries package.
|
||||
Thanks to Sebastian Nyberg for suggesting this change.
|
||||
|
||||
4) Fixed odd/even page header font bug under compsoc mode and
|
||||
other page style code improvements.
|
||||
Thanks to Marco Paolieri for reporting this problem.
|
||||
|
||||
5) Added hooks to allow for easy control of spacing above title.
|
||||
|
||||
6) Added the \IEEEnoauxwrite command.
|
||||
Thanks to Sudarshan Mukherjee for suggesting this feature.
|
||||
|
||||
|
||||
2014/09/17 V1.8a (MDS) changes:
|
||||
|
||||
1) Extensive rework of the compsoc mode to comply with the latest standards
|
||||
of the IEEE Computer Society.
|
||||
|
||||
2) Internal code improvements for page setup and command argument
|
||||
processing.
|
||||
|
||||
3) Fixed abstract, index terms and diamond line for compsoc technotes.
|
||||
Thanks to Dimitris Schinianakis for reporting this problem.
|
||||
|
||||
4) New cspaper option to support the special trim paper size
|
||||
(7.875in x 10.75in) used in actual Computer Society journals. For
|
||||
compsoc journal mode, typesetting will not be altered by the use of this
|
||||
option.
|
||||
|
||||
5) New \IEEEraisesectionheading{} command to provide for the special raised
|
||||
first section heading of Computer Society journal papers.
|
||||
|
||||
6) Increased \clubpenalty, \widowpenalty, \displaywidowpenalty to
|
||||
discourage paragraph breaks at the first and last lines.
|
||||
Thanks to Dirk Beyer for suggesting this change.
|
||||
|
||||
7) Added lines per column console message.
|
||||
|
||||
|
||||
*******
|
||||
2012/12/27 V1.8 (MDS) changes::
|
||||
|
||||
1) New transmag class option to support the IEEE Transactions on Magnetics
|
||||
format. Thanks to Wei Yingkang, Sangmin Suh and Benjamin Gaussens
|
||||
for suggestions and beta testing.
|
||||
|
||||
2) The \IEEEcompsoctitleabstractindextext and
|
||||
\IEEEdisplaynotcompsoctitleabstractindextext
|
||||
commands have been deprecated in favor of their
|
||||
\IEEEtitleabstractindextext and \IEEEdisplaynontitleabstractindextext
|
||||
(observe that the "not" has changed to "non") equivalents. This change
|
||||
generalizes and decouples them from compsoc mode because the new
|
||||
transmag mode also uses them now.
|
||||
|
||||
3) Added new *-forms of \IEEEyesnumber*, \IEEEnonumber*, \IEEEyessubnumber*,
|
||||
and \IEEEnosubnumber* (the non-star form of the latter is also new) which
|
||||
persist across IEEEeqnarray lines until countermanded. To provide for
|
||||
continued subequations across instances of IEEEeqnarrays as well as for
|
||||
subequations that follow a main equation (e.g., 14, 14a, 14b ...)
|
||||
\IEEEyessubnumber no longer automatically increments the equation number
|
||||
on it's first invocation of a subequation group. Invoke both
|
||||
\IEEEyesnumber\IEEEyessubnumber together to start a new
|
||||
equation/subequation group.
|
||||
|
||||
4) Hyperref links now work with IEEEeqnarray equations.
|
||||
Thanks to Stefan M. Moser for reporting this problem.
|
||||
|
||||
5) Fixed \markboth so that it does not cause an error with babel.sty.
|
||||
Thanks to Frank Meier for suggesting this change.
|
||||
|
||||
6) Change all instances of ~ to \nobreakspace to avoid
|
||||
|
||||
! Argument of \language@active@arg~ has an extra }
|
||||
|
||||
figure caption error with bable.sty under spanish. Thanks to
|
||||
Manuel Olivares and Javier Bezos for suggesting this change.
|
||||
|
||||
7) Allow line breaks within long theorem names.
|
||||
Thanks to Miquel Payaro for suggesting this change.
|
||||
|
||||
8) Revised \IEEEeqnarraymulticol{} to allow inner alignments without
|
||||
requiring extra containing braces to prevent an incomplete \ifx error.
|
||||
Thanks to Stefan M. Moser and Auke van der Valk for reporting this
|
||||
problem.
|
||||
|
||||
9) Revised spacing at top of top figures and tables to better
|
||||
align with the top main text lines as IEEE does in its journals.
|
||||
Thanks to Dirk Beyer for reporting this issue and beta testing.
|
||||
|
||||
10) Removed support for legacy IED list commands, legacy QED and proof
|
||||
commands and the legacy biography and biographynophoto environments.
|
||||
IEEEtran no longer defines or references \labelindent so as to
|
||||
avoid namespace problems with list packages that define it.
|
||||
Thanks to Sven Köhler for reporting the problem with enumitem.sty.
|
||||
|
||||
|
||||
*******
|
||||
2007/03/05 V1.7a (MDS) changes:
|
||||
|
||||
1) Corrected problem of unwanted two column peer review title page format.
|
||||
Thanks to Virgilio Rodriguez for reporting this bug.
|
||||
|
||||
2) "depreciated" -> "deprecated". Thanks to Virgilio Rodriguez for
|
||||
suggesting this change.
|
||||
|
||||
|
||||
|
||||
*******
|
||||
2007/01/11 V1.7 (MDS) changes:
|
||||
|
||||
1) New class option compsoc to support the IEEE Computer Society format.
|
||||
|
||||
2) New class option captionsoff disables the display of figure/table
|
||||
captions. endfloat.sty is now mentioned in the docs. Thanks to Geoff
|
||||
Walker for suggesting these changes.
|
||||
|
||||
3) Fixed compatibility issues with subfig.sty and caption.sty. Thanks to
|
||||
Steven Douglas Cochran and Axel Sommerfeldt for suggesting this change.
|
||||
|
||||
4) New \CLASSINPUT, \CLASSOPTION and \CLASSINFO interface allows for more
|
||||
user control and conditional compilation.
|
||||
|
||||
5) \ifcenterfigcaptions (\centerfigcaptionstrue, \centerfigcaptionsfalse),
|
||||
\CMPARstart and \overrideIEEEmargins have been removed and no are
|
||||
longer supported. The effect of \overrideIEEEmargins can be mimicked
|
||||
via the more general \CLASSINPUT interface:
|
||||
% US letter paper:
|
||||
\newcommand{\CLASSINPUTinnersidemargin}{0.775in}
|
||||
\newcommand{\CLASSINPUToutersidemargin}{0.585in}
|
||||
% A4 paper:
|
||||
\newcommand{\CLASSINPUTinnersidemargin}{17mm}
|
||||
\newcommand{\CLASSINPUToutersidemargin}{11.647mm}
|
||||
|
||||
6) Several commands and environments have been deprecated in favor of
|
||||
replacements with IEEE prefixes to better avoid potential future name
|
||||
clashes with other packages. Legacy code retained to allow the use of
|
||||
the obsolete forms (for now), but with a warning message to the console
|
||||
during compilation:
|
||||
\IEEEauthorblockA, \IEEEauthorblockN, \IEEEauthorrefmark,
|
||||
\IEEEbiography, \IEEEbiographynophoto, \IEEEkeywords, \IEEEPARstart,
|
||||
\IEEEproof, \IEEEpubid, \IEEEpubidadjcol, \IEEEQED, \IEEEQEDclosed,
|
||||
\IEEEQEDopen, \IEEEspecialpapernotice. IEEEtran.cls now redefines
|
||||
\proof in way to avoid problems with the amsthm.sty package.
|
||||
For IED lists:
|
||||
\IEEEiedlabeljustifyc, \IEEEiedlabeljustifyl, \IEEEiedlabeljustifyr,
|
||||
\IEEEnocalcleftmargin, \IEEElabelindent, \IEEEsetlabelwidth,
|
||||
\IEEEusemathlabelsep
|
||||
|
||||
7) These commands/lengths now require the IEEE prefix and do not have
|
||||
legacy support: \IEEEnormaljot.
|
||||
For IED lists: \ifIEEEnocalcleftmargin, \ifIEEEnolabelindentfactor,
|
||||
\IEEEiedlistdecl, \IEEElabelindentfactor
|
||||
|
||||
8) \normalsizebaselineskip skip replaced by
|
||||
\CLASSINFOnormalsizebaselineskip (nonrubber dimen) length.
|
||||
Also, new \CLASSINFOnormalsizeunitybaselineskip (nonrubber dimen)
|
||||
provided.
|
||||
|
||||
9) Now defaults to using Alpha numbering rather than Roman for appendices
|
||||
numbering. This is because Alpha numbering is more common and avoids
|
||||
problems with theorem numbering. \ifuseRomanappendices
|
||||
(\useRomanappendicestrue, \useRomanappendicesfalse) is no longer
|
||||
supported. Instead, use the new class option romanappendices if Roman
|
||||
appendices numbering is desired. Thanks to Leonid Mirkin for reporting
|
||||
the problem with theorems in appendices and suggesting changes.
|
||||
|
||||
10) Improved paper size setting code for pdflatex.
|
||||
|
||||
11) Better handling of theorem numbering when using the section counter
|
||||
within the appendix(cies). Thanks to Leonid Mirkin for suggesting
|
||||
this change.
|
||||
|
||||
12) Fixed bug that caused equations at the end of theorems to be too
|
||||
close to the line below them.
|
||||
|
||||
13) Provided hook to conference mode console notice and changed notice to
|
||||
better support conferences that use A4 paper. Thanks to Volker Kuhlmann
|
||||
for suggesting this change.
|
||||
|
||||
14) \IEEEauthorrefmark made robust to allow it to be used in \thanks
|
||||
without a leading \protect
|
||||
|
||||
15) Improved \textunderscore to provide a much better fake _ when used with
|
||||
OT1 encoding. Under OT1, detect use of pcr or cmtt \ttfamily and use
|
||||
available true _ glyph for those two typewriter fonts.
|
||||
|
||||
16) Revised internal \@sect command to be more robust for users who employ
|
||||
modified section heading formats. Thanks to Zarko F. Cucej for
|
||||
suggesting this change.
|
||||
|
||||
17) Improved \thesubsubsection definition to prevent breaks at the hyphen.
|
||||
Thanks to Moritz Borgmann for suggesting this change. Thanks to
|
||||
Dan Luecking and Heiko Oberdiek for explaining some of the various
|
||||
alternatives and techniques to fix it.
|
||||
|
||||
18) No longer provide \NAT@parse hack to get cite.sty to play (somewhat)
|
||||
with hyperref.sty as this is already included in cite.sty version
|
||||
4.0 (2003-05-27) and later.
|
||||
|
||||
19) At the beginning of document, set the default style of url.sty to be
|
||||
the same as the current text font - as is done in IEEE journals.
|
||||
|
||||
20) Corrected excessive line spacing in journal table captions. Thanks to
|
||||
Moritz Borgmann for suggesting this change.
|
||||
|
||||
21) Corrected \thesubsubsection to use the "I-A1" format IEEE uses rather
|
||||
than "I-A.1" as was done before. Ditto for \theparagraph. Thanks to
|
||||
Moritz Borgmann for suggesting this change.
|
||||
|
||||
22) Enclose papersize specials within \AtBeginDvi in case someone wants
|
||||
to make a format with IEEEtran. Thanks to Moritz Borgmann for
|
||||
suggesting this change.
|
||||
|
||||
23) Eliminated the small space after abstract and keywords dash as IEEE
|
||||
now does. Thanks to Moritz Borgmann for suggesting this change.
|
||||
|
||||
24) IEEEkeywords is no longer locked out in conference mode
|
||||
|
||||
25) Increase defaults of \binoppenalty and \relpenalty to discourage
|
||||
breaks within equations. Thanks to Moritz Borgmann for suggesting
|
||||
this change.
|
||||
|
||||
26) Support optional argument for IEEEproof. Thanks to Ingo Steinwart for
|
||||
suggesting this change. Also, start a new \par with \IEEEproof.
|
||||
|
||||
27) Add support for an optional argument to \bstctlcite.
|
||||
|
||||
28) Changed \topfraction and \dbltopfraction from 1.0 to 0.9. Thanks to
|
||||
Donald Arseneau for suggesting this change.
|
||||
|
||||
|
||||
*******
|
||||
2005/09/13 V1.6c (MDS) changes:
|
||||
|
||||
1) Changed endfigure/endfloat definitions so as not to cause problems with
|
||||
preview-LaTeX and other packages. Thanks to Stephan Heuel and David
|
||||
Kastrup for reporting this problem.
|
||||
|
||||
|
||||
|
||||
*******
|
||||
2002/11/18 V1.6b (MDS) changes:
|
||||
|
||||
1) Fixed problem with figure captions when using hyperref. Thanks to
|
||||
Leandro Barajas and Michael Bassetti for reporting this bug.
|
||||
|
||||
2) Provide a fake nabib command \NAT@parse so that hyperref will not
|
||||
interfere with the operation of cite.sty. However, as a result citation
|
||||
numbers will not be hyperlinked. Also, natbib will not be able to work
|
||||
with IEEEtran. However, this is perhaps the best solution until
|
||||
cite.sty and hyperref.sty are able to co-exist with each other.
|
||||
It easy enough to override the fake command via:
|
||||
\makeatletter
|
||||
\let\NAT@parse\undefined
|
||||
\makeatother
|
||||
|
||||
3) Revised font selection method so as not to have problems when used
|
||||
with setspace.sty. Thanks to Zhang Yan for reporting this bug.
|
||||
|
||||
4) Added \special to feed papersize to dvips. Thanks to Moritz Borgmann
|
||||
for suggesting this feature.
|
||||
|
||||
5) In addition to the IEEE IED lists, the original IED style list
|
||||
environments (as is done in article.cls) are now provided as
|
||||
LaTeXitemize, LaTeXenumerate, and LaTeXdescription. Also, users can
|
||||
now redefine \makelabel within IEEE IED list controls. There may be
|
||||
some use for this in specialized applications. Thanks to Eli Barzilay
|
||||
for suggesting this feature.
|
||||
|
||||
6) \table* now defaults to \footnotesize text like \table.
|
||||
|
||||
7) The draft modes now no longer force a pagebreak after the title.
|
||||
Thanks to Christian Peel for suggesting this change.
|
||||
|
||||
8) New draftclsnofoot mode is like draftcls, but does not display the
|
||||
date and the word "DRAFT" at the foot of the page. Thanks to
|
||||
Christian Peel for suggesting this feature.
|
||||
|
||||
9) New peerreview and peerreviewca modes with \IEEEpeerreviewmaketitle
|
||||
command allows for a "cover" titlepage for anonymous peer review.
|
||||
Except for the cover titlepage, peerreview is much like journal mode.
|
||||
peerreviewca is like peerreview, but allows the author names to be
|
||||
entered and formatted as under conference mode so that author
|
||||
affiliations and contact information can be easily seen on the cover
|
||||
page. Thanks to Eric Benedict for suggesting this feature.
|
||||
|
||||
|
||||
|
||||
*******
|
||||
2002/08/13 V1.6 (MDS) changes:
|
||||
|
||||
1) Added conference mode via conference option. Defaults to the
|
||||
traditional journal mode. e.g., \documentclass[conference]{IEEEtran}
|
||||
|
||||
2) Added support for A4 paper via new a4paper option. Pdflatex's paper
|
||||
size lengths are now automatically set to the proper paper size being
|
||||
used.
|
||||
|
||||
3) Revised margins again. Page text is now horizontally centered.
|
||||
Conference mode increases the top and bottom margins with the bottom
|
||||
margin being slightly larger. For A4 paper, the top margin and text
|
||||
typesetting will not change from those of US letter paper, but the side
|
||||
margins will be smaller and the bottom margin will be larger than that
|
||||
of US letter. All per IEEE specs.
|
||||
|
||||
4) Fixed footnote line spacing anomaly in draft mode.
|
||||
Thanks to Alberto Rodriguez for reporting this bug.
|
||||
|
||||
Also, slightly revised footnote and \thanks note spacing.
|
||||
Set \interfootnotelinepenalty=10000 to prevent LaTeX
|
||||
from breaking footnotes across multiple pages or columns.
|
||||
|
||||
5) Fixed bug that caused overwritten photo areas and sometimes anomalous
|
||||
spacing when a new paragraph was started within a biography. Also,
|
||||
the presence of \par's, new lines or spaces at the beginning of
|
||||
abstract, keywords, biography, or biographynophoto will no longer
|
||||
affect the first word spacing.
|
||||
Thanks to Eric Durant for reporting this bug.
|
||||
|
||||
The biography environment now does a better job in preventing
|
||||
a biography photo area from being broken across pages or columns.
|
||||
|
||||
6) Fixed whitespace between \cite entries bug. i.e.,
|
||||
both \cite{einstein24, knuth84} and \cite{einstein24,knuth84}
|
||||
are now valid. \cite is now a robust command as it should be.
|
||||
IEEEtran now no longer defines the old non-standard \shortcite or
|
||||
\citename.
|
||||
|
||||
The base IEEEtran.cls does not sort citation numbers or produce ranges
|
||||
for three or more consecutive numbers. However, V1.6 of IEEEtran.cls
|
||||
now pre-defines the following format control macros to facilitate easy
|
||||
use with Donald Arseneau's cite.sty package (tested with cite.sty V3.9):
|
||||
|
||||
\def\citepunct{], [}
|
||||
\def\citedash{]--[}
|
||||
|
||||
cite.sty is standard on most LaTeX sytems and can be obtained from
|
||||
www.ctan.org. Thanks to Donald Arseneau for creating cite.sty,
|
||||
providing the required format arguments to produce the IEEE style
|
||||
and designing a cite interface capable of handling the IEEE citation
|
||||
style.
|
||||
|
||||
Note: Historically, IEEE has wanted authors to "hardcode" symbolics.
|
||||
(i.e., replace all \cite{} with fixed [x]). However, it now seems that
|
||||
most electronic manuscript submissions to IEEE are in .pdf format, and
|
||||
as such, do not require the LaTeX document reference numbers to be hard
|
||||
coded. If an author is required to submit actual LaTeX files, I do
|
||||
recommend that the bibliography file (.bbl) be copied into the .tex
|
||||
document and the \bibliographystyle{} and \bibliography{} commands be
|
||||
commented out so that the .tex file does not depend on (potentially
|
||||
lengthy and/or confidential) external bibliography database files
|
||||
|
||||
7) Adjusted some spacing parameters. The spacing above and below equations
|
||||
has been revised (to a typical IEEE value). \jot now has a decent value.
|
||||
The title text is now exactly 24pt. (On a related note, \fontsubfuzz has
|
||||
been increased to 0.9pt to prevent annoying font substitution warnings
|
||||
when using the Computer Modern fonts that use the 24.88pt size.)
|
||||
In V1.6, \small is now 8.5pt in 9pt docs because \footnotesize is 8pt.
|
||||
For 9pt docs, you should probably go ahead and use \footnotesize when
|
||||
you need text a little smaller than \normalsize.
|
||||
The interword spacing has been adjusted to be extremely close to that
|
||||
which IEEE uses. You can use a new class option, nofonttune, if you need
|
||||
to disable the adjusting of the interword spacing. This adjustment and
|
||||
an increase to \hyphenpenalty have greatly reduced the amount of
|
||||
hyphenation in a typical paper.
|
||||
The baselineskip for the normalsize fonts has been tweaked to reduce
|
||||
underfull vboxes on journal paper columns with only paragraphs.
|
||||
Conference mode does the same thing but by also tweaking the \textheight
|
||||
slightly off 9.25in (IEEE spec) to ensure an integer number of lines per
|
||||
page. Draft (also draftcls) mode has also been revised to reduce
|
||||
underfull vbox warnings. However, draft mode can still produce underfull
|
||||
vboxes (a direct result of the increase in line spacing and margins) if:
|
||||
A non-normalsize font occupies an entire column (abstract and index
|
||||
terms take up a whole column by themselves); or the beginning of a
|
||||
section occurs near the end of a column and cannot be squeezed into the
|
||||
bottom, etc. This is normal as draft mode's liberal spacings cannot
|
||||
guarantee perfect formatting.
|
||||
|
||||
8) New biographynophoto environment for biographies without photos.
|
||||
Usage:
|
||||
|
||||
\begin{biographynophoto}{author name}
|
||||
biography text here
|
||||
\end{biographynophoto}
|
||||
|
||||
9) Fixed bug that produced multiple table of contents entries for papers
|
||||
with more than one biography. Also, biography now works better with
|
||||
hyperref.
|
||||
|
||||
10) New \sublargesize font size command provides for 11pt text in a 10pt
|
||||
document. (Needed for things like author names.) For documents not
|
||||
using 10pt normal size text, \sublargesize is currently identical
|
||||
to \large.
|
||||
|
||||
11) New \IEEEmembership command to provide correct font to indicate IEEE
|
||||
membership for journal papers.
|
||||
|
||||
12) Fixed author name line overflow problem when in journal mode. This
|
||||
problem had been introduced in V1.5 in my rush to get \and to work for
|
||||
conferences. \and is unneeded (and invalid) in journal mode. For
|
||||
conference mode, \and will work as expected and features an optional
|
||||
spacing argument. i.e., \and[\hspace{5ex}]
|
||||
\and will default (recommended) to using \hfill which will result in
|
||||
equal spacing between author blocks.
|
||||
|
||||
13) New \authorblockN, \authorblockA and \authorrefmark commands to
|
||||
facilitate easy formatting of author names, affiliations and cross
|
||||
reference symbols, respectively, when in conference mode. These
|
||||
three commands are to be used only for conference papers.
|
||||
In conference mode, \author text is placed within a modified tabular
|
||||
environment (somewhat like article.cls). So, within \author in
|
||||
conference mode, you should not try to enclose multiple \\ within an
|
||||
environment or command (other than the argument braces of
|
||||
\authorblockX{}). For example:
|
||||
|
||||
\author{\authorblockN{{John Doe \\ Jane Doe}}} % WRONG!
|
||||
|
||||
will generate an error.
|
||||
|
||||
Note that font size/attribute changes will now persists across \\
|
||||
within \author. (But, not across author blocks nor across \and.)
|
||||
However, with the new commands, there should be no need to alter any
|
||||
font attributes within \author. All text sizing and spacing within
|
||||
\author{} and the author block commands is per IEEE specs for both
|
||||
conference and journal modes. (In conference mode, the author names
|
||||
are only very slightly larger than the affiliations which are in normal
|
||||
size.) For specialized applications you can alter the justification of
|
||||
author lines by placing \hfill at the beginning or at the end of a line.
|
||||
The interline spacing within \author is determined by the font
|
||||
attributes that are in effect at the end of each line within author.
|
||||
|
||||
14) Because the titles and author name blocks use different font
|
||||
sizes/styles from the main text, it was possible that two column papers
|
||||
with titles that span both columns (standard journal and conference
|
||||
papers, but not technotes) with certain numbers of lines for the title
|
||||
and authors' name/affiliations can cause underfull vbox problems
|
||||
(paragraphs with large spacings between them) in the second column of
|
||||
the main text on the title page - if there were no new sections,
|
||||
equations or figures in this column (they would provide some needed
|
||||
rubber spacing). The use of things like special paper notices and
|
||||
publisher ID marks also affected this issue. The problem could not
|
||||
happen in the first column because the first column has a rubber length
|
||||
around the heading of the first section. Furthermore, problems seldom
|
||||
occurred on pages after the first as the margins had been chosen not to
|
||||
cause it with the popular font sizes. Rubber lengths after the author
|
||||
names would not fix this problem.
|
||||
Auto-calculating a "good" spacing after the title is a tad difficult
|
||||
to do in LaTeX. However, I am pleased to report that V1.6 has this new
|
||||
capability - "dynamically determined title spacing". IEEEtran will now
|
||||
measure the height of all the title and author text in \maketitle
|
||||
and then calculate a rigid (non-rubber) spacer to follow that meets
|
||||
IEEE specs and also produces a \textheight on the title page that
|
||||
ensures an integer number of normalsized lines on the rest of the page.
|
||||
Single column papers, and two column papers with the title entirely in
|
||||
column one (technotes) do not need dynamic rigid spacing and therefore
|
||||
use standard rubber spacers.
|
||||
|
||||
Note: This problem can still crop up if you use floats that span both
|
||||
columns (i.e., figure*). It has been a decade+ long limitation with
|
||||
LaTeX that the stretchable portion of \dbltextfloatsep is ignored.
|
||||
If you get a problem with underful vbox warnings and paragraphs that
|
||||
"are pulled apart" on page with a float that spans both columns, tweak
|
||||
the space between the figure and the main text a little:
|
||||
|
||||
\vskip 5pt
|
||||
\end{figure*}
|
||||
|
||||
If you can't find a value that fixes both columns, you are going to
|
||||
have to put a rubber spacer somewhere in one or both of the columns.
|
||||
15) Because of change #14 above, those of you using \pubid will, as of V1.6,
|
||||
have to place it *before* \maketitle in order for it have the intended
|
||||
affect. The dynamic spacer algorithm must see if you are using \pubid
|
||||
when \maketitle is called. \pubidadjcol works as before except that it
|
||||
now has additional logic to prevent it from doing anything if \pubid
|
||||
was never called.
|
||||
|
||||
16) In some unusual, non-standard circumstances, an author may desire to
|
||||
alter the spacing after the title area or put some unusual text above
|
||||
the main text. For instance, to stop a bad break when a new section
|
||||
occurs right at the start of the second page. This is difficult to do
|
||||
when the title spans both columns of two column text since LaTeX treats
|
||||
such title text as a type of float. A new command,
|
||||
\IEEEaftertitletext{}, gives access to the end of that produced by
|
||||
\maketitle. The types of things that can go into \IEEEaftertitletext
|
||||
are the same as those into \twocolumn[] - no \par, but \\ are OK. There
|
||||
is no restriction on the range of spacings that can be used. e.g.,
|
||||
\IEEEaftertitletext{\vspace{-100pt}} will push the main text well into
|
||||
the title and \IEEEaftertitletext{\vspace{100pt}} will push it far down
|
||||
the page. You will have complete control. If used, place
|
||||
\IEEEaftertitletext{} before \maketitle like \title and \author.
|
||||
IEEEtran's dynamic title spacing intentionally does not take into
|
||||
consideration the contents of \IEEEaftertitletext{} when determining
|
||||
the spacer after the title area (otherwise it would try to second
|
||||
guess you), so the user will have manually adjust the height of the
|
||||
contents in \IEEEaftertitletext{} if the problem discussed in #14 above
|
||||
should develop. A safe bet is to keep the height of contents of
|
||||
\IEEEaftertitletext{} to integer multiples of \baselineskip, e.g.,
|
||||
\IEEEaftertitletext{\vspace{-1\baselineskip}}
|
||||
|
||||
Because it can result in an IEEE nonstandard format, the use of
|
||||
\IEEEaftertitletext{} is discouraged. Possible uses include (1) the use
|
||||
of IEEEtran for non-IEEE work with different title spacing requirements,
|
||||
or (2) as an emergency manual override if a problem should develop in
|
||||
IEEEtran's automatic spacing algorithm.
|
||||
|
||||
17) completely rewritten \PARstart to:
|
||||
a. no longer have problems when the user begins an environment
|
||||
within the paragraph that uses \PARstart.
|
||||
b. auto-detect and use the current font family
|
||||
c. revise handling of the space at the end of the first word so that
|
||||
interword glue will now work as normal.
|
||||
d. produce correctly aligned edges for the (two) indented lines.
|
||||
|
||||
Because the current font family is now auto-detected, there is no
|
||||
longer any need for \CMPARstart - it is now the same as \PARstart.
|
||||
|
||||
18) There is now a new "open box" Q.E.D. symbol (\QEDopen) as well as the
|
||||
original default (\QED) closed one (\QEDclosed). Some journals use
|
||||
the open form. To make \proof use the open form, just do:
|
||||
\renewcommand{\QED}{\QEDopen}
|
||||
|
||||
19) Additional \typeout{} notices added to warn the user when unusual
|
||||
settings/commands are detected or as reminders to avoid common errors
|
||||
when in conference mode.
|
||||
|
||||
20) IEEEtran now provides \abovecaptionskip and \belowcaptionskip skip
|
||||
registers because article class provides them and some packages
|
||||
may error if they are missing. However, IEEEtran only uses
|
||||
\abovecaptionskip for actual caption spacing.
|
||||
|
||||
21) Fixed bug that prevented users from redefining the section headings
|
||||
to use arabic digits. Thanks to Richardt H. Wilkinson for reporting
|
||||
this bug.
|
||||
|
||||
22) Code cleaned up to be more efficient with the use of TeX registers;
|
||||
removed some old LaTeX 2.09 code; revised option processing to
|
||||
LaTeX2e standard; eliminated unwanted "phantom" spaces in some
|
||||
environments.
|
||||
|
||||
23) Added new \IEEEeqnarray, \IEEEeqnarraybox, \IEEEeqnarrayboxm and
|
||||
\IEEEeqnarrayboxt environments to provide superior alternatives to the
|
||||
standard LaTeX \eqnarray, \array and \tabular. Additional new support
|
||||
commands include \IEEEeqnarraydecl, \IEEEeqnarrayboxdecl,
|
||||
\IEEEeqnarraymathstyle, \IEEEeqnarraytextstyle, \yesnumber.
|
||||
\IEEEnonumber, \IEEEyesnumber, \IEEEyessubnumber, \IEEEeqnarraynumspace,
|
||||
\IEEEeqnarraymulticol, \IEEEeqnarrayomit, \IEEEeqnarraydefcol,
|
||||
\IEEEeqnarraydefcolsep, \IEEEeqnarrayseprow, \IEEEeqnarrayseprowcut,
|
||||
\IEEEeqnarrayrulerow, \IEEEeqnarraydblrulerowcut,
|
||||
\IEEEeqnarraystrutmode, \IEEEeqnarraystrutsize,
|
||||
\IEEEeqnarraystrutsizeadd, \IEEEvisiblestrutstrue,
|
||||
\IEEEvisiblestrutsfalse and \IEEEstrut.
|
||||
These are documented in the user's guide.
|
||||
|
||||
24) V1.6 changed back to using () around theorem names (which are also now
|
||||
in italics) as this is what IEEE is using now. Thanks to Christian Peel
|
||||
for reporting this. Also, when section numbers are used as the first
|
||||
part of theorem numbers, display them in arabic, not Roman.
|
||||
|
||||
25) New \IEEEtriggeratref{X} command allows a page break to be triggered
|
||||
just before the given reference number "X". This is most useful when
|
||||
balancing the columns on the last page and a \newpage between references
|
||||
is desired. \IEEEtriggercmd{X} allows a different command to be executed
|
||||
at trigger.
|
||||
|
||||
|
||||
|
||||
*******
|
||||
2001/07/26 V1.5 (MDS) changes:
|
||||
|
||||
|
||||
1) Fixed \and within \author bug: (! Misplaced \crcr. \endtabular ->\crcr)
|
||||
Thanks to Rainer Dorsch for discovering and reporting that \and
|
||||
did not work.
|
||||
|
||||
2) Fixed the biography environment so that if a biography's text is shorter
|
||||
than the area allocated for the photo, a collision with the next
|
||||
biography does not occur. You can now put real graphics (using the
|
||||
graphicx package) into the biography photo box with a new optional
|
||||
argument of the biography command! For example:
|
||||
|
||||
\begin{biography}[{\includegraphics[width=1in,height=1.25in,clip,
|
||||
keepaspectratio]{./tux.eps}}]{Linux Penguin}
|
||||
|
||||
will use the specified graphic as the author's photo. The photo area is
|
||||
exactly 1in wide by 1.25in high - as is done in IEEE Transactions. Try
|
||||
to keep the same 4:5 aspect ratio if scanning/cropping your photos.
|
||||
Note the need for the extra set of enclosing braces around the
|
||||
\includegraphics. Without it, The LaTeX parser may get confused when it
|
||||
sees the \includegraphics's brackets within the biography's optional
|
||||
argument. Due to the length of the \includegraphics command, you may
|
||||
wish to define your own shorthand form of it. I have not done so with
|
||||
IEEEtran to prevent dependence on the graphicx package. If you do not
|
||||
use the optional argument, or leave it empty, a standard frame box
|
||||
with the words "Place Photo Here" will be used. If you want the space
|
||||
to remain completely empty, you can do:
|
||||
|
||||
\begin{biography}[\mbox{}]{The Invisible Man}
|
||||
|
||||
The interface to biography's optional argument is into a
|
||||
1in X 1.25in minipage in which the argument text is centered both
|
||||
horizontally and vertically:
|
||||
|
||||
\begin{minipage}[b][1.25in][c]{1in}%
|
||||
\centering
|
||||
#1%
|
||||
\end{minipage}
|
||||
|
||||
Within the biography environment, \unitlength is set to 1in.
|
||||
With this in mind, you can even design your own custom frameboxes.
|
||||
For instance:
|
||||
|
||||
\begin{biography}[\framebox(1,1.25){\parbox[][\height
|
||||
][c]{0.9in}{\centering PLACE\\ PHOTO\\
|
||||
HERE}}]{Author Name}
|
||||
|
||||
will yield the same type of result as the default photo box.
|
||||
|
||||
Thanks to Herbert Voss for discovering the collision bug, suggesting
|
||||
the ability to handle graphics and providing some prototype code.
|
||||
|
||||
|
||||
|
||||
*******
|
||||
2001/03/15 V1.4 (MDS) changes:
|
||||
|
||||
|
||||
1) New "draftcls" and "final" options have been added.
|
||||
Thanks to Dragan Cvetkovic for suggesting an option like draftcls.
|
||||
|
||||
2) Documentation changes to reflect the fact that this IEEEtran.cls
|
||||
is no longer beta test.
|
||||
|
||||
3) Slightly revised caption sizes. Figure and table captions are now
|
||||
in \footnotesize, not \small as before.
|
||||
|
||||
4) Allow user to control figure caption justification. IEEEtran.cls
|
||||
normally defaults to left justified as is done in Transactions.
|
||||
However, for conferences, you may wish to issue the command:
|
||||
\centerfigcaptionstrue
|
||||
in the preamble. Short (less than one line long) figure captions
|
||||
will then be centered. Multi-line figure captions will always be
|
||||
properly left justified. V1.6: This is already done for you when
|
||||
using the conference mode.
|
||||
|
||||
|
||||
|
||||
*******
|
||||
2001/01/18 V1.3
|
||||
Michael Shell (MDS) made extensive changes and additions:
|
||||
|
||||
|
||||
BUGS FIXED (and many others too numerous to mention!):
|
||||
1) Fixed improper alignment with itemized, enumerated and
|
||||
description lists. Added new controls to these three
|
||||
environments so that it is easy to get the alignment IEEE
|
||||
uses. Furthermore, the itemize, enumerate and description lists
|
||||
no longer force a new paragraph to begin at the end the list
|
||||
(\par). (Sometimes lists are used within paragraphs.)
|
||||
|
||||
2) JVH's fixes now allow things like $\mathbf{N}(0,P(0))$
|
||||
to work properly without needing the extra braces:
|
||||
${\mathbf{N}}(0,P(0))$. There is no longer any dependence
|
||||
on the "rawfonts" and "oldlfont" packages. Thanks Juergen!
|
||||
|
||||
3) Fixed underfull hbox errors and incorrect reference number
|
||||
alignment when the number of references in the bibliography
|
||||
exceeded 9 entries (which is almost every paper!).
|
||||
|
||||
4) Removed dependence on the LaTeX sizexx.clo files.
|
||||
Now, 9pt documents should work correctly even on systems that
|
||||
lack a size9.clo file. This is most often used in conjunction
|
||||
with the option "technote" for "correspondence" papers like those
|
||||
in IEEE Transactions on Information Theory. For virtually all
|
||||
other papers, 10pt is used and so it is the default.
|
||||
Some improper font sizes have been corrected. \footnotesize is
|
||||
now 8pt in 9pt docs, so footnotes in technotes should be the
|
||||
correct size now.
|
||||
|
||||
5) Added \interlinepenalty within the bibliography section to discourage
|
||||
LaTeX from breaking within a reference. IEEE almost never breaks within
|
||||
a reference and when they do it is usually in technotes
|
||||
(correspondence papers). You may get an underfull vbox warning in the
|
||||
bibliography indicating that the spacing just before the "REFERENCES"
|
||||
section is larger than normal, but the final result will be more like
|
||||
what IEEE will publish. See the comments in the BIBLIOGRAPHY section
|
||||
around line 2034 below if you want to change this behavior.
|
||||
|
||||
6) No longer "blows up" when you use \paragraph and have a table
|
||||
of contents.
|
||||
|
||||
7) Theorem environment changed, (but for V1.6, back to the old way, sigh).
|
||||
|
||||
8) Figure captions adjusted: IEEE left (not center) justifies
|
||||
figure captions (for journals) and does not indent figure caption text.
|
||||
|
||||
9) Adjusted some spacings in the table of contents(TOC))/list-of-figures/
|
||||
list-of-tables so that section/table numbers will not so easily
|
||||
collide with the titles. Section VIII was usually the worst offender.
|
||||
Still doesn't right justify the section numbers, but neither does
|
||||
article.cls (This must be why LaTeX likes the x.y.z section numbering
|
||||
scheme unlike I, II, III, etc. of IEEE. )
|
||||
It may be "normal" as it is (left justified). sigh.
|
||||
|
||||
10) Now uses "index terms" now as a heading instead of "keywords".
|
||||
Furthermore, the "index terms" and "abstract" headings are in bold
|
||||
italic. This is how IEEE does things.
|
||||
|
||||
11) \thebibliography and \biography now put entries into
|
||||
the table of contents for you.
|
||||
|
||||
|
||||
*******
|
||||
|
||||
|
||||
|
||||
|
||||
*******
|
||||
2000/09/06 (JVH) changes: (now designated as V1.2)
|
||||
|
||||
made some corrections to get closer to LaTeX2e
|
||||
20000906 Juergen v.Hagen
|
||||
vonhagen@ihefiji.etec.uni-karlsruhe.de
|
||||
|
||||
Permission to redistribute granted as of December 2000.
|
||||
*******
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
*******
|
||||
|
||||
1996 (JWD) LaTeX2e version: (now designated as V1.1)
|
||||
|
||||
In the most recent TeXhax digest, there was a request for a copy of
|
||||
IEEEtrans.sty modified to work with LaTeX2e. I have a version I
|
||||
modified to make it IEEEtrans.cls, which I have sent to the person
|
||||
making the request and am now sending to you to consider posting to
|
||||
the archives.
|
||||
--
|
||||
Jon Dixon
|
||||
dixonj@colorado.edu
|
||||
http://spot.colorado.edu/~dixonj/
|
||||
|
||||
*******
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
*******
|
||||
|
||||
30-August-1993 original LaTeX 2.09 version (IEEEtran.sty),
|
||||
(now designated as V1.0):
|
||||
|
||||
by Gerry Murray and Silvano Balemi
|
||||
Automatic Control Lab, ETH Zurich, Switzerland
|
||||
balemi@aut.ee.ethz.ch
|
||||
|
||||
*******
|
||||
|
||||
|
||||
|
BIN
IEEEtran/conference_071817.pdf
Normal file
BIN
IEEEtran/conference_071817.pdf
Normal file
Binary file not shown.
284
IEEEtran/conference_071817.tex
Normal file
284
IEEEtran/conference_071817.tex
Normal file
|
@ -0,0 +1,284 @@
|
|||
\documentclass[conference]{IEEEtran}
|
||||
\IEEEoverridecommandlockouts
|
||||
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
|
||||
\usepackage{cite}
|
||||
\usepackage{amsmath,amssymb,amsfonts}
|
||||
\usepackage{algorithmic}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{textcomp}
|
||||
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
|
||||
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
|
||||
\begin{document}
|
||||
|
||||
\title{Paper Title*\\
|
||||
{\footnotesize \textsuperscript{*}Note: Sub-titles are not captured in Xplore and
|
||||
should not be used}
|
||||
\thanks{Identify applicable funding agency here. If none, delete this.}
|
||||
}
|
||||
|
||||
\author{\IEEEauthorblockN{1\textsuperscript{st} Given Name Surname}
|
||||
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
|
||||
\textit{name of organization (of Aff.)}\\
|
||||
City, Country \\
|
||||
email address}
|
||||
\and
|
||||
\IEEEauthorblockN{2\textsuperscript{nd} Given Name Surname}
|
||||
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
|
||||
\textit{name of organization (of Aff.)}\\
|
||||
City, Country \\
|
||||
email address}
|
||||
\and
|
||||
\IEEEauthorblockN{3\textsuperscript{rd} Given Name Surname}
|
||||
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
|
||||
\textit{name of organization (of Aff.)}\\
|
||||
City, Country \\
|
||||
email address}
|
||||
\and
|
||||
\IEEEauthorblockN{4\textsuperscript{th} Given Name Surname}
|
||||
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
|
||||
\textit{name of organization (of Aff.)}\\
|
||||
City, Country \\
|
||||
email address}
|
||||
\and
|
||||
\IEEEauthorblockN{5\textsuperscript{th} Given Name Surname}
|
||||
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
|
||||
\textit{name of organization (of Aff.)}\\
|
||||
City, Country \\
|
||||
email address}
|
||||
\and
|
||||
\IEEEauthorblockN{6\textsuperscript{th} Given Name Surname}
|
||||
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
|
||||
\textit{name of organization (of Aff.)}\\
|
||||
City, Country \\
|
||||
email address}
|
||||
}
|
||||
|
||||
\maketitle
|
||||
|
||||
\begin{abstract}
|
||||
This document is a model and instructions for \LaTeX.
|
||||
This and the IEEEtran.cls file define the components of your paper [title, text, heads, etc.]. *CRITICAL: Do Not Use Symbols, Special Characters, Footnotes,
|
||||
or Math in Paper Title or Abstract.
|
||||
\end{abstract}
|
||||
|
||||
\begin{IEEEkeywords}
|
||||
component, formatting, style, styling, insert
|
||||
\end{IEEEkeywords}
|
||||
|
||||
\section{Introduction}
|
||||
This document is a model and instructions for \LaTeX.
|
||||
Please observe the conference page limits.
|
||||
|
||||
\section{Ease of Use}
|
||||
|
||||
\subsection{Maintaining the Integrity of the Specifications}
|
||||
|
||||
The IEEEtran class file is used to format your paper and style the text. All margins,
|
||||
column widths, line spaces, and text fonts are prescribed; please do not
|
||||
alter them. You may note peculiarities. For example, the head margin
|
||||
measures proportionately more than is customary. This measurement
|
||||
and others are deliberate, using specifications that anticipate your paper
|
||||
as one part of the entire proceedings, and not as an independent document.
|
||||
Please do not revise any of the current designations.
|
||||
|
||||
\section{Prepare Your Paper Before Styling}
|
||||
Before you begin to format your paper, first write and save the content as a
|
||||
separate text file. Complete all content and organizational editing before
|
||||
formatting. Please note sections \ref{AA}--\ref{SCM} below for more information on
|
||||
proofreading, spelling and grammar.
|
||||
|
||||
Keep your text and graphic files separate until after the text has been
|
||||
formatted and styled. Do not number text heads---{\LaTeX} will do that
|
||||
for you.
|
||||
|
||||
\subsection{Abbreviations and Acronyms}\label{AA}
|
||||
Define abbreviations and acronyms the first time they are used in the text,
|
||||
even after they have been defined in the abstract. Abbreviations such as
|
||||
IEEE, SI, MKS, CGS, ac, dc, and rms do not have to be defined. Do not use
|
||||
abbreviations in the title or heads unless they are unavoidable.
|
||||
|
||||
\subsection{Units}
|
||||
\begin{itemize}
|
||||
\item Use either SI (MKS) or CGS as primary units. (SI units are encouraged.) English units may be used as secondary units (in parentheses). An exception would be the use of English units as identifiers in trade, such as ``3.5-inch disk drive''.
|
||||
\item Avoid combining SI and CGS units, such as current in amperes and magnetic field in oersteds. This often leads to confusion because equations do not balance dimensionally. If you must use mixed units, clearly state the units for each quantity that you use in an equation.
|
||||
\item Do not mix complete spellings and abbreviations of units: ``Wb/m\textsuperscript{2}'' or ``webers per square meter'', not ``webers/m\textsuperscript{2}''. Spell out units when they appear in text: ``. . . a few henries'', not ``. . . a few H''.
|
||||
\item Use a zero before decimal points: ``0.25'', not ``.25''. Use ``cm\textsuperscript{3}'', not ``cc''.)
|
||||
\end{itemize}
|
||||
|
||||
\subsection{Equations}
|
||||
Number equations consecutively. To make your
|
||||
equations more compact, you may use the solidus (~/~), the exp function, or
|
||||
appropriate exponents. Italicize Roman symbols for quantities and variables,
|
||||
but not Greek symbols. Use a long dash rather than a hyphen for a minus
|
||||
sign. Punctuate equations with commas or periods when they are part of a
|
||||
sentence, as in:
|
||||
\begin{equation}
|
||||
a+b=\gamma\label{eq}
|
||||
\end{equation}
|
||||
|
||||
Be sure that the
|
||||
symbols in your equation have been defined before or immediately following
|
||||
the equation. Use ``\eqref{eq}'', not ``Eq.~\eqref{eq}'' or ``equation \eqref{eq}'', except at
|
||||
the beginning of a sentence: ``Equation \eqref{eq} is . . .''
|
||||
|
||||
\subsection{\LaTeX-Specific Advice}
|
||||
|
||||
Please use ``soft'' (e.g., \verb|\eqref{Eq}|) cross references instead
|
||||
of ``hard'' references (e.g., \verb|(1)|). That will make it possible
|
||||
to combine sections, add equations, or change the order of figures or
|
||||
citations without having to go through the file line by line.
|
||||
|
||||
Please don't use the \verb|{eqnarray}| equation environment. Use
|
||||
\verb|{align}| or \verb|{IEEEeqnarray}| instead. The \verb|{eqnarray}|
|
||||
environment leaves unsightly spaces around relation symbols.
|
||||
|
||||
Please note that the \verb|{subequations}| environment in {\LaTeX}
|
||||
will increment the main equation counter even when there are no
|
||||
equation numbers displayed. If you forget that, you might write an
|
||||
article in which the equation numbers skip from (17) to (20), causing
|
||||
the copy editors to wonder if you've discovered a new method of
|
||||
counting.
|
||||
|
||||
{\BibTeX} does not work by magic. It doesn't get the bibliographic
|
||||
data from thin air but from .bib files. If you use {\BibTeX} to produce a
|
||||
bibliography you must send the .bib files.
|
||||
|
||||
{\LaTeX} can't read your mind. If you assign the same label to a
|
||||
subsubsection and a table, you might find that Table I has been cross
|
||||
referenced as Table IV-B3.
|
||||
|
||||
{\LaTeX} does not have precognitive abilities. If you put a
|
||||
\verb|\label| command before the command that updates the counter it's
|
||||
supposed to be using, the label will pick up the last counter to be
|
||||
cross referenced instead. In particular, a \verb|\label| command
|
||||
should not go before the caption of a figure or a table.
|
||||
|
||||
Do not use \verb|\nonumber| inside the \verb|{array}| environment. It
|
||||
will not stop equation numbers inside \verb|{array}| (there won't be
|
||||
any anyway) and it might stop a wanted equation number in the
|
||||
surrounding equation.
|
||||
|
||||
\subsection{Some Common Mistakes}\label{SCM}
|
||||
\begin{itemize}
|
||||
\item The word ``data'' is plural, not singular.
|
||||
\item The subscript for the permeability of vacuum $\mu_{0}$, and other common scientific constants, is zero with subscript formatting, not a lowercase letter ``o''.
|
||||
\item In American English, commas, semicolons, periods, question and exclamation marks are located within quotation marks only when a complete thought or name is cited, such as a title or full quotation. When quotation marks are used, instead of a bold or italic typeface, to highlight a word or phrase, punctuation should appear outside of the quotation marks. A parenthetical phrase or statement at the end of a sentence is punctuated outside of the closing parenthesis (like this). (A parenthetical sentence is punctuated within the parentheses.)
|
||||
\item A graph within a graph is an ``inset'', not an ``insert''. The word alternatively is preferred to the word ``alternately'' (unless you really mean something that alternates).
|
||||
\item Do not use the word ``essentially'' to mean ``approximately'' or ``effectively''.
|
||||
\item In your paper title, if the words ``that uses'' can accurately replace the word ``using'', capitalize the ``u''; if not, keep using lower-cased.
|
||||
\item Be aware of the different meanings of the homophones ``affect'' and ``effect'', ``complement'' and ``compliment'', ``discreet'' and ``discrete'', ``principal'' and ``principle''.
|
||||
\item Do not confuse ``imply'' and ``infer''.
|
||||
\item The prefix ``non'' is not a word; it should be joined to the word it modifies, usually without a hyphen.
|
||||
\item There is no period after the ``et'' in the Latin abbreviation ``et al.''.
|
||||
\item The abbreviation ``i.e.'' means ``that is'', and the abbreviation ``e.g.'' means ``for example''.
|
||||
\end{itemize}
|
||||
An excellent style manual for science writers is \cite{b7}.
|
||||
|
||||
\subsection{Authors and Affiliations}
|
||||
\textbf{The class file is designed for, but not limited to, six authors.} A
|
||||
minimum of one author is required for all conference articles. Author names
|
||||
should be listed starting from left to right and then moving down to the
|
||||
next line. This is the author sequence that will be used in future citations
|
||||
and by indexing services. Names should not be listed in columns nor group by
|
||||
affiliation. Please keep your affiliations as succinct as possible (for
|
||||
example, do not differentiate among departments of the same organization).
|
||||
|
||||
\subsection{Identify the Headings}
|
||||
Headings, or heads, are organizational devices that guide the reader through
|
||||
your paper. There are two types: component heads and text heads.
|
||||
|
||||
Component heads identify the different components of your paper and are not
|
||||
topically subordinate to each other. Examples include Acknowledgments and
|
||||
References and, for these, the correct style to use is ``Heading 5''. Use
|
||||
``figure caption'' for your Figure captions, and ``table head'' for your
|
||||
table title. Run-in heads, such as ``Abstract'', will require you to apply a
|
||||
style (in this case, italic) in addition to the style provided by the drop
|
||||
down menu to differentiate the head from the text.
|
||||
|
||||
Text heads organize the topics on a relational, hierarchical basis. For
|
||||
example, the paper title is the primary text head because all subsequent
|
||||
material relates and elaborates on this one topic. If there are two or more
|
||||
sub-topics, the next level head (uppercase Roman numerals) should be used
|
||||
and, conversely, if there are not at least two sub-topics, then no subheads
|
||||
should be introduced.
|
||||
|
||||
\subsection{Figures and Tables}
|
||||
\paragraph{Positioning Figures and Tables} Place figures and tables at the top and
|
||||
bottom of columns. Avoid placing them in the middle of columns. Large
|
||||
figures and tables may span across both columns. Figure captions should be
|
||||
below the figures; table heads should appear above the tables. Insert
|
||||
figures and tables after they are cited in the text. Use the abbreviation
|
||||
``Fig.~\ref{fig}'', even at the beginning of a sentence.
|
||||
|
||||
\begin{table}[htbp]
|
||||
\caption{Table Type Styles}
|
||||
\begin{center}
|
||||
\begin{tabular}{|c|c|c|c|}
|
||||
\hline
|
||||
\textbf{Table}&\multicolumn{3}{|c|}{\textbf{Table Column Head}} \\
|
||||
\cline{2-4}
|
||||
\textbf{Head} & \textbf{\textit{Table column subhead}}& \textbf{\textit{Subhead}}& \textbf{\textit{Subhead}} \\
|
||||
\hline
|
||||
copy& More table copy$^{\mathrm{a}}$& & \\
|
||||
\hline
|
||||
\multicolumn{4}{l}{$^{\mathrm{a}}$Sample of a Table footnote.}
|
||||
\end{tabular}
|
||||
\label{tab1}
|
||||
\end{center}
|
||||
\end{table}
|
||||
|
||||
\begin{figure}[htbp]
|
||||
\centerline{\includegraphics{fig1.png}}
|
||||
\caption{Example of a figure caption.}
|
||||
\label{fig}
|
||||
\end{figure}
|
||||
|
||||
Figure Labels: Use 8 point Times New Roman for Figure labels. Use words
|
||||
rather than symbols or abbreviations when writing Figure axis labels to
|
||||
avoid confusing the reader. As an example, write the quantity
|
||||
``Magnetization'', or ``Magnetization, M'', not just ``M''. If including
|
||||
units in the label, present them within parentheses. Do not label axes only
|
||||
with units. In the example, write ``Magnetization (A/m)'' or ``Magnetization
|
||||
\{A[m(1)]\}'', not just ``A/m''. Do not label axes with a ratio of
|
||||
quantities and units. For example, write ``Temperature (K)'', not
|
||||
``Temperature/K''.
|
||||
|
||||
\section*{Acknowledgment}
|
||||
|
||||
The preferred spelling of the word ``acknowledgment'' in America is without
|
||||
an ``e'' after the ``g''. Avoid the stilted expression ``one of us (R. B.
|
||||
G.) thanks $\ldots$''. Instead, try ``R. B. G. thanks$\ldots$''. Put sponsor
|
||||
acknowledgments in the unnumbered footnote on the first page.
|
||||
|
||||
\section*{References}
|
||||
|
||||
Please number citations consecutively within brackets \cite{b1}. The
|
||||
sentence punctuation follows the bracket \cite{b2}. Refer simply to the reference
|
||||
number, as in \cite{b3}---do not use ``Ref. \cite{b3}'' or ``reference \cite{b3}'' except at
|
||||
the beginning of a sentence: ``Reference \cite{b3} was the first $\ldots$''
|
||||
|
||||
Number footnotes separately in superscripts. Place the actual footnote at
|
||||
the bottom of the column in which it was cited. Do not put footnotes in the
|
||||
abstract or reference list. Use letters for table footnotes.
|
||||
|
||||
Unless there are six authors or more give all authors' names; do not use
|
||||
``et al.''. Papers that have not been published, even if they have been
|
||||
submitted for publication, should be cited as ``unpublished'' \cite{b4}. Papers
|
||||
that have been accepted for publication should be cited as ``in press'' \cite{b5}.
|
||||
Capitalize only the first word in a paper title, except for proper nouns and
|
||||
element symbols.
|
||||
|
||||
For papers published in translation journals, please give the English
|
||||
citation first, followed by the original foreign-language citation \cite{b6}.
|
||||
|
||||
\begin{thebibliography}{00}
|
||||
\bibitem{b1} G. Eason, B. Noble, and I. N. Sneddon, ``On certain integrals of Lipschitz-Hankel type involving products of Bessel functions,'' Phil. Trans. Roy. Soc. London, vol. A247, pp. 529--551, April 1955.
|
||||
\bibitem{b2} J. Clerk Maxwell, A Treatise on Electricity and Magnetism, 3rd ed., vol. 2. Oxford: Clarendon, 1892, pp.68--73.
|
||||
\bibitem{b3} I. S. Jacobs and C. P. Bean, ``Fine particles, thin films and exchange anisotropy,'' in Magnetism, vol. III, G. T. Rado and H. Suhl, Eds. New York: Academic, 1963, pp. 271--350.
|
||||
\bibitem{b4} K. Elissa, ``Title of paper if known,'' unpublished.
|
||||
\bibitem{b5} R. Nicole, ``Title of paper with only first word capitalized,'' J. Name Stand. Abbrev., in press.
|
||||
\bibitem{b6} Y. Yorozu, M. Hirano, K. Oka, and Y. Tagawa, ``Electron spectroscopy studies on magneto-optical media and plastic substrate interface,'' IEEE Transl. J. Magn. Japan, vol. 2, pp. 740--741, August 1987 [Digests 9th Annual Conf. Magnetics Japan, p. 301, 1982].
|
||||
\bibitem{b7} M. Young, The Technical Writer's Handbook. Mill Valley, CA: University Science, 1989.
|
||||
\end{thebibliography}
|
||||
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue