Browse Source

Fixed latex rendering going off screen (Closes #8)

pull/39/head
jrtechs 5 years ago
parent
commit
3675c3968d
1 changed files with 8 additions and 11 deletions
  1. +8
    -11
      includes/html/header.html

+ 8
- 11
includes/html/header.html View File

@ -34,21 +34,18 @@
p{font-size:18px;}
</style>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
SVG: {
scale: 70,
linebreaks: {
automatic: true,
width: "container"
}
}
});
</script>
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 }
});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
\
</head>
<body class="no-mathjax">

Loading…
Cancel
Save