Compare commits
4 Commits
2cfe8a56c8
...
c5f1e93177
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5f1e93177 | ||
| 808635738e | |||
| cbc5e10518 | |||
| a0262c18d2 |
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,4 +1,4 @@
|
||||
[submodule "latex-homework"]
|
||||
path = latex-homework
|
||||
path = assignments/latex-homework
|
||||
url = https://github.com/gijs-pennings/latex-homework.git
|
||||
branch = master
|
||||
|
||||
BIN
assignments/main_text.pdf
Normal file
BIN
assignments/main_text.pdf
Normal file
Binary file not shown.
12
assignments/main_text.tex
Normal file
12
assignments/main_text.tex
Normal 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}
|
||||
BIN
assignments/week1/0.3.6.pdf
Normal file
BIN
assignments/week1/0.3.6.pdf
Normal file
Binary file not shown.
6
assignments/week1/0.3.6.tex
Normal file
6
assignments/week1/0.3.6.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\documentclass[../main_text.tex]{subfiles}
|
||||
\begin{document}
|
||||
|
||||
\exercise
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user