How to left align Mathjax elements

Anas picture Anas · Jul 2, 2012 · Viewed 17.9k times · Source

Mathjax elements are by default, center aligned.

How can I make Mathjax elements left aligned?

Answer

Anas picture Anas · Jul 2, 2012
MathJax.Hub.Config({
    jax: ["input/TeX","output/HTML-CSS"],
    displayAlign: "left"
});