Friedrich von Never
Friedrich von Never
For now, please use `\text{#}` as a workaround. To fix the issue, I think that modification of [TexSymbols.xml](https://github.com/ForNeVeR/wpf-math/blob/master/src/WpfMath/Data/TexSymbols.xml) and maybe [DefaultTexFont.xml](https://github.com/ForNeVeR/wpf-math/blob/master/src/WpfMath/Data/DefaultTexFont.xml) will be required: you need to match this character...
@mcon, your PR targets `net203`, but you've merged `net211` here. Could you please change the target branch to `net211`, too?
@Happypig375 re XAML: it isn't actually a big deal for WPF-Math. Our users may create their own XAML controls and use the rendering logic from the library. It's actually the...
I'm still not sure about what to consider a "LaTeX standard". It's hard to distinct between standard and non-standard stuff in today's TeX installations. Regarding "that person": I believe that's...
In principle, I approve the idea. But to give a meaningful answer, I'll need to invest some time into reading CSharpMath sources and researching of its' own Atom (or Atom-like)...
@Happypig375 alright, your plan makes sense for me. I'd vote for FuseMath (it sounds cool IMHO), but other ideas such as MixiMath, AtoMath and Mathigrafia are good as well. As...
That's very nice! Could you please add support for F#? `.fs` and `.fsi` are the extensions.
Could you please test without `.Result`? That one is suspicious.
Unfortunately, I cannot reproduce this behavior: in my case, this exact code works instantly. What kind of application do you develop? Is this a UI app? Could there be some...
What does your UI application do during this method call? Could you please try profiling it, say in [a timeline mode](https://www.jetbrains.com/help/profiler/Concurrency_Profiling_Timeline_.html), or get thread dumps/call stacks via some other way...