forked from wmutschl/Computational-Macroeconomics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweek_2.tex
30 lines (26 loc) · 927 Bytes
/
week_2.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
% !TEX root = week_2.tex
\input{common_header.tex}
\Newassociation{solution}{Solution}{week_2_solution}
\newif\ifDisplaySolutions\DisplaySolutionstrue
\begin{document}
\title{Computational Macroeconomics\\~\\Summer 2023\\~\\Week 2}
\author{Willi Mutschler\\[email protected]}
\date{Version: 1.1.0\\Latest version available on: \href{https://github.com/wmutschl/Computational-Macroeconomics/releases/latest/download/week_2.pdf}{GitHub}}
\maketitle\thispagestyle{empty}
\newpage
\Opensolutionfile{week_2_solution}[week_2_solution]
\tableofcontents\thispagestyle{empty}\newpage
\setcounter{page}{1}
\input{exercises/rbc_model.tex}\newpage
\input{exercises/baxter_king_preprocess_steady.tex}\newpage
\input{exercises/case_study_baxter_king_figure2.tex}\newpage
\printbibliography
\newpage
\Closesolutionfile{week_2_solution}
\ifDisplaySolutions
\newpage
\appendix
\section{Solutions}
\input{week_2_solution}
\fi
\end{document}