Restructured main text a bit, added week 2 placeholder

This commit is contained in:
2023-05-16 16:20:26 +02:00
parent 3cf2b2e0c3
commit 313c42a550
6 changed files with 19 additions and 5 deletions

Binary file not shown.

View File

@@ -1,8 +1,9 @@
\documentclass{template/homework} \documentclass{template/homework}
\usepackage{enumitem} \setcounter{secnumdepth}{0} % Makes sections unnumbered
\usepackage{tcolorbox} \usepackage{enumitem} % Gives access to better enumeration items
\usepackage{subfiles} \usepackage{tcolorbox} % Gives boxes
\usepackage{subfiles} % Makes subfiles easier (and you want those)
\title{MIT OCW Real Analysis} \title{MIT OCW Real Analysis}
\author{Philippe H. Zwietering} \author{Philippe H. Zwietering}
@@ -10,5 +11,9 @@
\begin{document} \begin{document}
\maketitle \maketitle
\subfile{week1/1.tex} \tableofcontents
\clearpage
\subfile{week1/main.tex}
\clearpage
\subfile{week2/main.tex}
\end{document} \end{document}

View File

@@ -1,7 +1,7 @@
\documentclass[../main_text.tex]{subfiles} \documentclass[../main_text.tex]{subfiles}
\begin{document} \begin{document}
\section*{Week 1} \section{Week 1}
\exercise*[0.3.6] \exercise*[0.3.6]
% For some reason I can't put a fitted tcbox here and I really don't like it % For some reason I can't put a fitted tcbox here and I really don't like it

BIN
assignments/week2/main.pdf Normal file

Binary file not shown.

View File

@@ -0,0 +1,9 @@
\documentclass[../main_text.tex]{subfiles}
\begin{document}
\section{Week 2}
\exercise*[1.1.1]
Exercise 1.1.1 comes here.
\end{document}