comparison bare_conf.tex @ 0:c0d36568602d

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