-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble.tex
73 lines (59 loc) · 2.48 KB
/
preamble.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
%%% This is an example file for the Auburn University style options
%%% aums.sty (Masters Thesis)
%%% auphd.sty (Ph.D. Dissertation)
%%% auhonors.sty (Honors Scholar)
%%%To use it, please edit the necessary options, title, author, date, year, keywords, advisor, professor, etc.
% PICK YOUR THESIS TYPE
% \usepackage{aums} % For Master's papers
\usepackage{auphd} % For Ph.D.
%\usepackage{auhonors} % For honors college
% NEEDED PACKAGES AND SETTINGS
\usepackage[normalem]{ulem} % underlining on style-page; see \normalem below
\usepackage{url}
\usepackage[table]{xcolor}
\usepackage{tikz}
\usepackage{pgf}
\usepackage{soul}
\usepackage{float}
\usepackage{booktabs}
\usepackage{amsmath,amsthm, amsfonts, mathrsfs, graphicx, setspace, fullpage, color}
\usepackage{natbib, appendix}
\usepackage[T1]{fontenc}
\usepackage{multirow}
\RequirePackage{adjustbox}
\usepackage{hyperref}
% settings for footnote text
\usepackage[hang,flushmargin]{footmisc}
% citation style: remove the comma between author and year
\setcitestyle{aysep={}}
% format captions
\usepackage{caption}
\captionsetup{width=\textwidth}
\captionsetup[figure]{labelfont=sc}
\captionsetup[table]{labelfont=sc}
% for stripes in tables
\definecolor{stripe-gray}{gray}{0.90}
% allow handling of landscape pages for big figures
\usepackage{pdflscape}
% If you need to print with 1.5in margins, uncomment the line below
% USEFUL FOR BINDING
% \oddsidemargin0.5in \textwidth6in
% turn off drawing of default title
\makeatother
\let\oldmaketitle\maketitle
\AtBeginDocument{\let\maketitle\relax}
% Put the title, author, and date in.
\title{Development and Evaluation of Assessment Tools and Management Strategies for Salmon Fisheries in Western Alaska}
\author{Benjamin A. Staton}
\date{May 4, 2019} %date of graduation
\copyrightyear{2019} %copyright year
\keywords{Pacific salmon, phenological forecasts, management strategy evaluation, mixed-stock fisheries, Bayesian inference}
% Put the Thesis Adviser here.
\adviser{Matthew J. Catalano}
% Put the committee here (including the adviser), one \professor for each.
% The advisor must be first, and the dean of the graduate school must be last.
\professor{Matthew J. Catalano, Chair, Associate Professor of Fisheries Science}
\professor{Asheber Abebe, Professor of Mathematics and Statistics}
\professor{Lewis G. Coggins, Jr., Affiliate Professor of Fisheries Science}
\professor{Conor P. McGowan, Professor of Wildlife Sciences}
\professor{George T. Flowers, Graduate School Dean}