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

I tried to display angle symbol but when I run app only red rectangle is displayed. formulaControl.Formula = @"\oint_{S}\vec{E}d\vec{S}=\oint_{S}EdS*\angle (\vec{E},d\vec{S})=\oint_{S}EdScos, 0=\oint_{S}Eds=E\oint_{S}dS=ES";

kind:feature

Angle, MeasuredAngle and Square symbols are not presented in DefaultTexFont and TexSymbols

kind:feature
help-wanted

Can you please add support for Windows Forms Apps?

kind:feature
help-wanted

Currently, ApprovalTests.NET will call the diff tool automatically on any test failure, if the test failure has been caused by changes in the test JSON data. This is sometimes inconvenient,...

kind:infrastructure

After #228 is merged, we should be able to enable the new nullable reference types all over our project. It's important so we could provide the nullability information through our...

help-wanted

_Extracted from #271._ It's been decided that we shouldn't consider `\left{ 2 + 2 \right}` as a valid formula: `\left{` and `\right}` should've been replaced with '\left\{` and `\right\}`. But...

kind:bug
help-wanted

_Extracted from #271._ Enter the following formula into the example application: `\left{2+2\right\}`. It should report that `2+2\right\` is not a valid delimiter, or something like that. Instead, it will crash...

kind:bug

``` Stringbuilder postupak; double mean, sumaFi; //few lines of code postupak.Append(mean); postupak.Append(@"\\ "); //it breaks here, without it works correctly postupak.Append(@"Q_{1} = \frac{\sum_{i}^N f_{i}}{4} = \frac{"); postupak.Append(sumaFi); postupak.Append(@"}{4} = ");...

kind:feature
help-wanted

We need the list of LaTeX commands we support. Put it somewhere into the documentation and make it available for the end-user. **Depends on:** - [ ] #362 - [...

kind:documentation

_(Extracted from #149.)_ Il standard LaTeX, there's [a couple of standard font sizes](https://en.wikibooks.org/wiki/LaTeX/Fonts#Sizing_text): - `\tiny` - `\scriptsize` - `\footnotesize` - `\small` - `\normalsize` - `\large` - `\Large` - `\LARGE` -...

kind:feature
help-wanted