aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPius Uzamere <pius@alum.mit.edu>2019-06-22 15:17:01 -0400
committerGitHub <noreply@github.com>2019-06-22 15:17:01 -0400
commitabac58cfc5324e310ea573780944e32f9dd487e8 (patch)
tree0977d78280708048fe842e905df5aa02bb044e82 /README.md
parent33bed47daca3f08c396215415e6ece005970734a (diff)
downloadfosdem-2021-minimalism-presentation-abac58cfc5324e310ea573780944e32f9dd487e8.tar
fosdem-2021-minimalism-presentation-abac58cfc5324e310ea573780944e32f9dd487e8.tar.gz
Tweak to MathJax example
Added a missing comma and used an actual macro so that the MathJax example runs right out of the box upon a copy/paste.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33956e9..534861e 100644
--- a/README.md
+++ b/README.md
@@ -1411,9 +1411,9 @@ Reveal.initialize({
math: {
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()`
- TeX: { Macros: macros }
+ TeX: { Macros: { RR: "{\\bf R}" } }
},
dependencies: [