Friedrich von Never

Results 583 comments of Friedrich von Never
trafficstars

I would accept a pull request to that branch.

Yeah, this seems like a right course of action. We'll lose some flexibility though (e.g. it won't be possible to create a texture background and such). Could you think of...

Yes, I'm not talking about defining texture backgrounds from LaTeX code. I'm talking about providing an externally-defined `Brush` for background/foreground, which may actually be useful.

Hello! Yes, only a subset of full LaTeX markup is supported currently. Right now, I'm working on matrix support (i.e. `pmatrix` will be supported sooner or later); other samples from...

Alright, I'll explain. In my view, `\pmatrix` is a proper command itself: it requires no additional stuff to work with; it's just a command (that parses its own arguments as...

Hi! Your usage of `\\` looks fine, but we have no `longrightarrow` command, unfortunately. A version with working `\\` wasn't published yet, unfortunately. I think I'll publish a release with...

I have already published 0.9.0 with working `\\`, a few hours ago. For supported TeX symbols, you could skim through - https://github.com/ForNeVeR/wpf-math/blob/25daf84814f47d6060b568637341153d5d273036/src/WpfMath/Data/PredefinedTexFormulas.xml - https://github.com/ForNeVeR/wpf-math/blob/25daf84814f47d6060b568637341153d5d273036/src/WpfMath/Data/TexSymbols.xml Though I suddenly (!) realized that...

@FoggyFinder currently the user have the following options: 1. Render your "string" in a WPF control, like in an example: ```xml ``` (that string seems normal enough to me) 2....

Got it. That makes sense. Although currently I have no plans to implement any alternate markups (such as MathML or this simple arithmetic language) in the *nearest* future. _(But I'm...