https://bugzilla.wikimedia.org/show_bug.cgi?id=61051

--- Comment #10 from Richard Morris <r...@singsurf.org> ---
DOn't know if this helps but a simple example using the MathJax content
delivery network creates centered equations.

<html><head>
<script type="text/javascript"
 
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
</script>

<script type="text/javascript">
    MathJax.Hub.Config({
        jax : [ "input/TeX", "output/HTML-CSS" ],
        extensions : [ "tex2jax.js" ],
        "HTML-CSS" : {
            scale : 150
        },
        tex2jax : {
            inlineMath : [ [ '$', '$' ], [ '\\(', '\\)' ] ]
        }
    });
</script>
</head>
<body>
<dl>
<dt>
$$1 + 2 + 3 + \dots = -{1 \over 12}.$$
</dt>
</dl>
</body>
</html>

The bit which sets up the centering is in
https://github.com/mathjax/MathJax/blob/master/jax/output/HTML-CSS/config.js

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to