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 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'utility/formatter.xsl') 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 @@ - tex2html + katex - ' - - ' + @@ -95,6 +93,9 @@

+ + --display-mode +

@@ -102,7 +103,6 @@ - -- cgit v1.2.3