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

while trying to show a formula in my wpf program, the control kept crashing whenever I try to use the command that is used to write underscores =>(\textunderscore ) is...

kind:feature
help-wanted

while using a this tool on the following equation, it crashed with no error once I turned the application on, note you have to latexsise this string " A >=...

kind:feature
help-wanted

Hello, is it possible to draw a diameter symbol like in TeX? \diameter Greetings Tobias

kind:feature
help-wanted

My Project has to be signed with a public key. Is it possible to get a signed version of this package? Without signed copy of this package VS is allowing...

kind:infrastructure
help-wanted

From a command like `\bar{X}`, I expect to do something like this: ![image](https://user-images.githubusercontent.com/92793/104848706-d1dde700-5918-11eb-8c0f-62ba250a4055.png) But in WPF-Math, it does nothing: ![image](https://user-images.githubusercontent.com/92793/104848790-f76af080-5918-11eb-8d42-a29f2869d7bc.png)

kind:bug
help-wanted

### Motivation To avoid reallocations for every created bitmap. Useful, when rendering a formula for the same control/file. ### Details Proposed syntax for `TexRenderer`: ```cs public void RenderToBitmap(RenderTargetBitmap dst, double...

kind:feature
help-wanted

Current releases aren't fully automated yet: I have to manually update the `.csproj` file to copy the release notes. Also, the links in the release notes copied into GitHub release...

kind:infrastructure

[Skia](https://skia.org) [SkiaSharp](https://github.com/mono/SkiaSharp)

kind:feature
help-wanted

Would be great if the engine/parser could support \begin and \end **named** environments. Examples: \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix} \begin{array}{c|c} 1 & 2 \\ \hline 3...

kind:feature
help-wanted

Currently it is not available on UWP, as soon as I reference the binary I get "Attempted to read or write protected memory. This is often an indication that other...

kind:feature
help-wanted