Poging tot herstructurering om latexmk beter te benutten
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 20:02:47 +01:00
parent b1d3f25d48
commit 1bb9abb8cf
7 changed files with 5 additions and 6 deletions

20
main_text.tex Normal file
View File

@@ -0,0 +1,20 @@
\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}