Added some minor info on compiling in readme

This commit is contained in:
Philippe Zwietering
2023-05-16 12:45:00 +02:00
parent 09f7314df0
commit 9cb0e693be

View File

@@ -2,6 +2,6 @@
Exercises and maybe (just maybe, like, very probably not) lecture notes on the Real Analysis course from MIT OCW. Exercises and maybe (just maybe, like, very probably not) lecture notes on the Real Analysis course from MIT OCW.
https://ocw.mit.edu/courses/18-100a-real-analysis-fall-2020/ [Course link](https://ocw.mit.edu/courses/18-100a-real-analysis-fall-2020/)
The text book is included in the directory root. I'm planning on making it so that all assignments are bundled in one big PDF. Until I fixed that, all assignments can be compiled from LaTeX individually. The text book is included in the directory root. The `.tex` files can be compiled individually in the corresponding subdirectories or collectively from the assignments directory. I use `pdflatex` with texlive on Arch (through WSL2, [check this guide](https://gist.github.com/ld100/3376435a4bb62ca0906b0cff9de4f94b) on how to do this (why use Ubuntu if you're only going to use the CLI right?)).