-
Notifications
You must be signed in to change notification settings - Fork 17
/
week_1.tex
35 lines (31 loc) · 1.47 KB
/
week_1.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
% !TEX root = week_1.tex
\input{exercises/_common_header.tex}
\Newassociation{solution}{Solution}{week_1_solution}
\newif\ifDisplaySolutions\DisplaySolutionstrue%
\begin{document}
\title{Quantitative Macroeconomics\\~\\Winter 2024/25\\~\\Week 1}
\author{Willi Mutschler\\[email protected]}
\date{Version: 1.0\\Latest version available on: \href{https://github.com/wmutschl/Quantitative-Macroeconomics/releases/latest/download/week_1.pdf}{GitHub}}
\maketitle\thispagestyle{empty}
\newpage
\Opensolutionfile{week_1_solution}[week_1_solution]
\tableofcontents\thispagestyle{empty}\newpage
\setcounter{page}{1}
\input{exercises/quantitative_macroeconomics_scope.tex}\newpage
\input{exercises/programming_languages.tex}\newpage
\input{exercises/matlab_quick_tour.tex}\newpage
\input{exercises/gitkraken_quick_tour.tex}\newpage
\printbibliography%
\newpage
\appendix
\section{Exam template files for \LaTeX}
\lstinputlisting[language=tex,frame=single,title=\lstname,breaklines=true,breakatwhitespace=false,basicstyle=\scriptsize\mlttfamily]{progs/latex/templateExamSolution.tex}
\lstinputlisting[language=tex,frame=single,title=\lstname,breaklines=false,breakatwhitespace=false,basicstyle=\scriptsize\mlttfamily]{progs/latex/templateExamBiblio.bib}
\lstinputlisting[style=Matlab-editor,basicstyle=\footnotesize\mlttfamily,title=\lstname]{progs/matlab/templateMatlabExample.m}
\Closesolutionfile{week_1_solution}
\ifDisplaySolutions%
\newpage
\section{Solutions}
\input{week_1_solution}
\fi
\end{document}