-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.tex
122 lines (110 loc) · 3.35 KB
/
header.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
% \newcommand{\thesistitle}{Spatial memory in health and disease:
% Hippocampal stability deficits in the \textit{Df(16)A$^{+/-}$} mouse model of schizophrenia}
\newcommand{\thesistitle}{Spatial memory in health and disease:
Hippocampal stability deficits in the \df/ mouse model of schizophrenia}
\newcommand{\thesisauthor}{Jeffrey D. Zaremba}
\newcommand{\thesisyear}{2017}
\newcommand{\graduationyear}{2017}
%%%
%%% Packages
%%%
\usepackage[dvips]{epsfig}
\usepackage{amsmath}
\usepackage{named}
\usepackage{setspace}
\usepackage{fancyhdr}
\usepackage{afterpage}
%
% We use the hyperref package and customize it for optimal PDF
%
\usepackage[hidelinks,pdftitle={\thesistitle},pdfauthor={\thesisauthor},pdfpagemode={UseOutlines},letterpaper,bookmarks,bookmarksopen=true,pdfstartview={FitH},bookmarksnumbered=true,]{hyperref}
%%%
%%% Margins
%%%
\paperwidth=8.5in
\paperheight=11in
% 1in + hoffset + oddsidemargin + textwidth + marginparsep + marginparwidth
% For PhD at Columbia we have single side theses and 1.5in left margin
% The settings below leave 1.5 inch margin at the left and 1 inch at the right
% for US Letter paper
\setlength{\hoffset}{0.0in}
\setlength{\oddsidemargin}{0in}
\setlength{\textwidth}{6.5in}
\setlength{\evensidemargin}{0mm}
% 1in + voffset + topmargin + headheight + headsep + textheight + footskip
% For PhD thesis we also need an extra inch at the bottom
% 1inch = 72 pt
\setlength{\voffset}{0.0in}
\setlength{\topmargin}{.0in}
\setlength{\headheight}{0pt} % 14pt
\setlength{\headsep}{0pt} % 22pt
\setlength{\textheight}{9.0in}
\setlength{\footskip}{0.5in}
%%%
%%% Spacing
%%%
% \newcommand{\singlespace}{\renewcommand{\baselinestretch}{1.15} \small \normalsize}
\newcommand{\oneandhalfspace}{\renewcommand{\baselinestretch}{1.3} \small \normalsize}
% \newcommand{\doublespace}{\renewcommand{\baselinestretch}{1.5} \small \normalsize}
\newcommand{\normalspace}{\doublespace}
\footnotesep=1\baselineskip
%%%
%%% Counters depth
%%%
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
%%%
%%% Title page.
%%%
\newcommand{\thesistitlepage}{
\normalspace
\thispagestyle{empty}
\begin{center}
\vspace*{36pt}
\textbf{\LARGE \thesistitle} \\[1cm]
\textbf{\LARGE \thesisauthor} \\[7cm]
Submitted in partial fulfillment of the \\
requirements for the degree \\
of Doctor of Philosophy \\
under the Executive Committee\\
of the Graduate School of Arts and Sciences\\[4cm]
\textbf{\Large COLUMBIA UNIVERSITY} \\[5mm]
\graduationyear
\end{center}
\clearpage
}
%%%
%%% Copyright page.
%%%
\newcommand{\thesiscopyrightpage}{
\thispagestyle{empty}
\strut \vfill
\begin{center}
\copyright \thesisyear \\
\thesisauthor \\
All Rights Reserved
\end{center}
\cleardoublepage
}
%%%
%%% Abstract page.
%%%
\newcommand{\thesisabstract}{
\thispagestyle{empty}
\vspace*{0pt}
\begin{center}
\textbf{\LARGE ABSTRACT} \\[0.6cm]
\textbf{\Large \thesistitle} \\[0.6cm]
\textbf{\Large \thesisauthor} \\[0.6cm]
\end{center}
\input{abstract}
\cleardoublepage
}
%%%
%%% Miscellaneous
%%%
\newcommand{\draft}{
\renewcommand{\normalspace}{\singlespace}
\normalspace
\chapter*{Draft. Version \today}
\clearpage }