-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.tex
133 lines (92 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
123
124
125
126
127
128
129
130
131
132
133
\documentclass[11pt]{article}
\pdfpagewidth 8.5in
\pdfpageheight 11in
\setlength\topmargin{0in}
\setlength\headheight{0in}
\setlength\headsep{0.4in}
\setlength\textheight{8in}
\setlength\textwidth{6in}
\setlength\oddsidemargin{0in}
\setlength\evensidemargin{0in}
\setlength\parindent{0.25in}
\setlength\parskip{0.1in}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{amsthm}
\usepackage{fancyhdr}
\usepackage{enumerate}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{question}[theorem]{Question}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{game}[theorem]{Game}
\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\lfoot{\small \jobname.tex -- Updated on \today}
\chead{\small http://github.com/StevenClontz/Research}
\rfoot{\thepage}
\cfoot{}
% Strategy uparrow shortcuts
\newcommand{\win}{\uparrow}
\newcommand{\prewin}{\underset{\text{pre}}{\uparrow}}
\newcommand{\markwin}{\underset{\text{mark}}{\uparrow}}
\newcommand{\tactwin}{\underset{\text{tact}}{\uparrow}}
\newcommand{\kmarkwin}[1]{\underset{#1\text{-mark}}{\uparrow}}
\newcommand{\ktactwin}[1]{\underset{#1\text{-tact}}{\uparrow}}
\newcommand{\codewin}{\underset{\text{code}}{\uparrow}}
\newcommand{\limitwin}{\underset{\text{limit}}{\uparrow}}
\newcommand{\oneptcomp}[1]{#1^*}
\newcommand{\oneptlind}[1]{#1^\dagger}
% \newcommand{\sharp}[1]{#1^{\#}}
\newcommand{\congame}[2]{Con_{O,P}(#1,#2)}
\newcommand{\clusgame}[2]{Clus_{O,P}(#1,#2)}
\newcommand{\lfkpgame}[1]{LF_{K,P}(#1)}
\newcommand{\lfklgame}[1]{LF_{K,L}(#1)}
\newcommand{\pfgame}[1]{PF_{F,C}(#1)}
\newcommand{\mengame}[1]{Cov_{C,F}(#1)}
\newcommand{\rothgame}[1]{Cov_{C,S}(#1)}
\newcommand{\altrothgame}[1]{Cov_{P,O}(#1)}
\newcommand{\fillgame}[1]{Fill^{\subseteq}_{M,N}(#1)}
\newcommand{\sfillgame}[1]{Fill^{\subsetneq}_{M,N}(#1)}
\newcommand{\kfillgame}[1]{Fill^{\subseteq}_{C,F}(#1)}
\newcommand{\ksfillgame}[1]{Fill^{\subsetneq}_{C,F}(#1)}
\newcommand{\recallgame}[2]{Rec^{#1}_{F,S}(#2)}
\newcommand{\proxgame}[1]{Prox_{D,P}(#1)}
\newcommand{\aproxgame}[1]{aProx_{D,P}(#1)}
\newcommand{\sigmaprodr}[1]{\Sigma\mathbb{R}^{#1}}
\newcommand{\sigmaprodtwo}[1]{\Sigma2^{#1}}
\newcommand{\concat}{{^\frown}}
\newcommand{\rest}{\restriction}
\newcommand{\cl}[1]{\overline{#1}}
\newcommand{\pow}[1]{\mc{P}(#1)}
\newcommand{\<}{\langle}
\renewcommand{\>}{\rangle}
\newcommand{\al}[1]{{#1}^*}
\newcommand{\mc}[1]{\mathcal{#1}}
\newcommand{\po}{\mathbb{P}}
\newcommand{\pok}{\po_\kappa}
\newcommand{\Lim}{\mathrm{Lim}}
\newcommand{\Suc}{\mathrm{Suc}}
\newcommand{\ds}{\displaystyle}
\newcommand{\st}[2]{st\left(#1,#2\right)}
\newcommand{\alcomp}{\al\parallel}
\newcommand{\rank}{\textrm{rank}}
\newcommand{\dom}{\textrm{dom}}
\renewcommand{\mod}{\,\textrm{mod}}
\newcommand{\zip}{\bowtie}
\newcommand{\ran}[1]{\text{range}(#1)}
\newcommand{\term}{\textbf}
\newcommand{\scish}{almost-$\sigma$-(relatively compact)}
\usepackage{mathrsfs}
\newcommand{\pl}[1]{\mathscr{#1}}