From 595238ffcda55be3029c01a3cccf50481a56eda3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 1 Sep 2016 16:16:55 +0200 Subject: Add _math reference sheet_ project page --- .../00_content/pages/projects/math_reference_sheets.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/00_content/pages/projects/math_reference_sheets.md diff --git a/source/00_content/pages/projects/math_reference_sheets.md b/source/00_content/pages/projects/math_reference_sheets.md new file mode 100644 index 0000000..ccfb14b --- /dev/null +++ b/source/00_content/pages/projects/math_reference_sheets.md @@ -0,0 +1,16 @@ +# 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. + +The $$\LaTeX$$ source is available on both [Github] and [cgit]. A [PDF rendering] of the _Analysis 1&2_ reference sheet is also available. + +## Compilation + + pdflatex -jobname=analysis zusammenfassung.tex + pdflatex -jobname=lineare_algebra zusammenfassung.tex + +[Github]: https://github.com/KnairdA/math_reference_sheets/ +[cgit]: https://code.kummerlaender.eu/math_reference_sheets/ +[PDF rendering]: https://static.kummerlaender.eu/media/ana12_zusammenfassung.pdf -- cgit v1.2.3