Updating Edge Positioning Doc.
Integrated MathJax Included worked out examples Changed Language to achieve a middle ground. Minor formatting improvements
This commit is contained in:
12
docs/javascripts/config.js
Normal file
12
docs/javascripts/config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
window.MathJax = {
|
||||
tex: {
|
||||
inlineMath: [["\\(", "\\)"]],
|
||||
displayMath: [["\\[", "\\]"]],
|
||||
processEscapes: true,
|
||||
processEnvironments: true
|
||||
},
|
||||
options: {
|
||||
ignoreHtmlClass: ".*|",
|
||||
processHtmlClass: "arithmatex"
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user