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 20, 2023
1 parent a4b4fde commit d4365d7
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions math2001/mySetup/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@
pdfMaxPagesPerSlide: 1,

// MathJax user-defined functions
mathjax3: {
mathjax2: {
//mathjax: 'https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js',
mathjax: 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js',
//config: "TeX-AMS_HTML-full",
svg: {
fontCache: 'global'
},
tex: {
macros: {
//mathjax: 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js',
config: "TeX-AMS_HTML-full",
TeX: {
Macros: {
R: "\\mathbb{R}",
C: "\\mathbb{C}",
N: "\\mathbb{N}",
Expand Down Expand Up @@ -138,7 +135,7 @@
// ...
plugins: [
RevealCustomControls,
RevealMath.MathJax3,
RevealMath.MathJax2,
RevealMenu,
RevealChalkboard,
RevealHighlight,
Expand Down

0 comments on commit d4365d7

Please sign in to comment.