diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..05c1da4 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Math reference sheets + +…important definitions, theorems and lemmas in a compact format I wrote to support my exam preparations. + +Covers large parts of what I revised for the exams of the _Analysis 1_ and _Analysis 2_ lectures I attended at KIT. The reference sheet covering linear algebra is currently in development as the corresponding exams are still in my future. + +## Compilation + + pdflatex -jobname=analysis zusammenfassung.tex + pdflatex -jobname=lineare_algebra zusammenfassung.tex |