Adjusted latex font.

The Jacobian matrices were rendering way to small to read, so I
changed the font and increased the font size.
This commit is contained in:
Roger Labbe 2015-05-21 15:47:46 -07:00
parent 7725ab03f5
commit e18106920b

View File

@ -211,7 +211,10 @@
},
displayAlign: 'center', // Change this to 'center' to center equations.
"HTML-CSS": {
scale:85,
scale:100,
availableFonts: ["Neo-Euler"],
preferredFont: "Neo-Euler",
webFont: "Neo-Euler",
styles: {'.MathJax_Display': {"margin": 4}}
}
});