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
637 stars 100 forks source link

(#389) Fix padding issue with `\cases`. #390

Closed Orace closed 1 year ago

Orace commented 1 year ago

This may fix #389.

Ex: \cases{C &= \cases{ A & B \\ A & B} \\ M &= X\matrix{A & B \\ A & B}} image

Orace commented 1 year ago

@ForNeVeR do you want me to fix the tests? Although I'm not very comfortable with this idea.

Edit: It was easier than I thought! Me when the diff opened 🤯

Orace commented 1 year ago

Rebased on Master