Fixed font issue for nbviewer.
The Neo-Euler was rendering with no subscripts or superscripts. Not sure why, but I swithed to the "TeX" font and all is well.
This commit is contained in:
@@ -213,12 +213,12 @@
|
||||
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
|
||||
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
|
||||
},
|
||||
displayAlign: 'center', // Change this to 'center' to center equations.
|
||||
displayAlign: 'left', // Change this to 'center' to center equations.
|
||||
"HTML-CSS": {
|
||||
scale:85,
|
||||
availableFonts: ["Neo-Euler"],
|
||||
preferredFont: "Neo-Euler",
|
||||
webFont: "Neo-Euler",
|
||||
scale:100,
|
||||
availableFonts: [],
|
||||
preferredFont:null,
|
||||
webFont: "TeX",
|
||||
styles: {'.MathJax_Display': {"margin": 4}}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user