-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtakeup_workingpaper_header.sty
84 lines (76 loc) · 1.85 KB
/
takeup_workingpaper_header.sty
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
\usepackage{pxfonts}
\usepackage{bbm}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{mathtools}
\usepackage{setspace}
\usepackage{booktabs}
\usepackage{pdflscape}
\usepackage{threeparttable}
\usepackage{todonotes}
\usepackage{tikz}
% \usepackage[nomarkers]{endfloat} % Move all figures to end of document
\newcommand{\prob}{\operatorname{P}\probarg}
\newcommand{\expect}{\operatorname{E}\probarg}
\newcommand{\fsexpect}{\operatorname{\hat{E}}\probarg}
\DeclarePairedDelimiterX{\probarg}[1]{[}{]}{%
\ifnum\currentgrouptype=16 \else\begingroup\fi
\activatebar#1
\ifnum\currentgrouptype=16 \else\endgroup\fi
}
\newcommand{\innermid}{\nonscript\;\delimsize\vert\nonscript\;}
\newcommand{\activatebar}{%
\begingroup\lccode`\~=`\|
\lowercase{\endgroup\let~}\innermid
\mathcode`|=\string"8000
}
\onehalfspacing
\newtheorem{assumption}{Assumption}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,positioning,fit,petri,calc,shapes.geometric}
\tikzset{
>=stealth',
county/.style={
ellipse,
draw=black, very thick,
fill=white,
text width=8.5em,
minimum height=2em,
text centered},
punkt/.style={
rectangle,
rounded corners,
draw=black, very thick,
fill=white,
text width=8.5em,
minimum height=2em,
text centered},
expgroup/.style 2 args={
rectangle,
rounded corners,
draw=black!50, dashed,
fill=black!10,
fit=(#1) (#2)},
pil/.style={
<-,
thick,
shorten <=2pt,
shorten >=2pt},
greypil/.style={
<-,
draw=black, dotted,
shorten <=2pt,
shorten >=2pt},
triangle/.style={
regular polygon,
draw=black, very thick,
fill=white,
regular polygon sides=3
},
popcircle/.style={
circle,
fill=white,
draw=black, very thick
}
}
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,main,foreground}