-
Notifications
You must be signed in to change notification settings - Fork 32
/
week_4.tex
29 lines (25 loc) · 876 Bytes
/
week_4.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
% !TEX root = week_4.tex
\input{exercises/_common_header.tex}
\Newassociation{solution}{Solution}{week_4_solution}
\newif\ifDisplaySolutions\DisplaySolutionstrue%
\begin{document}
\title{Computational Macroeconomics\\~\\Summer 2024\\~\\Week 4}
\author{Willi Mutschler\\[email protected]}
\date{Version: 1.0\\Latest version available on: \href{https://github.com/wmutschl/Computational-Macroeconomics/releases/latest/download/week_4.pdf}{GitHub}}
\maketitle\thispagestyle{empty}
\newpage
\Opensolutionfile{week_4_solution}[week_4_solution]
\tableofcontents\thispagestyle{empty}\newpage
\setcounter{page}{1}
\input{exercises/nk_model_algebra.tex}\newpage
\input{exercises/nk_preprocess_steady.tex}\newpage
\printbibliography%
\newpage
\Closesolutionfile{week_4_solution}
\ifDisplaySolutions%
\newpage
\appendix
\section{Solutions}
\input{week_4_solution}
\fi
\end{document}