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

\left{ being fed into the parser caused it to crash. (Haven't tried \right} but I suspect that might also cause a crash!)

kind:bug

[Avalonia](https://github.com/AvaloniaUI/Avalonia)

kind:feature
help-wanted

As part of #18 and #17.

kind:refactoring

This is a successor task for #100. In #155, we've successfuly implemented commands such as `\matrix`, `\cases` and `\pmatrix`. Also, there's an internal support for environments. Let's make it official...

kind:feature
help-wanted

Currently it is not possible to add a formula containing a #. In latex it works by using \# but that is not possible in xaml. If you could point...

kind:bug
help-wanted

In our testing, we found the engine unable to render a number of LaTeX formulas. Is only a subset of the LaTeX formula engine currently implemented? Or is it more...

kind:feature
help-wanted

If an end-user wants to use the formula parser with a different default settings like predefined color values and/or formulas, formula settings, allowed symbols, font files and their metrics. Having...

kind:meta
kind:feature
help-wanted

Consider this sample: ![default](https://user-images.githubusercontent.com/92793/42731744-5e3dca1a-881c-11e8-89b9-b3f6ae1ebc7a.png) The text `ЭП` should have smaller font size than `КБ`.

kind:bug
help-wanted

It seems that array is not supported. Following expression does not work. \left[\begin{array}1 & 2 & 3 & 4 & 5 \\3 & 4 & 5 & 6 & 7...

kind:feature
help-wanted

Unexpected selection `\bowtie`. See examples Carriage position in 0: ![pic](https://user-images.githubusercontent.com/2669927/67138659-7d4c4780-f24f-11e9-8759-880c4c144385.png) Carriage position in 8: ![pic](https://user-images.githubusercontent.com/2669927/67138667-8f2dea80-f24f-11e9-8632-114892999252.png) Carriage position in 12: ![pic](https://user-images.githubusercontent.com/2669927/67138671-9c4ad980-f24f-11e9-8f4f-b8e7489b19de.png) Carriage position in 13: ![pic](https://user-images.githubusercontent.com/2669927/67138677-af5da980-f24f-11e9-9bf0-8066a2b6ecbd.png) Carriage position in 14: ![pic](https://user-images.githubusercontent.com/2669927/67138683-bdabc580-f24f-11e9-9530-d69594b73c71.png)

kind:bug
help-wanted