-
Notifications
You must be signed in to change notification settings - Fork 19
/
cctwMoM-options.tex
54 lines (43 loc) · 1.83 KB
/
cctwMoM-options.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
% Switches
% Controls for which of various variant versions to create
\provideboolean{ctwVersion}\setboolean{ctwVersion}{false}\newcommand{\ctw}{\ifthenelse{\boolean{ctwVersion}}} % {cctw}
\provideboolean{trpVersion}\setboolean{trpVersion}{false}\newcommand{\trp}{\ifthenelse{\boolean{trpVersion}}} % {trp}
% \setboolean{trpVersion}{true} % {trp}
\setboolean{trpVersion}{false} % {trp}
% Draft mode puts \labels of figs, tables, eqns in margin
\provideboolean{draftmode}\setboolean{draftmode}{true}
% \setboolean{draftmode}{false}
\newcommand{\Draft}{\ifthenelse{\boolean{draftmode}}}
\Draft{\usepackage{showlabels}
\renewcommand{\showlabelsetlabel}[1]{\tiny #1}
}{}
% RiskyR
\provideboolean{RiskyR}
\setboolean{RiskyR}{true}
\setboolean{RiskyR}{false}
\newcommand{\IfRiskyR}{\ifthenelse{\boolean{RiskyR}}}
% Include or exclude Method of Moderation material
\provideboolean{MoMVersion}\setboolean{MoMVersion}{true}
%\setboolean{MoMVersion}{false}
\newcommand{\MoM}{\ifthenelse{\boolean{MoMVersion}}}
% Get extra style stuff for cctwMoM
\MoM{ % {cctw}
\usepackage{cctwMoM} % {cctw}
}{} % {cctw}
% Versions with or without permanent shocks
% Seems to be defunct - remove
\provideboolean{PermShkVersion}\setboolean{PermShkVersion}{true}
\setboolean{PermShkVersion}{false}
\newcommand{\PermShkOn}{\ifthenelse{\boolean{PermShkVersion}}}
% MPCMatch version does Hermite polynomials for the interpolation
% that match both the slope and the intercept at the gridpoints
\provideboolean{MPCMatchVersion}
\setboolean{MPCMatchVersion}{true}
\newcommand{\MPCMatch}{\ifthenelse{\boolean{MPCMatchVersion}}}
% margin notes -- to be deleted
\provideboolean{MyNotes}\setboolean{MyNotes}{true}
\setboolean{MyNotes}{false}
% Show things that need fixing
\provideboolean{ToFix}\setboolean{ToFix}{true}
% \setboolean{ToFix}{false}
\newcommand{\Fix}{\ifthenelse{\boolean{ToFix}}}