We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scale
I'd like to scale down a little the math fonts. This snippet below should work.
I think this is not possible at the moment without modifying the config generate by this plugin.
In particular, HTML-CSS should accept scale as possible config parameter
HTML-CSS
<script type="text/x-mathjax-config"> MathJax.Hub.Config({ "HTML-CSS": { scale: 200, linebreaks: { automatic: true } }, SVG: { linebreaks: { automatic:true } }, displayAlign: "left" }); </script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to scale down a little the math fonts. This snippet below should work.
I think this is not possible at the moment without modifying the
config generate by this plugin.
In particular,
HTML-CSS
should acceptscale
as possible config parameterThe text was updated successfully, but these errors were encountered: