Correct config to have numbered eq. with mathjax

This commit is contained in:
Thomas Dehaeze 2020-04-07 16:18:26 +02:00
parent afb544444a
commit fda687da7f

View File

@ -641,7 +641,9 @@ https://emacs.stackexchange.com/questions/30575/adding-latex-newpage-before-a-he
(setq org-html-mathjax-template
"<script>
MathJax = {
tex: { macros: {
tex: {
tags: 'ams',
macros: {
bm: [\"\\\\boldsymbol{#1}\",1],
}
}