From 0fc13c9422d340faf757eec2bf76219df4b309fd Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Tue, 20 Dec 2016 21:46:20 +0100
Subject: Switch server side math renderer to _KaTeX_
_KaTeX_ offers explicit support for server-side rendering instead of the hacky solution using _Mathjax_. Furtermore it ist noticeably faster and produces better output in my test cases.
---
utility/formatter.xsl | 10 +++++-----
utility/master.xsl | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'utility')
diff --git a/utility/formatter.xsl b/utility/formatter.xsl
index d346190..e30a549 100644
--- a/utility/formatter.xsl
+++ b/utility/formatter.xsl
@@ -24,12 +24,10 @@