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