Skip to content
Snippets Groups Projects
Unverified Commit 07c20ef9 authored by Hakim El Hattab's avatar Hakim El Hattab Committed by GitHub
Browse files

Merge pull request #2442 from pius/patch-1

Tweak to MathJax example
parents a6f1511d d5662a20
Branches
Tags
No related merge requests found
...@@ -1457,7 +1457,7 @@ Reveal.initialize({ ...@@ -1457,7 +1457,7 @@ Reveal.initialize({
mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js', 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 config: 'TeX-AMS_HTML-full', // See http://docs.mathjax.org/en/latest/config-files.html
// pass other options into `MathJax.Hub.Config()` // pass other options into `MathJax.Hub.Config()`
TeX: { Macros: macros } TeX: { Macros: { RR: "{\\bf R}" } }
}, },
dependencies: [ dependencies: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment