From 87b210fd229bb0b1a7ad0305163293d269680a54 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Mon, 8 Jan 2018 14:49:00 -0800 Subject: [PATCH] Added fast preview for MathJax Seems to help make MathJax rending much faster. --- kf_book/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf_book/custom.css b/kf_book/custom.css index dc08c9c..02c0565 100644 --- a/kf_book/custom.css +++ b/kf_book/custom.css @@ -215,11 +215,14 @@ }, displayAlign: 'center', // Change this to 'center' to center equations. "HTML-CSS": { - scale:95, + scale: 95, availableFonts: [], preferredFont:null, webFont: "TeX", styles: {'.MathJax_Display': {"margin": 4}} + }, + "fast-preview": { + "disabled": false } });