You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
If I have a RichTextView filling the width of the screen and a multiline LaTeX string with multiple math equations, and I want to center-align all the text in the RichTextView, how would I do that? I can't find a textAlignment property on the text view, and none of the LaTeX commands that I've tried using to center the text have worked so far. Short of creating a new text view for each line and centering each one, is there some way to center the text that I'm missing?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What is the purpose of your issue?
Description
If I have a
RichTextView
filling the width of the screen and a multiline LaTeX string with multiple math equations, and I want to center-align all the text in theRichTextView
, how would I do that? I can't find atextAlignment
property on the text view, and none of the LaTeX commands that I've tried using to center the text have worked so far. Short of creating a new text view for each line and centering each one, is there some way to center the text that I'm missing?The text was updated successfully, but these errors were encountered: