-
Notifications
You must be signed in to change notification settings - Fork 2
/
preamble.tex
84 lines (62 loc) · 2.19 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
74
75
76
77
78
79
80
81
82
% Copied from UMD mainthesis.tex
%---------------------------------
\usepackage{graphicx}
\usepackage{cite}
\usepackage{lscape}
\usepackage{indentfirst}
\usepackage{latexsym}
\usepackage{multirow}
\usepackage{supertabular}
%---------------------------------
\usepackage{booktabs}
\usepackage{color,soul}
\usepackage{setspace}
\usepackage{parskip}
\usepackage{centernot}
\usepackage{longtable,booktabs}
\usepackage{multirow}
\usepackage{fancyhdr}
\usepackage[group-separator={,}]{siunitx}
\usepackage{subfig}
% %This gets the chapter titles formatted correctly
%
\usepackage{titlesec}
% \usepackage{apptools}
% \renewcommand\chaptertitlename{\IfAppendix{Appendix}{Chapter}}
\renewcommand\contentsname{Table of Contents}
\titleformat{\chapter}{\normalfont\large\bfseries}{\chaptertitlename\space \thechapter:}{1em}{}
\titleformat*{\section}{\large\large\itshape}
\titleformat*{\subsection}{\normalfont\normalsize\itshape}
\titleformat*{\subsubsection}{\normalfont\normalsize\itshape}
\titlespacing*{\chapter}{0pt}{*1.5}{*1.5}
\titlespacing*{\section}{0pt}{*1}{*1}
\titlespacing*{\subsection}{0pt}{*1}{*1}
% These lines append the bibliography to the table of contents
\usepackage{makeidx}
\makeindex
\usepackage{tocbibind}
% This makes it so that the inside/outside margin does not
% alternate pages
\usepackage{layout}
\setlength{\oddsidemargin}{36pt}
\setlength{\evensidemargin}{36pt}
% -----------------------------------------
\raggedbottom
\raggedright
% These make floating environments less
% likely to float
\renewcommand{\textfraction}{0.05}
\renewcommand{\topfraction}{0.8}
\renewcommand{\bottomfraction}{0.8}
\renewcommand{\floatpagefraction}{0.75}
% Custom variables for equations ------------------------------
\newcommand{\bigCI}{\mathrel{\text{\scalebox{1.07}{$\perp\mkern-10mu\perp$}}}}
\newcommand{\nbigCI}{\centernot{\bigCI}}
\newcommand{\CI}{\mathrel{\perp\mspace{-10mu}\perp}}
\newcommand{\nCI}{\centernot{\CI}}
\newcommand{\deltaexch}{\delta^\text{exch}}
\newcommand{\deltapos}{\delta^\text{pos}}
\newcommand{\deltacomp}{\delta^\text{comp}}
\newcommand{\deltahatexch}{\hat{\delta}^\text{exch}}
\newcommand{\deltahatpos}{\hat{\delta}^\text{pos}}
\newcommand{\deltahatcomp}{\hat{\delta}^\text{comp}}