Replies: 1 comment
-
Sadly, XAML-Math doesn't support any text layout algorithms. The best you can do is to just add line breaks manually. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to write a word problem in C# WPF using xaml-math. Here is the LaTeX.
Formula="\text{A circle with the equation } x^2-\frac{1}{2} x+y^2-\frac{1}{2} y=\frac{7}{8} \text {is graphed in the x y-plane. What is the length of the radius of this circle?}"
The formula is actually embedded in the word problem, and the text and the formula (so much as they can be seen) are displaying correctly. The problem is, there are many word problems I've written that are multiple lines long - ideally, I'd like the text to wrap, and the formulas to not be broken up. Is there any solution to this?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions