aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-09-01 16:16:55 +0200
committerAdrian Kummerlaender2016-09-01 16:16:55 +0200
commit2e6272c4b7f74fbbd8a5edddb2aeb1ff9c1e7ef5 (patch)
tree2c45d908929edbb6302b69ad210c1bc27ddbda72
parent902387ef8664ab94ed90e38a5cbef85d5a6e96f9 (diff)
downloadblog_content-2e6272c4b7f74fbbd8a5edddb2aeb1ff9c1e7ef5.tar
blog_content-2e6272c4b7f74fbbd8a5edddb2aeb1ff9c1e7ef5.tar.gz
blog_content-2e6272c4b7f74fbbd8a5edddb2aeb1ff9c1e7ef5.tar.bz2
blog_content-2e6272c4b7f74fbbd8a5edddb2aeb1ff9c1e7ef5.tar.lz
blog_content-2e6272c4b7f74fbbd8a5edddb2aeb1ff9c1e7ef5.tar.xz
blog_content-2e6272c4b7f74fbbd8a5edddb2aeb1ff9c1e7ef5.tar.zst
blog_content-2e6272c4b7f74fbbd8a5edddb2aeb1ff9c1e7ef5.zip
Add _math reference sheet_ project page
-rw-r--r--pages/projects/math_reference_sheets.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/pages/projects/math_reference_sheets.md b/pages/projects/math_reference_sheets.md
new file mode 100644
index 0000000..ccfb14b
--- /dev/null
+++ b/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