-
Notifications
You must be signed in to change notification settings - Fork 1
/
thesistemplate.tex
102 lines (86 loc) · 2.8 KB
/
thesistemplate.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
\documentclass[11pt,final,letterpaper,openany]{mytuftsthesis}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{thmtools}
\usepackage{thm-restate}
\declaretheorem[name=Theorem, numberwithin=section]{bigtheorem}
\pdfpagewidth=8.5in
\pdfpageheight=11in
\begin{document}
\title{Thesis Title}
\author{Firstname M. Lastname}
\adviser{Advisor}
\institute{Tufts University}
\degreedate{May 2017}
\copyrightyear{2017}
\myabstract{
This is the abstract for this thesis. It should
be substantially longer than this but not longer than a
page. }
\myacknowledgments{Acknowledgments
acknowledgments acknowledgments acknowledgments.
Acknowledgments acknowledgments, acknowledgments
acknowledgments acknowledgments acknowledgments
acknowledgments acknowledgments. Acknowledgments
acknowledgments acknowledgments acknowledgments:
acknowledgments, acknowledgments acknowledgments,
acknowledgments acknowledgments, and acknowledgments.
\newline\indent
Acknowledgments acknowledgments acknowledgments
acknowledgments acknowledgments. Acknowledgments
acknowledgments acknowledgments acknowledgments
acknowledgments acknowledgments acknowledgments
(acknowledgments acknowledgments) acknowledgments.
Acknowledgments acknowledgments acknowledgments
acknowledgments acknowledgments acknowledgments
acknowledgments acknowledgments acknowledgments
acknowledgments. Acknowledgments acknowledgments.
\newline\indent
Acknowledgments acknowledgments acknowledgments
acknowledgments acknowledgments acknowledgments.
}
\mydedication{
\vspace{.5in}
\begin{center}
\emph{To Dedication, without whom this would not have been dedicated.}
\end{center}
}
\beforethesisproper
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% main body of thesis
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Introduction}
\label{ch-introduction}
\begin{restatable*}{bigtheorem}{someuniquename}
\cite[Grothendieck]{EGAI}
\label{anameforthistheorem}
This is an example of restatable. I would like to
talk about the theorem in Chapter \ref{ch-introduction}, but have the
numbering from another chapter.
\end{restatable*}
\chapter{Background}
\chapter{Another Chapter}
\someuniquename
\renewcommand{\thechapter}{\Alph{chapter}}
\appendix
\chapter{Proof of Theorem \ref{anameforthistheorem}}
\chapter*{} % The empty chapter prevents the bibliography
% from being eaten by the appendix if you are
% using outline-mode in emacs.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% bibliography
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{alpha}
{
\singlespacing
\newpage
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{thesisbib}
}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: