ForNeVeR / xaml-math

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
MIT License
641 stars 102 forks source link

Split Fraction #427

Open BaNaJoey opened 1 year ago

BaNaJoey commented 1 year ago

Is there a way to split a fraction like in the following picture: pic3

ForNeVeR commented 1 year ago

So far, there's no support for this. It would require the matrix layout engine to support right-aligned text, which we are currently lacking.

You can only try to emulate it by padding lines with \thickspace.