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

Add \begin{align} support. #393

Closed Orace closed 1 year ago

Orace commented 1 year ago

This may fix #381.

\begin{align} x+1&=y \\ x&=y-1 \end{align}

WIP:

ForNeVeR commented 1 year ago

@Orace, I've merged the pre-requisite PR chain. Do you want to proceed with the remaining action points listed in the WIP section of this PR description?

Orace commented 1 year ago

@ForNeVeR, I don't know where to find this information 🙄 If you could give me some clues it would help me a lot!

ForNeVeR commented 1 year ago

Ah, alright. I've never seen this feature of align before. Let's leave it as-is, I guess.