Skip to content

Commit

Permalink
enable "$" symbol as inline math delimiter
Browse files Browse the repository at this point in the history
contributed by Roberto Di Remigio in PR #27
  • Loading branch information
bast committed Nov 27, 2016
1 parent 1f3095d commit df4db22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cicero/static/js/mathjax-setup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
},
"TeX": {
Macros: {AA : "{\\unicode{x212B}}"}
Expand Down

0 comments on commit df4db22

Please sign in to comment.