From abac58cfc5324e310ea573780944e32f9dd487e8 Mon Sep 17 00:00:00 2001
From: Pius Uzamere <pius@alum.mit.edu>
Date: Sat, 22 Jun 2019 15:17:01 -0400
Subject: [PATCH] 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.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 33956e98..534861e4 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: [
-- 
GitLab