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
640 stars 102 forks source link

In `TexPredefinedFormulaSettingsParser`, methods `GetSymbolMappings` and `GetDelimiterMappings` were refactored and they now share the same mechanism. #464

Closed Lehonti closed 1 year ago

Lehonti commented 1 year ago

The ugly AddToMap() method was removed and it was replaced with a generative approach