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

[Xamarin Forms](https://www.xamarin.com/forms) (Reference: https://github.com/ForNeVeR/wpf-math/issues/17#issuecomment-362284365) Xamarin Forms is a cross-platform UI library that focuses on mobile platforms (iOS, Android, UWP), which got extended to desktop platforms very recently (Mac - UIKit,...

kind:feature
help-wanted

I'm trying to set a default style for `FormulaControl` in my entire app. At the moment it doesn't work, and I believe it might be related to this SO answer:...

kind:feature
kind:question

I have an idea to implement a DirectX renderer (Windows-only for now, obviously) to fix #50. Will experiment on that.

kind:feature

[See here](https://github.com/ForNeVeR/wpf-math/pull/93#discussion_r155151484).

kind:refactoring

A better parser infrastructure for TeX syntax already exists in the [MathTeX.NET project](https://launchpad.net/mathtexdotnet), which I worked on around the same time as the original version of WPF-Math. I don't mind...

kind:refactoring

To avoid polluting our main formula dictionary (i.e. `PredefinedTexFormulas.xml`) with various localized formula names (like [this](https://github.com/ForNeVeR/wpf-math/pull/44#issuecomment-282280393)), I propose to add a dictionary extension mechanism. Users should be able to provide...

kind:documentation
kind:feature

What do you think if we add common differential operators like \grad, \div, \rot (\curl)? The only problem I see it's collision between \div (÷) symbol and divergence operator. But...

kind:feature
kind:question

It's useful in set theory and probabilities, e.g. `P\left(A=2\middle|\frac{A^2}{B}>4\right)` ![150px-latex_example_middle](https://cloud.githubusercontent.com/assets/832449/23340492/9bd7a048-fc50-11e6-8eca-7df5305c4e1d.png)

kind:feature

We should to revise all parser error messages and make them more concise and rich. E.g. add info about index of symbol where error was occured.

kind:feature
kind:refactoring

Current parser is messy a bit: it uses `ref` parameters all the way (especially after my #28). We need to refactor it and replace that with some alternate architecture that'll...

kind:refactoring