1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 12:01:54 +02:00
This commit is contained in:
Pomax
2016-01-01 21:45:06 -08:00
parent 3ba0ed40ae
commit b609375b73
6 changed files with 397 additions and 399 deletions

View File

@@ -16,7 +16,7 @@ function cleanUp(latex) {
latex = latex.replace(/^'/,'').replace(/'$/,'').replace('\\[','').replace('\\]','');
// Accented letters need shimming. For now, at least, until I figure out
// how to make mathjax-node use a full STIX or the like for typesetting.
latex = latex.replace(/é/g,'\\acute{e}');
// latex = latex.replace(/é/g,'\\acute{e}');
// done.
return latex;
}