-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdissertation.tex
More file actions
221 lines (166 loc) · 6.45 KB
/
Copy pathdissertation.tex
File metadata and controls
221 lines (166 loc) · 6.45 KB
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
\documentclass[letterpaper,12pt,final,openright,twoside]{memoir}
\RequireXeTeX
\newcommand{\thesisTitle}{Measuring Cultural Transmission at Archaeological Scales: How Can We Improve Empirical Sufficiency?}
\newcommand{\thesisAuthor}{Mark Ernest Madsen}
\newcommand{\authorDegree}{\footnotesize{\textsc{M.S., Anthropology}}}
\usepackage{amsmath}
\usepackage{mathspec}
\makeatletter % undo the wrong changes made by mathspec
\let\RequirePackage\original@RequirePackage
\let\usepackage\RequirePackage
\makeatother
%Date definition
\usepackage{datetime}
\newdateformat{yearonly}{\monthname[\THEMONTH]~\THEYEAR}
\date{\yearonly\today}
\newdateformat{pubyear}{\THEYEAR}
\usepackage[osf]{mathpazo}
\usepackage{fontspec}
%Set fonts
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mathrsfs} % For Cursive Fonts, dont define with mathdesign
\usepackage{lipsum}
\usepackage{xspace}
\usepackage[chapter,ruled]{algorithm}
\usepackage{algorithmic}
\usepackage{boxedminipage}
\usepackage{fancyvrb}
\usepackage{xltxtra}
\usepackage{xunicode}
\defaultfontfeatures{Scale=MatchLowercase}
%Math Fixes
\usepackage{fixmath} %Force ISO math standards
\setmainfont[Ligatures=TeX,Numbers=OldStyle]{Minion Pro Medium}
\setsansfont[Mapping=tex-text]{Ocean Sans Std}
\setmonofont{Bitstream Vera Sans Mono}
\setmathfont(Digits,Latin,Greek)[Script=Math,Uppercase=Italic,Lowercase=Italic]{Minion Math}
\setmathfont[range={\mathbfup->\mathup}]{Minion Math Semibold}
\setmathfont[range={\mathbfit->\mathit}]{Minion Math Semibold}
\setmathfont[range={\mathit->\mathit}]{Minion Math Regular}
\usepackage{varioref} %extends \pageref via \vref to automate things like "on the next page"
\usepackage[xetex,breaklinks,plainpages=false,pdfpagelabels]{hyperref}
\usepackage[]{natbib} %For References
\usepackage{memhfixc} %Allows Hyperref in Memoir
% glossaries MUST be loaded after hyperref...
\usepackage[toc,section=chapter]{glossaries}
\makenoidxglossaries
\usepackage{graphicx}
% \usepackage[draft]{pdfpages}
\usepackage{mdwmath} %Math alignment
\usepackage{mdwtab}
\usepackage[smaller]{acronym} %acronyms package
% allow more complex list environments
\usepackage[inline]{enumitem}
%\setlist{leftmargin=-1\labelwidth}
\setenumerate[1]{label=\Roman*.}
\setenumerate[2]{label=\Alph*.}
\setenumerate[3]{label=\roman*.}
\setenumerate[4]{label=\alph*.}
\newenvironment{dissparalist}{\begin{enumerate*}[label=(\emph{\alph*}),before=\unskip{: }, itemjoin={{; }}, itemjoin*={{, and }}]}{\end{enumerate*}}
%Version control with GIT
\usepackage[footinfo]{gitinfo}
\usepackage{rotating}
\usepackage{xcolor}
\newcommand{\pgstyle}{Ruled}
%----------------- preamble.tex -------------------
\hypersetup{colorlinks,citecolor=blue,filecolor=blue,linkcolor=blue,urlcolor=blue}
\maxsecnumdepth{subsubsection} %Number Subsections too
% Redo for letter paper - although this might need further tweaking, it's rough
%\settrimmedsize{279mm}{215mm}{*}
\setlength{\trimtop}{0pt}
\setlength{\trimedge}{\stockwidth}
\addtolength{\trimedge}{-\paperwidth}
%\settypeblocksize{634pt}{440pt}{*}
\settypeblocksize{8in}{6.5in}{*}
\setlrmargins{*}{*}{1}
\setulmargins{*}{*}{1}
\setmarginnotes{17pt}{51pt}{\onelineskip}
\setheadfoot{2\onelineskip}{2\onelineskip}
%\setheaderspaces{*}{2\onelineskip}{*}
\setheaderspaces{*}{*}{*}
\setSpacing{1}
\checkandfixthelayout
% Captioning
\changecaptionwidth
\captionwidth{0.925\textwidth}
% Float enabling
\newsubfloat{figure} %Enable subfigures
\pagestyle{\pgstyle}
%--------------- chpstyle.tex
%-----------------Book Style-----------------
\makeheadstyles{thesis}{%
% book changes
\renewcommand*{\booknamefont}{\huge\sffamily\bfseries}
\renewcommand*{\booknumfont}{\huge\sffamily\bfseries}
\renewcommand*{\booktitlefont}{\Huge\sffamily\bfseries}
\renewcommand*{\midbookskip}{\par\vskip 2\onelineskip}%
% part changes
\renewcommand*{\partnamefont}{\huge\bfseries\sffamily}
\renewcommand*{\partnumfont}{\sffamily\bfseries\huge}
\renewcommand*{\parttitlefont}{\Huge\bfseries\sffamily}
\renewcommand*{\midpartskip}{\par\vskip 2\onelineskip}%
%Chapter Style
\chapterstyle{veelo} %Chapter Style Type (see memoir package docs)
\setlength{\beforechapskip}{12mm} %Shorten number
\renewcommand*{\chapnamefont}{\sffamily\bfseries\LARGE\flushright}
\renewcommand*{\chapnumfont}{\sffamily\bfseries\Huge}
\renewcommand*{\chaptitlefont}{\sffamily\HUGE\bfseries\flushright}
% section
\setsecheadstyle{\sffamily\Large\bfseries\raggedright}%
% % subsection
\setsubsecheadstyle{\sffamily\large\bfseries\raggedright}%
% % subsubsection
\setsubsubsecheadstyle{\sffamily\normalsize\bfseries\raggedright}%
% % paragraph
\setparaheadstyle{\normalfont\normalsize\bfseries}%
% % subparagraph
\setsubparaheadstyle{\normalfont\normalsize\bfseries}
}
\usepackage{hyphenat}
\usepackage{subcaption}
\usepackage{rotating}
\usepackage{diss-macros}
\begin{document}
\headstyles{thesis}
\frontmatter %-----------------
\small
\input{frontbackmatter/copyright}
\input{frontbackmatter/title}
\input{frontbackmatter/front}
\mainmatter %-----------------
\normalsize
\acresetall %Reset acronyms
\DoubleSpacing
%%%%%%%%% Content %%%%%%%%%%%%
\chapter{Introduction and Research Problem}
\label{chap:intro}
\input{chapters/chapter-introduction}
\chapter{Neutral Cultural Transmission in Time Averaged Archaeological Assemblages}
\label{chap:timeaveraging-paper}
\input{chapters/chapter-timeaveraging-paper}
\chapter{Can We Identify Biased Cultural Transmission in the Archaeological Record?}
\label{chap:ctmixtures-paper}
\input{chapters/chapter-ctmixtures-paper}
\chapter{Combinatorial Structure of the Deterministic Seriation Method with Multiple Subset Solutions}
\label{chap:seriationcombinatorics-paper}
\input{chapters/chapter-seriationcombinatorics-paper}
\chapter{Measuring Cultural Relatedness Using Multiple Seriation Ordering Algorithms}
\label{chap:multipleseriation-paper}
\input{chapters/chapter-multipleseriation}
\chapter{A Computational Method for Identifying Regional Interaction Patterns From Seriation Solutions}
\label{chap:computational-metapopulation}
\input{chapters/chapter-computational-metapopulation}
\chapter{Behavioral Modernity and the Cultural Transmission of Structured Information: The Semantic Axelrod Model}
\label{chap:semanticaxelrod-paper}
\input{chapters/chapter-semanticaxelrod-paper}
\chapter{Conclusion and Directions for Future Research}
\label{chap:conclusion}
\input{chapters/chapter-conclusions}
\backmatter %-----------------
\input{frontbackmatter/back}
% \part{Appendices}
% \appendix %-----------------
% \small
% \input{frontbackmatter/vita}
\end{document}