thesis.tex 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. %%
  2. %% This is file `skeleton.tex',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% nuthesis.dtx (with options: `skeleton')
  8. %%
  9. % rubber: module pdftex
  10. %%
  11. %% For common degrees, you can use the class options:
  12. %% phd, edd, ms, ma
  13. %% phd is the default
  14. \documentclass[print]{nuthesis}
  15. %%%%%%%%% Preamble from pandoc
  16. \usepackage{lmodern}
  17. \usepackage{amssymb,amsmath}
  18. \usepackage{ifxetex,ifluatex}
  19. \usepackage{fixltx2e} % provides \textsubscript
  20. \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
  21. \usepackage[T1]{fontenc}
  22. \usepackage[utf8]{inputenc}
  23. \usepackage{textcomp} % provides euro and other symbols
  24. \else % if luatex or xelatex
  25. \usepackage{unicode-math}
  26. \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
  27. \fi
  28. % use upquote if available, for straight quotes in verbatim environments
  29. \IfFileExists{upquote.sty}{\usepackage{upquote}}{}
  30. % use microtype if available
  31. \IfFileExists{microtype.sty}{%
  32. \usepackage[]{microtype}
  33. \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
  34. }{}
  35. \IfFileExists{parskip.sty}{%
  36. \usepackage{parskip}
  37. }{% else
  38. \setlength{\parindent}{0pt}
  39. \setlength{\parskip}{6pt plus 2pt minus 1pt}
  40. }
  41. \usepackage{hyperref}
  42. \hypersetup{
  43. pdfborder={0 0 0},
  44. breaklinks=true}
  45. \urlstyle{same} % don't use monospace font for urls
  46. \usepackage{graphicx,grffile}
  47. \makeatletter
  48. \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
  49. \def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
  50. \makeatother
  51. % Scale images if necessary, so that they will not overflow the page
  52. % margins by default, and it is still possible to overwrite the defaults
  53. % using explicit options in \includegraphics[width, height, ...]{}
  54. \setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
  55. \setlength{\emergencystretch}{3em} % prevent overfull lines
  56. \providecommand{\tightlist}{%
  57. \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
  58. \setcounter{secnumdepth}{0}
  59. % Redefines (sub)paragraphs to behave more like sections
  60. \ifx\paragraph\undefined\else
  61. \let\oldparagraph\paragraph
  62. \renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
  63. \fi
  64. \ifx\subparagraph\undefined\else
  65. \let\oldsubparagraph\subparagraph
  66. \renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
  67. \fi
  68. % set default figure placement to htbp
  69. \makeatletter
  70. \def\fps@figure{htbp}
  71. \makeatother
  72. \makeatletter
  73. \@ifpackageloaded{subfig}{}{\usepackage{subfig}}
  74. \@ifpackageloaded{caption}{}{\usepackage{caption}}
  75. \captionsetup[subfloat]{margin=0.5em}
  76. \AtBeginDocument{%
  77. \renewcommand*\figurename{Figure}
  78. \renewcommand*\tablename{Table}
  79. }
  80. % \AtBeginDocument{%
  81. % \renewcommand*\listfigurename{List of Figures}
  82. % \renewcommand*\listtablename{List of Tables}
  83. % }
  84. \@ifpackageloaded{float}{}{\usepackage{float}}
  85. \floatstyle{ruled}
  86. \@ifundefined{c@chapter}{\newfloat{codelisting}{h}{lop}}{\newfloat{codelisting}{h}{lop}[chapter]}
  87. \floatname{codelisting}{Listing}
  88. \newcommand*\listoflistings{\listof{codelisting}{List of Listings}}
  89. \makeatother
  90. %%%%%%%%% End Preamble from pandoc
  91. \begin{document}
  92. %% Start formatting the first few special pages
  93. %% frontmatter is needed to set the page numbering correctly
  94. \frontmatter
  95. \title{Measurement of the TTTT Cross Section at 13TeV}
  96. \author{Caleb Fangmeier}
  97. \adviser{Gregory Snow}
  98. \adviserAbstract{Professor Gregory Snow}
  99. \major{Physics and Astronomy}
  100. \degreemonth{TBD}
  101. \degreeyear{TBD}
  102. %%
  103. %% For most people the defaults will be correct, so they are commented
  104. %% out. To manually set these, just uncomment and make the needed
  105. %% changes.
  106. %% \college{Your college}
  107. %% \city{Your City}
  108. %%
  109. %% For most people the following can be changed with a class
  110. %% option. To manually set these, just uncomment the following and
  111. %% make the needed changes.
  112. %% \doctype{Thesis or Dissertation}
  113. %% \degree{Your degree}
  114. %% \degreeabbreviation{Your degree abbr.}
  115. %%
  116. %% Now that we know everything we need, we can generate the title page
  117. %% itself.
  118. %%
  119. \maketitle
  120. %%
  121. %% You have a maximum of 350 words for your abstract, which includes
  122. %% your title, name, etc.
  123. %%
  124. %% Required
  125. \begin{abstract}
  126. \include{00_Abstract}
  127. \end{abstract}
  128. %% Optional
  129. %% \begin{copyrightpage}
  130. %% \end{copyrightpage}
  131. %% Optional
  132. %% \begin{dedication}
  133. %% \end{dedication}
  134. %% Optional
  135. %% \begin{acknowledgments}
  136. %% \end{acknowledgments}
  137. %% Optional
  138. %% \begin{grantinfo}
  139. %% \end{grantinfo}
  140. %% The ToC is required
  141. %% Uncomment these if need be
  142. %% The ToC is required
  143. \tableofcontents
  144. %% Uncomment these if need be
  145. % \listoffigures
  146. % \listoftables
  147. %%
  148. %% ``Real'' beginning of the document.
  149. %% mainmatter is needed to set the page numbering correctly
  150. %% mainmatter is needed after the ToC, (LoF, and LoT) to set the
  151. %% page numbering correctly for the main body
  152. \mainmatter
  153. %% Thesis goes here
  154. \include{01_introduction}
  155. \include{02_theory}
  156. %% backmatter is needed at the end of the main body of your thesis to
  157. %% set up page numbering correctly for the remainder of the thesis
  158. \backmatter
  159. %% Start the correct formatting for the appendices
  160. \appendix
  161. %% Appendices go here (if you have them)
  162. %% Bibliography goes here (You better have one)
  163. %% BibTeX is your friend
  164. %% Index go here (if you have one)
  165. \end{document}
  166. \endinput
  167. %%
  168. %% End of file `skeleton.tex'.