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 write (if) in the Roman font, I came across this \textnormal{} % to use the LaTeX font of the main body text (usually serif) \textrm{} % to...

kind:question
help-wanted

I absolutely need "\Box", "\square", "\lozenge", or "\Diamond" to represent primitive symbols Modal Logic. I know I can use "\text{□}" which clearly is not ideal. Otherwise are there any options/library...

kind:feature
help-wanted

For example, see this one: https://github.com/ForNeVeR/xaml-math/actions/runs/7221886895/job/19694965151?pr=480 ``` D:\a\xaml-math\xaml-math\src\WpfMath.ApiTest\WpfMath.ApiTest.csproj(38,9): error MSB4018: System.IO.IOException: The process cannot access the file 'D:\a\xaml-math\xaml-math\api\XamlMath.Shared.net462.tmp.cs' because it is being used by another process. D:\a\xaml-math\xaml-math\src\WpfMath.ApiTest\WpfMath.ApiTest.csproj(38,9): error MSB4018: at...

kind:bug

### Discussed in https://github.com/ForNeVeR/xaml-math/discussions/476 Originally posted by **pomaton12** November 26, 2023 Hello, I would like to know if you can write these types of matrices, that is, place a vertical...

kind:feature
help-wanted

Hello, I'd like to align the following system of equations : `\\matrix{ a_n + b_n &=& \\alpha + \\epsilon \\\\ c_n &=& \\beta}` ![image](https://github.com/ForNeVeR/xaml-math/assets/1440055/38af580f-6003-4923-bd61-74eec5575cf5) So that terms on left aligned...

kind:feature
help-wanted

Hello, I would first like to thank you for your heroic effort in modernizing the JMathTex library. I had previously been attempting to wrangle the CSharpMath library but to no...

kind:feature
help-wanted

Is there a way to split a fraction like in the following picture: ![pic3](https://github.com/ForNeVeR/xaml-math/assets/139994543/0274ac8a-7cf5-413d-a8fb-4415768fdba2)

kind:feature
help-wanted

Try to export this matrix to a PNG file: ``` \matrix{1 & 2 & 3 \\ 4 & 5 & 6} ``` You'll get this: The image is cropped and...

kind:bug
help-wanted

Can you please add support for WinUI 3 Apps?

kind:feature
help-wanted

Eventually, we'll need to provide alternatives to Computer Modern we use currently. **Depends on**: - [ ] #109 - [ ] #235 - [ ] #47 - [ ] #156

kind:feature