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:
Roger Labbe
2015-07-19 10:51:32 -07:00
parent 96b3409da0
commit ca88bd82b3
2 changed files with 14 additions and 11 deletions

View File

@@ -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}}
}
});