diff --git a/images/latex/524d2b97aebbfe44de7529989629e4e0dd11a754.svg b/images/latex/524d2b97aebbfe44de7529989629e4e0dd11a754.svg index 30967045..1d00c57a 100644 --- a/images/latex/524d2b97aebbfe44de7529989629e4e0dd11a754.svg +++ b/images/latex/524d2b97aebbfe44de7529989629e4e0dd11a754.svg @@ -1,146 +1,148 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + -é + + - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - + - + - + - - + + - + - + - + - - + + - + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + + - + - - - + + + - + - - + + - + - + - - + + - + - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/images/latex/e41083ef7693be5384f724a8b354b5a38c9b0ed4.svg b/images/latex/e41083ef7693be5384f724a8b354b5a38c9b0ed4.svg index 1845a847..f06dd5ff 100644 --- a/images/latex/e41083ef7693be5384f724a8b354b5a38c9b0ed4.svg +++ b/images/latex/e41083ef7693be5384f724a8b354b5a38c9b0ed4.svg @@ -1,174 +1,176 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + -é + + - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - + - + - + - - + + - + - + - + - - + + - + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + + - + - - - + + + - + - - + + - + - + - - + + - + - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - + + - - + + - + - - + + - + - - - - - - + + + + + + diff --git a/tools/mathjax.js b/tools/mathjax.js index 48622802..25c4b472 100644 --- a/tools/mathjax.js +++ b/tools/mathjax.js @@ -41,6 +41,9 @@ if (latex === -1) { // strip any \[ and \], which is an block-level LaTeX markup indicator for MathJax: 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}'); // set up the MathJax processor var API = require("mathjax-node/lib/mj-single");