Jeremie Juste writes:
Hello,
looking deeper into the docs I saw that we could modify the
org-html-mathjax-template in the following way to add the macro.
(setq (org-html-mathjax-template
"
MathJax.Hub.Config({
displayAlign: \"%ALIGN\",
displayIndent: \"%INDENT\",
Hello,
I was wondering how to set up mathjax macro in org-mode. For instance
would it be possible to use #+HTML_MATHJAX: to include the following macro?
Macros: {
R: '{\\mathbb{R}}',
bold: ['{\\bf #1}',1]
}
So far my attempts have been unsuccessful.
Best regards,
Jeremi