Open tomibennett opened 8 years ago
I've noticed this was posted a while ago but for the sake of anyone else Googling Quiver left mathjax
, here is a solution to place all your Mathjax on either the left or right hand side.
displayAlign:
in the entire code. Edit it so it says displayAlign: "left"
or displayAlign: "right"
.You are done. Open the application and check out results.
While you are at it, you may update MathJax by heading over to their website and downloading their latest version. https://www.mathjax.org/
I couldn't find a way to left-align the content of my Latex cells, they're always at the center in the following modes: preview; HTML exported and presentation.
I think that couldn't be fixed with a Latex macro neither with a CSS property set in the
style
tab from Quiver's preferences, becauseMathJax
puts it's own css property in an inherited div (.MathJax_Display
) containing atext-align: center
. Thus, would it be possible to allow us to have a control of theMathJax
configuration, or any other way to choose the alignment, please? (Considering, of course, this is the problem's source).