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

Do you have any plans to add possibility of rendering LaTeX formulas from a normal string?

kind:feature
help-wanted

Take a look at [this build](https://ci.appveyor.com/project/ForNeVeR/wpf-math/builds/23024357): the diffs reported look very unpleasant. First of all, there's CR/CRLF difference that shouldn't be reported at all. And even after that, it won't...

kind:infrastructure

After some additional thoughts on #65, I think we'll need to replace `PredefinedTexFormulas.xml` with code. This file in its current state adds no value to the library: it isn't a...

kind:feature
kind:refactoring
status:blocked

We need to implement multiple integrals commands. https://www.sharelatex.com/learn/Integrals,_sums_and_limits#/Multiple_integrals

kind:feature

About the feasibility of supporting editing LaTeX, as you can do in MathQuill using javascript. Is this infeasibly large or potentially doable in future? My initial thinking is that the...

kind:feature
help-wanted

Hi, Currently formulas are rendered pretty blurred. Toying with the v0.3 version now it seems I'm unable to influence the rendering of the formula with any of the usual options,...

kind:bug

Current custom control would be cumbersome to use to produce paragraphs of text with inline math or longer flowing text with math as separate lines. See example below http://marked2app.com/help/images/mathjax2.jpg A...

kind:feature

It might be nice to add support for [MathML](https://www.w3.org/Math/) parsing as an alternative to TeX input. Just a thought. This is certainly not a priority, in my mind.

kind:feature

Discussion extracted from #116 > @alexreg > I also noticed that for properties the `this.` prefix is not being used. This is good practice, and convention throughout the existing codebase....

kind:infrastructure

Currently, we aren't support neither kerning nor ligatures for `SystemFont`. See: https://github.com/ForNeVeR/wpf-math/blob/4e2c90d82d604a360311ea105aa92ccfdc823e9c/src/WpfMath/SystemFont.cs#L18 https://github.com/ForNeVeR/wpf-math/blob/4e2c90d82d604a360311ea105aa92ccfdc823e9c/src/WpfMath/RowAtom.cs#L125-L141 (for an additional context, check out the PR #113)

kind:feature