Skip to content

allow to specify scale in MathJax config #12

@abate

Description

@abate

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

<script type="text/x-mathjax-config"> 
    MathJax.Hub.Config({ 
        "HTML-CSS": { scale: 200, linebreaks: { automatic: true } }, 
        SVG: { linebreaks: { automatic:true } }, 
        displayAlign: "left" });
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions