Files
real_analysis/main_text.tex
Philippe Zwietering adcf470b30
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit
Fix voor template, hopelijk nu werkend op buildsetup
2025-11-16 00:31:46 +01:00

21 lines
457 B
TeX

\documentclass{src/template/homework}
\usepackage{enumitem} % Gives access to better enumeration items
\usepackage{tcolorbox} % Gives boxes
\usepackage{subfiles} % Makes subfiles easier (and you want those)
\title{MIT OCW Real Analysis}
\author{Philippe H. Zwietering}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\clearpage
\subfile{./src/week1.tex}
\clearpage
\subfile{./src/week2.tex}
\clearpage
\subfile{./src/week3.tex}
\end{document}