123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- %%
- %% This is file `skeleton.tex',
- %% generated with the docstrip utility.
- %%
- %% The original source files were:
- %%
- %% nuthesis.dtx (with options: `skeleton')
- %%
- % rubber: module pdftex
- %%
- %% For common degrees, you can use the class options:
- %% phd, edd, ms, ma
- %% phd is the default
- \documentclass[print]{nuthesis}
- %%%%%%%%% Preamble from pandoc
- \usepackage{lmodern}
- \usepackage{amssymb,amsmath}
- \usepackage{ifxetex,ifluatex}
- \usepackage{fixltx2e} % provides \textsubscript
- \usepackage[
- style=numeric,
- sorting=none, % Ordering in order of usage
- citestyle=numeric-comp
- ]{biblatex}
- \addbibresource{references.bib}
- \usepackage{longtable}
- \usepackage{xcolor}
- \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
- \usepackage[T1]{fontenc}
- \usepackage[utf8]{inputenc}
- \usepackage{textcomp} % provides euro and other symbols
- \else % if luatex or xelatex
- \usepackage{unicode-math}
- \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
- \fi
- % use upquote if available, for straight quotes in verbatim environments
- \IfFileExists{upquote.sty}{\usepackage{upquote}}{}
- % use microtype if available
- \IfFileExists{microtype.sty}{%
- \usepackage[]{microtype}
- \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
- }{}
- \IfFileExists{parskip.sty}{%
- \usepackage{parskip}
- }{% else
- \setlength{\parindent}{0pt}
- \setlength{\parskip}{6pt plus 2pt minus 1pt}
- }
- \usepackage{hyperref}
- \hypersetup{%
- pdfborder={0 0 0},
- breaklinks=true}
- \urlstyle{same} % don't use monospace font for urls
- \usepackage{graphicx,grffile}
- \makeatletter
- \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
- \def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
- \makeatother
- % Scale images if necessary, so that they will not overflow the page
- % margins by default, and it is still possible to overwrite the defaults
- % using explicit options in \includegraphics[width, height, ...]{}
- \setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
- \setlength{\emergencystretch}{3em} % prevent overfull lines
- \providecommand{\tightlist}{%
- \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
- \setcounter{secnumdepth}{0}
- % Redefines (sub)paragraphs to behave more like sections
- \ifx\paragraph\undefined\else
- \let\oldparagraph\paragraph%
- \renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
- \fi
- \ifx\subparagraph\undefined\else
- \let\oldsubparagraph\subparagraph%
- \renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
- \fi
- % set default figure placement to htbp
- \makeatletter
- \def\fps@figure{htbp}
- \makeatother
- \makeatletter
- \@ifpackageloaded{subfig}{}{\usepackage{subfig}}
- \@ifpackageloaded{caption}{}{\usepackage{caption}}
- \captionsetup[subfloat]{margin=0.5em}
- \AtBeginDocument{%
- \renewcommand*\figurename{Figure}
- \renewcommand*\tablename{Table}
- }
- % \AtBeginDocument{%
- % \renewcommand*\listfigurename{List of Figures}
- % \renewcommand*\listtablename{List of Tables}
- % }
- \@ifpackageloaded{float}{}{\usepackage{float}}
- \floatstyle{ruled}
- \@ifundefined{c@chapter}{\newfloat{codelisting}{h}{lop}}{\newfloat{codelisting}{h}{lop}[chapter]}
- \floatname{codelisting}{Listing}
- \newcommand*\listoflistings{\listof{codelisting}{List of Listings}}
- \makeatother
- %%%%%%%%% End Preamble from pandoc
- % Adds line numbers. Comment out for final draft
- % \usepackage{lineno}
- % \linenumbers
- \begin{document}
- %% Start formatting the first few special pages
- %% frontmatter is needed to set the page numbering correctly
- \frontmatter
- \title{Measurement of the production cross section of four top quarks in proton-proton collisions at 13 TeV}
- \author{Caleb Fangmeier}
- \adviser{Frank Golf}
- \adviserAbstract{Professor Frank Golf}
- \major{Physics and Astronomy}
- \degreemonth{December}
- \degreeyear{2019}
- %%
- %% For most people the defaults will be correct, so they are commented
- %% out. To manually set these, just uncomment and make the needed
- %% changes.
- %% \college{Your college}
- %% \city{Your City}
- %%
- %% For most people the following can be changed with a class
- %% option. To manually set these, just uncomment the following and
- %% make the needed changes.
- %% \doctype{Thesis or Dissertation}
- %% \degree{Your degree}
- %% \degreeabbreviation{Your degree abbr.}
- %%
- %% Now that we know everything we need, we can generate the title page
- %% itself.
- %%
- \maketitle
- %%
- %% You have a maximum of 350 words for your abstract, which includes
- %% your title, name, etc.
- %%
- %% Required
- \begin{abstract}
- \input{00_abstract}
- \end{abstract}
- %% Optional
- %% \begin{copyrightpage}
- %% \end{copyrightpage}
- %% Optional
- \begin{dedication}
- For mom, who taught me to finish what I start.
- \end{dedication}
- %% Optional
- \begin{acknowledgments}
- I would like to begin by recognizing my fellow grad students, especially Joaquin Siado Castaneda, Jose Monroy Montañez, Rami Kamalieddin, and Paulo Costa, without whose camaraderie and collaboration on coursework and research, I would have surely lost my mind at some point during the trials of grad school. I would also like to recognize current and past HEP faculty at UNL:~Ken Bloom, Dan Claes, Aaron Dominguez, Frank Golf, Peisi Huang, Ilya Kravchenko, and Greg Snow, as well as the post-docs that helped make the Phase I upgrade project a success: Frank Meier and Rachel Bartek and the technicians in the electronics shop: Bob Kelty, Brian Farleigh, and Anatoly Miranov. Finally, I need to thank my family and friends, including the Slazoom Crew and our loyal listener, for their reliable support and efforts to keep me grounded.
- \end{acknowledgments}
- %% Optional
- %% \begin{grantinfo}
- %% \end{grantinfo}
- %% The ToC is required
- %% Uncomment these if need be
- %% The ToC is required
- \tableofcontents
- %% Uncomment these if need be
- % \listoffigures
- % \listoftables
- %%
- %% ``Real'' beginning of the document.
- %% mainmatter is needed to set the page numbering correctly
- %% mainmatter is needed after the ToC, (LoF, and LoT) to set the
- %% page numbering correctly for the main body
- \mainmatter%
- %% Thesis goes here
- \include{01_introduction}
- \include{02_standard_model}
- \include{03_lhc_and_cms_detector}
- \include{04_simulation_and_reconstruction}
- \include{05_tttt_measurement}
- \include{06_pixel_assembly}
- \include{07_conclusion}
- %% backmatter is needed at the end of the main body of your thesis to
- %% set up page numbering correctly for the remainder of the thesis
- \backmatter%
- %% Start the correct formatting for the appendices
- \appendix
- %% Appendices go here (if you have them)
- %% Bibliography goes here (You better have one)
- %% BibTeX is your friend
- \printbibliography%
- %% Index go here (if you have one)
- \end{document}
- \endinput
- %%
- %% End of file `skeleton.tex'.
|