thesis.tex 5.2 KB

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