xaml-math icon indicating copy to clipboard operation
xaml-math copied to clipboard

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks

Results 96 xaml-math issues
Sort by recently updated
recently updated
newest added

After merging of #325, we'll have two places where the fonts are stored: - `fonts` - `src/AvaloniaMath/Fonts` I would like to include fonts from `fonts` into both WPF and Avalonia...

kind:infrastructure
status:blocked

Since #327, we have several marker interfaces in our code, such as: - `IBrush` - `IFontTypeface` They work in a similar way: an implementation (say, WPF) creates them from a...

kind:refactoring
help-wanted

Currently, a new `TexPredefinedFormulaParser` is constructed for each `TexFormulaParser` (even if it is currently singleton in most cases), and then the `TexFormulaParser` is populated with the data from the `TexPredefinedFormulaParser`....

kind:refactoring
help-wanted

Right now, we use GenAPI task from .NET build repository (aka `dotnet-eng`). We should migrate to the same task after it gets available in the .NET SDK (maybe in .NET...

kind:infrastructure
status:blocked

Consider this formula: ```tex \text{f(x)} = \cases{\text{1/3} & \text{if 0 ≤ x ≤ 1;} \\ \text{2/3} & \text{if 3 ≤ x ≤ 4;} \\ 0..... & \colorbox{red}{\text{.elsewherge.}} \\ 0..... &...

kind:bug
help-wanted