Re: [O] mathjax macro in org-mode

2018-10-15 Thread Jeremie Juste
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\",

[O] mathjax macro in org-mode

2018-10-14 Thread Jeremie Juste
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