By default, all text and math is centered.
Setting android:gravity="start", "left", "end", "right" do not seem to have any effect.
However, if I manually change
<div style="text-align: center;"> <span id='math'></span> </div>
to
<div style=""> <span id='math'></span> </div>
in mathjax_android.html, text will be aligned as it typically would in LaTeX.
Is there a way to do this on the fly?
By default, all text and math is centered.
Setting android:gravity="start", "left", "end", "right" do not seem to have any effect.
However, if I manually change
<div style="text-align: center;"> <span id='math'></span> </div>to
<div style=""> <span id='math'></span> </div>in mathjax_android.html, text will be aligned as it typically would in LaTeX.
Is there a way to do this on the fly?