From 3675c3968deff4896fdd0a3bf828104cebfe4d3a Mon Sep 17 00:00:00 2001 From: jrtechs Date: Wed, 12 Dec 2018 13:39:21 -0500 Subject: [PATCH] Fixed latex rendering going off screen (Closes #8) --- includes/html/header.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/includes/html/header.html b/includes/html/header.html index 2bbe33e..00d5c8f 100644 --- a/includes/html/header.html +++ b/includes/html/header.html @@ -34,21 +34,18 @@ p{font-size:18px;} + + MathJax.Hub.Config({ + CommonHTML: { linebreaks: { automatic: true, width: "container" }, scale: 75 }, + "HTML-CSS": { linebreaks: { automatic: true, width: "container" }, scale: 75 }, + SVG: { linebreaks: { automatic: true, width: "container" }, scale: 75 } + }); + - +\