From 44434149a061e03c94248ecc2a70a445fa0cdcd3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 10 Apr 2016 12:01:25 +0200 Subject: add mathjax as submodule --- .gitmodules | 6 ++++++ dep/mathjax | 1 + index.html | 21 +++++---------------- 3 files changed, 12 insertions(+), 16 deletions(-) create mode 100644 .gitmodules create mode 160000 dep/mathjax diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..176c2c9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "MathJax"] + path = dep/mathjax + url = https://github.com/mathjax/MathJax +[submodule "dep/mathjax"] + path = dep/mathjax + url = https://github.com/mathjax/MathJax diff --git a/dep/mathjax b/dep/mathjax new file mode 160000 index 0000000..d4ab1b3 --- /dev/null +++ b/dep/mathjax @@ -0,0 +1 @@ +Subproject commit d4ab1b35c96dd964eaa9e1ed2c86e39fffbdacf6 diff --git a/index.html b/index.html index eded37b..82c4966 100644 --- a/index.html +++ b/index.html @@ -303,23 +303,12 @@ -
-
-

Gewichte und Fehler

-
- -
+
+

Fazit

+
- +
+

:blush:

-- cgit v1.3.1