From 2159191a465d0c78081f7fc6002362a0d964e4cb Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 10 Apr 2016 19:16:54 +0200 Subject: add progress bars --- index.html | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index da8f4c5..7e749bb 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,8 @@ MathJax.Hub.Config({ SVG: { scale: 150 - } + }, + messageStyle: "none" }); emojione.imageType = 'svg'; @@ -60,6 +61,15 @@ sizeSlides(); }, false); + var stepIds = []; + document.addEventListener("impress:init", function(event) { + for (c=0; c +
+
-

Künstliche neuronale Netze

38 Gewichte in 19 Minuten

+
-- cgit v1.3.1