Skip to content

Commit 8305e35

Browse files
committed
Fix Latex
1 parent 349bf14 commit 8305e35

2 files changed

Lines changed: 4 additions & 32 deletions

File tree

_includes/head.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<![CDATA[<head>
1+
<![CDATA[<head>
22
<meta charset="utf-8">
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -11,7 +11,7 @@
1111
MathJax = {
1212
tex: {
1313
inlineMath: [['$', '$'], ['\\(', '\\)']],
14-
displayMath: [['$$', '$$'], ['\\[', '\\]']],
14+
displayMath: [['$$', '$$'], ['\\[', '\\]'], ['\[', '\]']],
1515
processEscapes: true
1616
},
1717
svg: {
@@ -22,4 +22,5 @@
2222
<script type="text/javascript" id="MathJax-script" async
2323
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
2424
</script>
25-
</head>]]>
25+
</head>]]>
26+

_layouts/default.html

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)