6 %% see http://www.michaelshell.org/
7 %% for current contact information.
9 %% This is a skeleton file demonstrating the use of IEEEtran.cls
10 %% (requires IEEEtran.cls version 1.8b or later) with an IEEE
14 %% http://www.michaelshell.org/tex/ieeetran/
15 %% http://www.ctan.org/pkg/ieeetran
17 %% http://www.ieee.org/
19 %%*************************************************************************
21 %% This code is offered as-is without any warranty either expressed or
22 %% implied; without even the implied warranty of MERCHANTABILITY or
23 %% FITNESS FOR A PARTICULAR PURPOSE!
24 %% User assumes all risk.
25 %% In no event shall the IEEE or any contributor to this code be liable for
26 %% any damages or losses, including, but not limited to, incidental,
27 %% consequential, or any other damages, resulting from the use or misuse
28 %% of any information contained here.
30 %% All comments are the opinions of their respective authors and are not
31 %% necessarily endorsed by the IEEE.
33 %% This work is distributed under the LaTeX Project Public License (LPPL)
34 %% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
35 %% distributed and modified. A copy of the LPPL, version 1.3, is included
36 %% in the base LaTeX documentation of all distributions of LaTeX released
37 %% 2003/12/01 or later.
38 %% Retain all contribution notices and credits.
39 %% ** Modified files should be clearly indicated as such, including **
40 %% ** renaming them and changing author support contact information. **
41 %%*************************************************************************
44 % *** Authors should verify (and, if needed, correct) their LaTeX system ***
45 % *** with the testflow diagnostic prior to trusting their LaTeX platform ***
46 % *** with production work. The IEEE's font choices and paper sizes can ***
47 % *** trigger bugs that do not appear when using other class files. *** ***
48 % The testflow support page is at:
49 % http://www.michaelshell.org/tex/testflow/
53 \documentclass[journal]{IEEEtran}
55 % If IEEEtran.cls has not been installed into the LaTeX system files,
56 % manually specify the path to it like:
57 % \documentclass[journal]{../sty/IEEEtran}
62 \usepackage{subcaption}
66 %\usepackage[font=footnotesize]{subfig}
69 \usepackage{algorithm2e}
71 \usepackage[utf8]{inputenc}
72 \usepackage[T1]{fontenc}
73 \usepackage[english]{babel}
74 \usepackage{amsmath,amssymb,amsthm,latexsym,eufrak,euscript}
75 \usepackage{pstricks,pst-node,pst-coil}
79 \usepackage{pgflibrarysnakes}
83 \usetikzlibrary{arrows}
84 \usetikzlibrary{automata}
85 \usetikzlibrary{snakes}
86 \usetikzlibrary{shapes}
89 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
90 % Définitions personnelles
91 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
93 \definecolor{bleuclair}{rgb}{0.75,0.75,1.0}
94 \newcommand{\danger}{!!}
95 \newcommand{\ANNOT}[1]{
98 {\Huge{$\Rightarrow$}}
99 \large\fcolorbox{black}{bleuclair}{
100 \begin{minipage}[h]{.8\linewidth}
104 {\Huge{$\Leftarrow$}}
110 \newcommand {\tv}[1] {\lVert #1 \rVert_{\rm TV}}
115 \def \ts {\tau_{\rm stop}}
118 \newtheorem*{xpl}{Running Example}
120 \newtheorem{definition}{Definition}
121 \newtheorem{prpstn}{Proposition}
122 \newtheorem{thrm}{Theorem}
123 \newtheorem{crllr}{Corollary}
124 \newtheorem{lmm}{Lemma}
128 \newcommand{\vectornorm}[1]{\ensuremath{\left|\left|#1\right|\right|_2}}
129 %\newcommand{\ie}{\textit{i.e.}}
130 \newcommand{\Nats}[0]{\ensuremath{\mathbb{N}}}
131 \newcommand{\R}[0]{\ensuremath{\mathbb{R}}}
132 \newcommand{\Z}[0]{\ensuremath{\mathbb{Z}}}
133 \newcommand{\Bool}[0]{\ensuremath{\mathds{B}}}
134 \newcommand{\rel}[0]{\ensuremath{{\mathcal{R}}}}
135 \newcommand{\Gall}[0]{\ensuremath{\mathcal{G}}}
138 \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}}
139 \newcommand{\CG}[1]{\begin{color}{blue}\textit{}\end{color}}
140 \newcommand{\og}[0]{``}
141 \newcommand{\fg}[1]{''}
149 % Some very useful LaTeX packages include:
150 % (uncomment the ones you want to load)
153 % *** MISC UTILITY PACKAGES ***
156 % Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
157 % compilation based on whether the output is pdf or dvi.
164 % The latest version of ifpdf.sty can be obtained from:
165 % http://www.ctan.org/pkg/ifpdf
166 % Also, note that IEEEtran.cls V1.7 and later provides a builtin
167 % \ifCLASSINFOpdf conditional that works the same way.
168 % When switching from latex to pdflatex and vice-versa, the compiler may
169 % have to be run twice to clear warning/error messages.
176 % *** CITATION PACKAGES ***
179 % cite.sty was written by Donald Arseneau
180 % V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
181 % \cite{} output to follow that of the IEEE. Loading the cite package will
182 % result in citation numbers being automatically sorted and properly
183 % "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
184 % cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
185 % \cite will automatically add leading space, if needed. Use cite.sty's
186 % noadjust option (cite.sty V3.8 and later) if you want to turn this off
187 % such as if a citation ever needs to be enclosed in parenthesis.
188 % cite.sty is already installed on most LaTeX systems. Be sure and use
189 % version 5.0 (2009-03-20) and later if using hyperref.sty.
190 % The latest version can be obtained at:
191 % http://www.ctan.org/pkg/cite
192 % The documentation is contained in the cite.sty file itself.
199 % *** GRAPHICS RELATED PACKAGES ***
202 % \usepackage[pdftex]{graphicx}
203 % declare the path(s) where your graphic files are
204 % \graphicspath{{../pdf/}{../jpeg/}}
205 % and their extensions so you won't have to specify these with
206 % every instance of \includegraphics
207 % \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
209 % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
210 % will default to the driver specified in the system graphics.cfg if no
211 % driver is specified.
212 % \usepackage[dvips]{graphicx}
213 % declare the path(s) where your graphic files are
214 % \graphicspath{{../eps/}}
215 % and their extensions so you won't have to specify these with
216 % every instance of \includegraphics
217 % \DeclareGraphicsExtensions{.eps}
219 % graphicx was written by David Carlisle and Sebastian Rahtz. It is
220 % required if you want graphics, photos, etc. graphicx.sty is already
221 % installed on most LaTeX systems. The latest version and documentation
222 % can be obtained at:
223 % http://www.ctan.org/pkg/graphicx
224 % Another good source of documentation is "Using Imported Graphics in
225 % LaTeX2e" by Keith Reckdahl which can be found at:
226 % http://www.ctan.org/pkg/epslatex
228 % latex, and pdflatex in dvi mode, support graphics in encapsulated
229 % postscript (.eps) format. pdflatex in pdf mode supports graphics
230 % in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
231 % that all non-photo figures use a vector format (.eps, .pdf, .mps) and
232 % not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
233 % which can result in "jaggedy"/blurry rendering of lines and letters as
234 % well as large increases in file sizes.
236 % You can find documentation about the pdfTeX application at:
237 % http://www.tug.org/applications/pdftex
243 % *** MATH PACKAGES ***
245 %\usepackage{amsmath}
246 % A popular package from the American Mathematical Society that provides
247 % many useful and powerful commands for dealing with mathematics.
249 % Note that the amsmath package sets \interdisplaylinepenalty to 10000
250 % thus preventing page breaks from occurring within multiline equations. Use:
251 %\interdisplaylinepenalty=2500
252 % after loading amsmath to restore such page breaks as IEEEtran.cls normally
253 % does. amsmath.sty is already installed on most LaTeX systems. The latest
254 % version and documentation can be obtained at:
255 % http://www.ctan.org/pkg/amsmath
261 % *** SPECIALIZED LIST PACKAGES ***
263 %\usepackage{algorithmic}
264 % algorithmic.sty was written by Peter Williams and Rogerio Brito.
265 % This package provides an algorithmic environment fo describing algorithms.
266 % You can use the algorithmic environment in-text or within a figure
267 % environment to provide for a floating algorithm. Do NOT use the algorithm
268 % floating environment provided by algorithm.sty (by the same authors) or
269 % algorithm2e.sty (by Christophe Fiorio) as the IEEE does not use dedicated
270 % algorithm float types and packages that provide these will not provide
271 % correct IEEE style captions. The latest version and documentation of
272 % algorithmic.sty can be obtained at:
273 % http://www.ctan.org/pkg/algorithms
274 % Also of interest may be the (relatively newer and more customizable)
275 % algorithmicx.sty package by Szasz Janos:
276 % http://www.ctan.org/pkg/algorithmicx
281 % *** ALIGNMENT PACKAGES ***
284 % Frank Mittelbach's and David Carlisle's array.sty patches and improves
285 % the standard LaTeX2e array and tabular environments to provide better
286 % appearance and additional user controls. As the default LaTeX2e table
287 % generation code is lacking to the point of almost being broken with
288 % respect to the quality of the end results, all users are strongly
289 % advised to use an enhanced (at the very least that provided by array.sty)
290 % set of table tools. array.sty is already installed on most systems. The
291 % latest version and documentation can be obtained at:
292 % http://www.ctan.org/pkg/array
295 % IEEEtran contains the IEEEeqnarray family of commands that can be used to
296 % generate multiline equations as well as matrices, tables, etc., of high
302 % *** SUBFIGURE PACKAGES ***
303 %\ifCLASSOPTIONcompsoc
304 % \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
306 % \usepackage[caption=false,font=footnotesize]{subfig}
308 % subfig.sty, written by Steven Douglas Cochran, is the modern replacement
309 % for subfigure.sty, the latter of which is no longer maintained and is
310 % incompatible with some LaTeX packages including fixltx2e. However,
311 % subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
312 % which will override IEEEtran.cls' handling of captions and this will result
313 % in non-IEEE style figure/table captions. To prevent this problem, be sure
314 % and invoke subfig.sty's "caption=false" package option (available since
315 % subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
316 % handling of captions.
317 % Note that the Computer Society format requires a larger sans serif font
318 % than the serif footnote size font used in traditional IEEE formatting
319 % and thus the need to invoke different subfig.sty package options depending
320 % on whether compsoc mode has been enabled.
322 % The latest version and documentation of subfig.sty can be obtained at:
323 % http://www.ctan.org/pkg/subfig
328 % *** FLOAT PACKAGES ***
330 %\usepackage{fixltx2e}
331 % fixltx2e, the successor to the earlier fix2col.sty, was written by
332 % Frank Mittelbach and David Carlisle. This package corrects a few problems
333 % in the LaTeX2e kernel, the most notable of which is that in current
334 % LaTeX2e releases, the ordering of single and double column floats is not
335 % guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
336 % single column figure to be placed prior to an earlier double column
338 % Be aware that LaTeX2e kernels dated 2015 and later have fixltx2e.sty's
339 % corrections already built into the system in which case a warning will
340 % be issued if an attempt is made to load fixltx2e.sty as it is no longer
342 % The latest version and documentation can be found at:
343 % http://www.ctan.org/pkg/fixltx2e
346 %\usepackage{stfloats}
347 % stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
348 % the ability to do double column floats at the bottom of the page as well
349 % as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
350 % LaTeX2e). It also provides a command:
352 % to enable the placement of footnotes below bottom floats (the standard
353 % LaTeX2e kernel puts them above bottom floats). This is an invasive package
354 % which rewrites many portions of the LaTeX2e float routines. It may not work
355 % with other packages that modify the LaTeX2e float routines. The latest
356 % version and documentation can be obtained at:
357 % http://www.ctan.org/pkg/stfloats
358 % Do not use the stfloats baselinefloat ability as the IEEE does not allow
359 % \baselineskip to stretch. Authors submitting work to the IEEE should note
360 % that the IEEE rarely uses double column equations and that authors should try
361 % to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
362 % packages (also by Sigitas Tolusis) as the IEEE does not format its papers in
364 % Do not attempt to use stfloats with fixltx2e as they are incompatible.
365 % Instead, use Morten Hogholm'a dblfloatfix which combines the features
366 % of both fixltx2e and stfloats:
368 % \usepackage{dblfloatfix}
369 % The latest version can be found at:
370 % http://www.ctan.org/pkg/dblfloatfix
375 %\ifCLASSOPTIONcaptionsoff
376 % \usepackage[nomarkers]{endfloat}
377 % \let\MYoriglatexcaption\caption
378 % \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
380 % endfloat.sty was written by James Darrell McCauley, Jeff Goldberg and
381 % Axel Sommerfeldt. This package may be useful when used in conjunction with
382 % IEEEtran.cls' captionsoff option. Some IEEE journals/societies require that
383 % submissions have lists of figures/tables at the end of the paper and that
384 % figures/tables without any captions are placed on a page by themselves at
385 % the end of the document. If needed, the draftcls IEEEtran class option or
386 % \CLASSINPUTbaselinestretch interface can be used to increase the line
387 % spacing as well. Be sure and use the nomarkers option of endfloat to
388 % prevent endfloat from "marking" where the figures would have been placed
389 % in the text. The two hack lines of code above are a slight modification of
390 % that suggested by in the endfloat docs (section 8.4.1) to ensure that
391 % the full captions always appear in the list of figures/tables - even if
392 % the user used the short optional argument of \caption[]{}.
393 % IEEE papers do not typically make use of \caption[]'s optional argument,
394 % so this should not be an issue. A similar trick can be used to disable
395 % captions of packages such as subfig.sty that lack options to turn off
398 % \let\MYorigsubfloat\subfloat
399 % \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
400 % However, the above trick will not work if both optional arguments of
401 % the \subfloat command are used. Furthermore, there needs to be a
402 % description of each subfigure *somewhere* and endfloat does not add
403 % subfigure captions to its list of figures. Thus, the best approach is to
404 % avoid the use of subfigure captions (many IEEE journals avoid them anyway)
405 % and instead reference/explain all the subfigures within the main caption.
406 % The latest version of endfloat.sty and its documentation can obtained at:
407 % http://www.ctan.org/pkg/endfloat
409 % The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
410 % later in the document, say, to conditionally put the References on a
411 % page by themselves.
416 % *** PDF, URL AND HYPERLINK PACKAGES ***
419 % url.sty was written by Donald Arseneau. It provides better support for
420 % handling and breaking URLs. url.sty is already installed on most LaTeX
421 % systems. The latest version and documentation can be obtained at:
422 % http://www.ctan.org/pkg/url
423 % Basically, \url{my_url_here}.
428 % *** Do not adjust lengths that control margins, column widths, etc. ***
429 % *** Do not use packages that alter fonts (such as pslatex). ***
430 % There should be no need to do such things with IEEEtran.cls V1.6 and later.
431 % (Unless specifically asked to do so by the journal or conference you plan
432 % to submit to, of course. )
435 % correct bad hyphenation here
436 \hyphenation{op-tical net-works semi-conduc-tor}
442 % Titles are generally capitalized except for words such as a, an, and, as,
443 % at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
444 % not capitalized unless they are the first or last word of the title.
445 % Linebreaks \\ can be used within to get better formatting as desired.
446 % Do not put math or special symbols in the title.
447 \title{Random Walk in a N-cube Without Hamiltonian Cycle
448 to Chaotic Pseudorandom Number Generation: Theoretical and Practical
453 % author names and IEEE memberships
454 % note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break
455 % a structure at a ~ so this keeps an author's name from being broken across
457 % use \thanks{} to gain access to the first footnote area
458 % a separate \thanks must be used for each paragraph as LaTeX2e's \thanks
459 % was not built to handle multiple paragraphs
461 \author{Sylvain Contassot-Vivier, Jean-François Couchot, Christophe Guyeux, Pierre-Cyrille Heam
462 \thanks{LORIA, Université de Lorraine, Nancy, France}
463 \thanks{FEMTO-ST Institute, University of Franche-Comté, Belfort, France}}
467 % \author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
468 % John~Doe,~\IEEEmembership{Fellow,~OSA,}
469 % and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
470 % \thanks{M. Shell was with the Department
471 % of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
472 % GA, 30332 USA e-mail: (see http://www.michaelshell.org/contact.html).}% <-this % stops a space
473 % \thanks{J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space
474 % \thanks{Manuscript received April 19, 2005; revised August 26, 2015.}}
476 % note the % following the last \IEEEmembership and also \thanks -
477 % these prevent an unwanted space from occurring between the last author name
478 % and the end of the author line. i.e., if you had this:
480 % \author{....lastname \thanks{...} \thanks{...} }
481 % ^------------^------------^----Do not want these spaces!
483 % a space would be appended to the last name and could cause every name on that
484 % line to be shifted left slightly. This is one of those "LaTeX things". For
485 % instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get
486 % "AB" then you have to do: "\textbf{A}\textbf{B}"
487 % \thanks is no different in this regard, so shield the last } of each \thanks
488 % that ends a line with a % and do not let a space in before the next \thanks.
489 % Spaces after \IEEEmembership other than the last one are OK (and needed) as
490 % you are supposed to have spaces between the names. For what it is worth,
491 % this is a minor point as most people would not even notice if the said evil
492 % space somehow managed to creep in.
497 \markboth{Journal of \LaTeX\ Class Files,~Vol.~14, No.~8, August~2015}%
498 {Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for IEEE Journals}
499 % The only time the second header will appear is for the odd numbered pages
500 % after the title page when using the twoside option.
502 % *** Note that you probably will NOT want to include the author's ***
503 % *** name in the headers of peer review papers. ***
504 % You can use \ifCLASSOPTIONpeerreview for conditional compilation here if
510 % If you want to put a publisher's ID mark on the page you can do it like
512 %\IEEEpubid{0000--0000/00\$00.00~\copyright~2015 IEEE}
513 % Remember, if you use this you must call \IEEEpubidadjcol in the second
514 % column for its text to clear the IEEEpubid mark.
518 % use for special paper notices
519 %\IEEEspecialpapernotice{(Invited Paper)}
524 % make the title area
527 % As a general rule, do not put math, special symbols or citations
528 % in the abstract or keywords.
532 This paper is dedicated to the design of chaotic random generators
533 and extends previous works proposed by some of the authors.
534 We propose a theoretical framework proving both the chaotic properties and
535 that the limit distribution is uniform.
536 A theoretical bound on the stationary time is given and
537 practical experiments show that the generators successfully pass
538 the classical statistical tests.
541 % Note that keywords are not normally used for peerreview papers.
542 % \begin{IEEEkeywords}
543 % IEEE, IEEEtran, journal, \LaTeX, paper, template.
551 % For peer review papers, you can put extra information on the cover
553 % \ifCLASSOPTIONpeerreview
554 % \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
557 % For peerreview papers, this IEEEtran command inserts a page break and
558 % creates the second title. It will be ignored for other modes.
559 \IEEEpeerreviewmaketitle
562 \section{Introduction}
565 \section{Preliminaries}\label{sec:preliminaries}
566 \input{preliminaries}
568 \section{Proof Of Chaos}\label{sec:proofOfChaos}
571 \section{Functions with Strongly Connected $\Gamma_{\{b\}}(f)$}\label{sec:SCCfunc}
574 \section{Balanced Hamiltonian Cycle}\label{sec:hamilton}
578 \section{Mixing Time}\label{sec:hypercube}
581 \section{Experiments}\label{sec:prng}
589 %\acknowledgements{...}
591 \bibliographystyle{IEEEtran}
592 \bibliography{biblio}
595 %\section{Introduction}
596 % The very first letter is a 2 line initial drop letter followed
597 % by the rest of the first word in caps.
599 % form to use if the first word consists of a single letter:
600 % \IEEEPARstart{A}{demo} file is ....
602 % form to use if you need the single drop letter followed by
603 % normal text (unknown if ever used by the IEEE):
604 % \IEEEPARstart{A}{}demo file is ....
606 % Some journals put the first two words in caps:
607 % \IEEEPARstart{T}{his demo} file is ....
609 % Here we have the typical use of a "T" for an initial drop letter
610 % and "HIS" in caps to complete the first word.
611 % \IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
612 % for IEEE journal papers produced under \LaTeX\ using
613 % IEEEtran.cls version 1.8b and later.
614 % % You must have at least 2 lines in the paragraph with the drop letter
615 % % (should never be an issue)
616 % I wish you the best of success.
620 % \hfill August 26, 2015
622 % \subsection{Subsection Heading Here}
623 % Subsection text here.
625 % % needed in second column of first page if using \IEEEpubid
628 % \subsubsection{Subsubsection Heading Here}
629 % Subsubsection text here.
632 % % An example of a floating figure using the graphicx package.
633 % % Note that \label must occur AFTER (or within) \caption.
634 % % For figures, \caption should occur after the \includegraphics.
635 % % Note that IEEEtran v1.7 and later has special internal code that
636 % % is designed to preserve the operation of \label within \caption
637 % % even when the captionsoff option is in effect. However, because
638 % % of issues like this, it may be the safest practice to put all your
639 % % \label just after \caption rather than within \caption{}.
641 % % Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
642 % % option should be used if it is desired that the figures are to be
643 % % displayed while in draft mode.
645 % %\begin{figure}[!t]
647 % %\includegraphics[width=2.5in]{myfigure}
648 % % where an .eps filename suffix will be assumed under latex,
649 % % and a .pdf suffix will be assumed for pdflatex; or what has been declared
650 % % via \DeclareGraphicsExtensions.
651 % %\caption{Simulation results for the network.}
655 % % Note that the IEEE typically puts floats only at the top, even when this
656 % % results in a large percentage of a column being occupied by floats.
659 % % An example of a double column floating figure using two subfigures.
660 % % (The subfig.sty package must be loaded for this to work.)
661 % % The subfigure \label commands are set within each subfloat command,
662 % % and the \label for the overall figure must come after \caption.
663 % % \hfil is used as a separator to get equal spacing.
664 % % Watch out that the combined width of all the subfigures on a
665 % % line do not exceed the text width or a line break will occur.
667 % %\begin{figure*}[!t]
669 % %\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
670 % %\label{fig_first_case}}
672 % %\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
673 % %\label{fig_second_case}}
674 % %\caption{Simulation results for the network.}
678 % % Note that often IEEE papers with subfigures do not employ subfigure
679 % % captions (using the optional argument to \subfloat[]), but instead will
680 % % reference/describe all of them (a), (b), etc., within the main caption.
681 % % Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
682 % % labels, the optional argument to \subfloat must be present. If a
683 % % subcaption is not desired, just leave its contents blank,
684 % % e.g., \subfloat[].
687 % % An example of a floating table. Note that, for IEEE style tables, the
688 % % \caption command should come BEFORE the table and, given that table
689 % % captions serve much like titles, are usually capitalized except for words
690 % % such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
691 % % and up, which are usually not capitalized unless they are the first or
692 % % last word of the caption. Table text will default to \footnotesize as
693 % % the IEEE normally uses this smaller font for tables.
694 % % The \label must come after \caption as always.
697 % %% increase table row spacing, adjust to taste
698 % %\renewcommand{\arraystretch}{1.3}
699 % % if using array.sty, it might be a good idea to tweak the value of
700 % % \extrarowheight as needed to properly center the text within the cells
701 % %\caption{An Example of a Table}
702 % %\label{table_example}
704 % %% Some packages, such as MDW tools, offer better commands for making tables
705 % %% than the plain LaTeX2e tabular which is used here.
706 % %\begin{tabular}{|c||c|}
716 % % Note that the IEEE does not put floats in the very first column
717 % % - or typically anywhere on the first page for that matter. Also,
718 % % in-text middle ("here") positioning is typically not used, but it
719 % % is allowed and encouraged for Computer Society conferences (but
720 % % not Computer Society journals). Most IEEE journals/conferences use
721 % % top floats exclusively.
722 % % Note that, LaTeX2e, unlike IEEE journals/conferences, places
723 % % footnotes above bottom floats. This can be corrected via the
724 % % \fnbelowfloat command of the stfloats package.
729 % \section{Conclusion}
730 % The conclusion goes here.
736 % % if have a single appendix:
737 % %\appendix[Proof of the Zonklar Equations]
739 % %\appendix % for no appendix heading
740 % % do not use \section anymore after \appendix, only \section*
741 % % is possibly needed
743 % % use appendices with more than one appendix
744 % % then use \section to start each appendix
745 % % you must declare a \section before using any
746 % % \subsection or using \label (\appendices by itself
747 % % starts a section numbered zero.)
752 % \section{Proof of the First Zonklar Equation}
753 % Appendix one text goes here.
755 % % you can choose not to have a title for an appendix
756 % % if you want by leaving the argument blank
758 % Appendix two text goes here.
761 % % use section* for acknowledgment
762 % \section*{Acknowledgment}
765 % The authors would like to thank...
768 % Can use something like this to put references on a page
769 % by themselves when using endfloat and the captionsoff option.
770 \ifCLASSOPTIONcaptionsoff
776 % trigger a \newpage just before the given reference
777 % number - used to balance the columns on the last page
778 % adjust value as needed - may need to be readjusted if
779 % the document is modified later
780 %\IEEEtriggeratref{8}
781 % The "triggered" command can be changed if desired:
782 %\IEEEtriggercmd{\enlargethispage{-5in}}
786 % can use a bibliography generated by BibTeX as a .bbl file
787 % BibTeX documentation can be easily obtained at:
788 % http://mirror.ctan.org/biblio/bibtex/contrib/doc/
789 % The IEEEtran BibTeX style support page is at:
790 % http://www.michaelshell.org/tex/ieeetran/bibtex/
791 %\bibliographystyle{IEEEtran}
792 % argument is your BibTeX string definitions and bibliography database(s)
793 %\bibliography{IEEEabrv,../bib/paper}
795 % <OR> manually copy in the resultant .bbl file
796 % set second argument of \begin to the number of references
797 % (used to reserve space for the reference number labels box)
798 % \begin{thebibliography}{1}
800 % \bibitem{IEEEhowto:kopka}
801 % H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
802 % 0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
804 % \end{thebibliography}
808 % If you have an EPS/PDF photo (graphicx package needed) extra braces are
809 % needed around the contents of the optional argument to biography to prevent
810 % the LaTeX parser from getting confused when it sees the complicated
811 % \includegraphics command within an optional argument. (You could create
812 % your own custom macro containing the \includegraphics command to make things
814 %\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}
815 % or if you just want to reserve a space for a photo:
817 % \begin{IEEEbiography}{Michael Shell}
818 % Biography text here.
819 % \end{IEEEbiography}
821 % % if you will not have a photo at all:
822 % \begin{IEEEbiographynophoto}{John Doe}
823 % Biography text here.
824 % \end{IEEEbiographynophoto}
826 % % insert where needed to balance the two columns on the last page with
830 % \begin{IEEEbiographynophoto}{Jane Doe}
831 % Biography text here.
832 % \end{IEEEbiographynophoto}
834 % You can push biographies down or up by placing
835 % a \vfill before or after them. The appropriate
836 % use of \vfill depends on what kind of text is
837 % on the last page and whether or not the columns
838 % are being equalized.
842 % Can be used to pull up biographies so that the bottom of the last one
843 % is flush with the other column.
844 %\enlargethispage{-5in}