Pavle
Pavle
ElementHost host = new ElementHost(); host.Dock = DockStyle.Fill; WpfMath.Controls.FormulaControl formulaControl = new WpfMath.Controls.FormulaControl(); host.Child = formulaControl; this.Controls.Add(host); @Happypig375 I get error: the type 'UIElement' is defined in an assembly that...
I added references to PresentationCore, PresentationFramework and WindowsBase and now it works. @FoggyFinder Thank you.
How I can do this from WinForm https://github.com/ForNeVeR/wpf-math/blob/master/docs/blurred-text-issue.md
@FoggyFinder I tried that code but it still looks same.
@ForNeVeR Ok. Thank you. Can you please add /angle symbol to wpf-math?
Can you please fix that issue?
Are this two things below required? @FoggyFinder https://github.com/opencollab/jlatexmath/blob/c9a962cc7cbd2506d46c21eda93c1a4278b1c5ef/jlatexmath/src/main/resources/org/scilab/forge/jlatexmath/TeXFormulaSettings.xml#L605 https://github.com/opencollab/jlatexmath/blob/c9a962cc7cbd2506d46c21eda93c1a4278b1c5ef/jlatexmath/src/main/resources/org/scilab/forge/jlatexmath/TeXSymbols.xml#L185
@FoggyFinder I tried to copy that two lines and after building I tried to run WpfMath.Example and I got error: WpfMath.SymbolMappingNotFoundException: 'Cannot find mapping for the symbol with name 'angle'.'
@FoggyFinder Can you please help me to add \angle symbol?
Can you please fix that issue? @ForNeVeR