Advertisement
hattonuri

Untitled

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