Skip to content

Commit

Permalink
Update setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jul 8, 2023
1 parent 928a482 commit 1802e4d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions math2400/mySetup/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@
pdfMaxPagesPerSlide: 1,

// MathJax user-defined functions
math: {
mathjax2: {
//mathjax: 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js',
config: "TeX-AMS_HTML-full",
//options: {
// skipHtmlTags: [ 'script', 'noscript', 'style', 'textarea', 'pre' ]
// },
TeX: {
Macros: {
R: "\\mathbb{R}",
Expand Down Expand Up @@ -104,7 +101,7 @@
// ...
plugins: [
RevealCustomControls,
RevealMath,
RevealMath.MathJax2,
RevealMenu,
RevealChalkboard,
RevealHighlight,
Expand Down

0 comments on commit 1802e4d

Please sign in to comment.