Skip to content

Commit d5e2803

Browse files
authored
Merge pull request #25 from robertodr/feature_mathjax-angstrom
Fix \AA symbol for MathJax
2 parents 2902029 + 2e3038e commit d5e2803

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cicero/static/js/mathjax-setup.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
MathJax.Hub.Config({
22
tex2jax: {
3-
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
3+
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
4+
},
5+
"TeX": {
6+
Macros: {AA : "{\\unicode{x212B}}"}
7+
},
8+
"HTML-CSS": {
9+
scale: 90
410
}
511
});
612
MathJax.Hub.Queue(function() {

0 commit comments

Comments
 (0)