Poging tot herstructurering om latexmk beter te benutten
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit
This commit is contained in:
20
main_text.tex
Normal file
20
main_text.tex
Normal 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}
|
||||
Reference in New Issue
Block a user