From f1b03a4a829f1bf827f1a41734304903eead61ac Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Sun, 9 Sep 2018 00:14:12 +0200
Subject: [PATCH] ajout mathjax

---
 MathJax.js | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 MathJax.js

diff --git a/MathJax.js b/MathJax.js
new file mode 100644
index 0000000..3c5458c
--- /dev/null
+++ b/MathJax.js
@@ -0,0 +1,4 @@
+var fileref=document.createElement('script')
+fileref.setAttribute("type","text/javascript")
+fileref.setAttribute("src", "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML")
+document.getElementsByTagName("head")[0].appendChild(fileref)
-- 
GitLab