We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31556db commit 9b241e4Copy full SHA for 9b241e4
webapp/templates/base.html.twig
@@ -16,6 +16,7 @@
16
<script>
17
window.MathJax = {
18
tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] },
19
+ svg: { fontCache: 'global' },
20
chtml: { fontURL: "{{ app.request.basePath }}/mathjaxfonts" }
21
};
22
</script>
0 commit comments