Skip to content

jcoc611-microsoft/CommunityToolkit-MathView

Repository files navigation

Math View

MathView is a prototype WinUI 3 control that uses CSharpMath and Win2D to render LaTeX.

Sample usage

Namespace:

xmlns:math="using:CommunityToolkit.Labs.WinUI.MathView"

Xaml:

<math:MathView LaTeX="x = -b \pm \frac{\sqrt{b^2-4ac}}{2a}" />

There is a sample app in the repo if you want an end-to-end demo.

About

[PROTOTYPE] A LaTeX renderer control for WinUI 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages