-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdissertation.tex
122 lines (83 loc) · 2.33 KB
/
dissertation.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
%%
%% This just contains the outline stuff. Each chapter, the abstract,
%% acknowledgements, etc. are all in separate files.
%%
%% LaTeX 2e
%%
%% Book style, start chapters on either side of page (openany)
%% Report style, start chapters on either side of page (openany)
%%%%% DRAFT style doesn't include the figures!!!
%%%\documentclass[10pt,draft]{report}
\documentclass[10pt]{report}
%
% Use Doug Eck's thesis style file
%
\usepackage{thesis}
\usepackage{robbib}
\usepackage[all]{xy}
\usepackage{qtree}
\usepackage{cgloss4e}
\usepackage{palatino}
\usepackage{epsfig}
\usepackage{verbatim}
%%
%% DOUBLE SPACING
%%
% \usepackage{doublespace}
\usepackage{setspace}
\doublespacing
\lefthyphenmin=2
\righthyphenmin=3
%% use this to use command: \afterpage{\clearpage} to fix floating
%% table/figure queue backups in latex processing.
\usepackage{afterpage}
%% Allow pages to be of differing heights to achieve optimal vertical
%% spacing of lines of text
\raggedbottom
%%
%% Start of document itself
%%
\begin{document}
\title{A Statistical Method for Syntactic Dialectometry}
\author{Nathan C. Sanders}
\date{\today}
\principaladviser{Sandra K\"ubler, Ph.D.}
\firstreader{Markus Dickinson, Ph.D.}
\secondreader{Steven Franks, Ph.D.}
\externalreader{Michael Gasser, Ph.D.}
\submitdate{May 12, 2010}
%%
%% THIS STUFF IS FOR THE ABSTRACT,TOC,FIGURE LIST, ACKNOWL, TITLE,
%% COPYRIGHT, ETC.
%% Call the other files: acknowledge.tex, abstract.tex, dedication.tex
%%
\beforepreface
\afterpreface
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% The chapters
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{background}
\include{questions}
\include{methods}
\include{results}
\include{discussion}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Bibliography
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% standard citation style ... name and date
%\bibliographystyle{abbrv} %%{alpha}
\bibliographystyle{robbib}
\bibliography{central}
%
% Put CV in file called vitae.tex
%
% Can change spacing to single-spacing, but need to set font for
% effect to occur. So, set font to small and then back to normalsize.
\setstretch{1}\small\normalsize
\newpage
\vitapage
\end{document}