Skip to content
Snippets Groups Projects
Commit 502e41fd authored by Maciej Topyla's avatar Maciej Topyla
Browse files

Update docs/styles/mathjax_overflowfix.css, mkdocs.yml, docs/scripts/mathjaxhelper.js

parent 65d1976d
No related branches found
No related tags found
1 merge request!37Fixing floating inline math mode
Pipeline #121513 passed
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS" , "output/SVG"],
jax: ["input/TeX", "output/CommonHTML" , "output/SVG"],
tex2jax: {
inlineMath: [ ['$','$'] ],
processEscapes: true
......
mjx-container {
display: block;
overflow-x: auto;
overflow-y: hidden;
max-width: 100%;
}
span.MJXc-display{
overflow-x: auto;
overflow-y: hidden;
}
\ No newline at end of file
......@@ -56,7 +56,7 @@ extra_css:
- 'styles/mathjax_overflowfix.css'
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_HTML'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_CHTML'
- 'scripts/mathjaxhelper.js'
copyright: "Copyright © 2019-2022 Delft University of Technology, CC-BY-SA 4.0."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment