Guest User

Untitled

a guest
Oct 20th, 2017
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. documentclass[letterpaper, 10 pt, conference]{ieeeconf} % Comment this line out if you need a4paper
  2.  
  3. IEEEoverridecommandlockouts % This command is only needed if
  4. % you want to use the thanks command
  5. overrideIEEEmargins % Needed to meet printer requirements.
  6.  
  7. usepackage{graphics} % for pdf, bitmapped graphics files
  8. usepackage{epsfig} % for postscript graphics files
  9. usepackage{mathptmx} % assumes new font selection scheme installed
  10. usepackage{times} % assumes new font selection scheme installed
  11. usepackage{amsmath} % assumes amsmath package installed
  12. usepackage{amssymb} % assumes amsmath package installed
  13.  
  14. newtheorem{thm}{Theorem}[section]
  15. newtheorem{lem}[thm]{Lemma}
  16. newtheorem{prop}[thm]{Proposition}
  17. newtheorem{cor}{Corollary}
  18. newtheorem{defn}{Definition}[section]
  19. newtheorem{conj}{Conjecture}[section]
  20. newtheorem{exmp}{Example}[section]
  21. newtheorem{rem}{Remark}
  22.  
  23. title{LARGE bf
  24. My Title*
  25. }
  26.  
  27. author{Guy$^{1}$
  28. thanks{*This work was not supported by any organization}% <-this % stops a space
  29. thanks{$^{1}$Guy is with Hell,
  30. {ttsmall guy@hell.edu}}%
  31. }
  32.  
  33. begin{document}
  34.  
  35. maketitle
  36. thispagestyle{empty}
  37. pagestyle{empty}
  38.  
  39. begin{abstract}
  40.  
  41. ABSTRACT
  42.  
  43. end{abstract}
  44.  
  45. section{INTRODUCTION}
  46.  
  47.  
  48. begin{thm}
  49. My theorem is blaw.
  50. proof Here is the proof.
  51. end{thm}
  52.  
  53. begin{lem}
  54. My lemma is blaw.
  55. proof Here is the proof.
  56. end{lem}
  57.  
  58. begin{defn}
  59. Look at my definition.
  60. end{defn}
  61.  
  62. begin{thebibliography}{99}
  63.  
  64. bibitem{c1} G. O. Young, ÒSynthetic structure of industrial plastics (Book style with paper title and editor),Ó in Plastics, 2nd ed. vol. 3, J. Peters, Ed. New York: McGraw-Hill, 1964, pp. 15Ð64.
  65.  
  66.  
  67. end{thebibliography}
  68.  
  69. end{document}
  70.  
  71. begin{thm}
  72. My theorem is blaw.
  73. proof Here is the proof.
  74. end{thm}
  75.  
  76. begin{thm}
  77. My theorem is blaw.
  78. end{thm}
  79. begin{proof}
  80. Here is the proof.
  81. end{proof}
  82.  
  83. documentclass[letterpaper, 10pt, conference]{IEEEconf}
  84.  
  85. usepackage{graphicx}
  86. usepackage{mathptmx}
  87. usepackage{amsmath}
  88. usepackage{amssymb}
  89. usepackage{amsthm}
  90.  
  91. renewcommand{qedsymbol}{$blacksquare$}
  92.  
  93. newtheorem{thm}{Theorem}[section]
  94. newtheorem{lem}[thm]{Lemma}
  95. newtheorem{prop}[thm]{Proposition}
  96. newtheorem{cor}{Corollary}
  97. newtheorem{conj}{Conjecture}[section]
  98. theoremstyle{definition}
  99. newtheorem{defn}{Definition}[section]
  100. newtheorem{exmp}{Example}[section]
  101. newtheorem{rem}{Remark}
  102.  
  103. title{My Title*}
  104.  
  105. author{Guy$^{1}$
  106. thanks{*This work was not supported by any organization}% <-this % stops a space
  107. thanks{$^{1}$Guy is with Hell, {ttsmall guy@hell.edu}}%
  108. }
  109.  
  110. begin{document}
  111.  
  112. maketitle
  113. thispagestyle{empty}
  114. pagestyle{empty}
  115.  
  116. begin{abstract}
  117.  
  118. ABSTRACT
  119.  
  120. end{abstract}
  121.  
  122. section{INTRODUCTION}
  123.  
  124.  
  125. begin{thm}
  126. My theorem is blaw.
  127. end{thm}
  128. begin{proof}
  129. Here is the proof.
  130. end{proof}
  131.  
  132. begin{lem}
  133. My lemma is blaw.
  134. end{lem}
  135. begin{proof}
  136. Here is the proof.
  137. end{proof}
  138.  
  139. begin{defn}
  140. Look at my definition.
  141. end{defn}
  142.  
  143. begin{thebibliography}{99}
  144.  
  145. bibitem{c1} G. O. Young, ÒSynthetic structure of industrial plastics (Book style with paper title and editor),Ó in Plastics, 2nd ed. vol. 3, J. Peters, Ed. New York: McGraw-Hill, 1964, pp. 15Ð64.
  146.  
  147.  
  148. end{thebibliography}
  149.  
  150. end{document}
Add Comment
Please, Sign In to add comment