diff options
author | Hakim El Hattab | 2019-07-08 10:06:04 +0200 |
---|---|---|
committer | GitHub | 2019-07-08 10:06:04 +0200 |
commit | 07c20ef9d9567fd509f21ae7fc24cc2ee04d778b (patch) | |
tree | 35a80af8fa93787dd18caaf0722d32031f7b9a3c | |
parent | a6f1511d1a80c14368538a9e817c2f1fd06e64e2 (diff) | |
parent | d5662a203e005b096ce1e421c6f03c24a81e6c64 (diff) |
Merge pull request #2442 from pius/patch-1
Tweak to MathJax example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1457,7 +1457,7 @@ Reveal.initialize({ mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js', config: 'TeX-AMS_HTML-full', // See http://docs.mathjax.org/en/latest/config-files.html // pass other options into `MathJax.Hub.Config()` - TeX: { Macros: macros } + TeX: { Macros: { RR: "{\\bf R}" } } }, dependencies: [ |