forked from llorracc/cAndCwithStickyE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Switches.tex
74 lines (58 loc) · 2.99 KB
/
Switches.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
% Resources that need to be accessible from various different locations
\providecommand{\YLevBF}{\ensuremath{\mathbf{Y}}}
\renewcommand{\pDies}{\ensuremath{\mathsf{d}}}
%\renewcommand{\PDies}{\ensuremath{\mathsf{D}}}
%\renewcommand{\PLives}{\ensuremath{(1-\mathsf{D})}}
\providecommand{\aggrSavingRuleCoeff}{\ensuremath{\kappa}}
\providecommand{\stnRatio}{\ensuremath{\tau}}
\newcommand{\TabsDir}{\econtexRoot/Tables}\newcommand{\Calibration}{\econtexRoot/Calibration}
\newcommand{\W}{\mathcal{W}} % Include or exclude aggregate wage in individual problem - to include, should be \newcommand{\W}{W}
\provideboolean{Depreciation}
\setboolean{Depreciation}{true}
%\setboolean{Depreciation}{false}
\provideboolean{MicroDepr}
\setboolean{MicroDepr}{true}
%\setboolean{Depreciation}{false}
\newcommand{\ifDepr}{\ifthenelse{\boolean{Depreciation}}}
\newcommand{\MicroDepr}{\ifthenelse{\boolean{MicroDepr}}}
\newcommand{\RBet}{\mathbf{R}} % Bold version is between-period rate; \mathcal version is within
\newcommand{\rBet}{\mathbf{r}} % Bold version is between-period rate; \mathcal version is within
\newcommand{\RIn}{\mathcal{R}}
\newcommand{\rIn}{r}
\provideboolean{Growth}
\setboolean{Growth}{true}
\setboolean{Growth}{false}
\newcommand{\ifGG}{\ifthenelse{\boolean{Growth}}} % Switch for whether to include productivity growth in formulae; useful for programming/debugging
\provideboolean{numSwitch} % Switch that suppresses eqn numbers on slides but not in text
\setboolean{numSwitch}{true} % Set to true at beginning of text
%\setboolean{numSwitch}{false} % Set to false at beginning of slides
\providecommand{\ifnumSw}{\ifthenelse{\boolean{numSwitch}}{}{\nonumber}}
\provideboolean{Slides}
\setboolean{Slides}{false}
\newcommand{\ifslides}{\ifthenelse{\boolean{Slides}}}
\provideboolean{ZeroProb}
\setboolean{ZeroProb}{false}
\setboolean{ZeroProb}{true}
\newcommand{\ifZero}{\ifthenelse{\boolean{ZeroProb}}}
\provideboolean{DocVersion} % If true, produce an elaborate version of the document that contains all formulae used in the software
\setboolean{DocVersion}{false}
\setboolean{DocVersion}{true}
%\providecommand{\ifDoc}{\ifthenelse{\boolean{DocVersion}}}
\providecommand{\ifDoc}{\marginpar{\tiny{DocAndNodocVersions}}\emph}
% ExtraExplain toggles whether to include the explanation for why we can't assume \bar{\ell}=\ell
\provideboolean{ExtraExplain}
\setboolean{ExtraExplain}{false}
%\setboolean{ExtraExplain}{true}
\newcommand{\ifExplain}{\ifthenelse{\boolean{ExtraExplain}}}
\provideboolean{ShowStickyE}
\setboolean{ShowStickyE}{true}
\setboolean{ShowStickyE}{false}
\newcommand{\StickyE}{\ifthenelse{\boolean{ShowStickyE}}}
\newcommand{\eq}{\econtexRoot/Equations}
\newcommand{\EqnDir}{\econtexRoot/Equations}
\newcommand{\fm}{frictionless-$\mathbf{m}$ }
\newcommand{\sm}{sticky-$\mathbf{m}$ }
\newcommand{\ParmDir}{\econtexRoot/Calibration}
\newcommand{\TablesDir}{\econtexRoot/Tables}
\newcommand{\DirCampManVsStickyE}{\econtexRoot/Empirical/US/Results/LaTeX/tables}
\providecommand{\perc}[1]{\widetilde{#1}}