Skip to content

Commit

Permalink
mathjax config
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Oct 18, 2021
1 parent 10d0d9d commit 3099b49
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,7 @@ sphinx:
binderhub_url: https://mybinder.org
google_analytics_id: UA-54984338-5
persistent_sidebar: true
mathjax_config:
TeX:
extensions: ["autobold.js"]
Macros:
"argmax" : "arg\\,max"
"argmin" : "arg\\,min"
"col" : "col"
tex2jax:
inlineMath: [ ['$','$'], ['\\(','\\)'] ]
processEscapes: true
SVG:
scale: 0.92,
useGlobalCache: true
mathjax_path: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
tojupyter_static_file_path: ["_static"]
tojupyter_target_html: true
tojupyter_urlpath: "https://datascience.quantecon.org/"
Expand Down

1 comment on commit 3099b49

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.