Incorporated the template and set up subfiles; this means we can now compile either one big doc or separate exercies

This commit is contained in:
2023-05-11 15:11:47 +02:00
parent cbc5e10518
commit 808635738e
6 changed files with 15 additions and 2 deletions

BIN
assignments/main_text.pdf Normal file

Binary file not shown.

12
assignments/main_text.tex Normal file
View File

@@ -0,0 +1,12 @@
\documentclass{latex-homework/homework}
\usepackage{subfiles}
\title{MIT OCW Real Analysis}
\author{Philippe H. Zwietering}
\date{}
\begin{document}
\maketitle
\subfile{week1/0.3.6.tex}
\end{document}

Binary file not shown.

View File

@@ -1,5 +1,6 @@
\documentclass[11pt,a4paper]{article}
\documentclass[../main_text.tex]{subfiles}
\begin{document}
\exercise
\end{document}