Friedrich von Never

Results 544 issues of Friedrich von Never

Eventually, we'll need to provide alternatives to Computer Modern we use currently. **Depends on**: - [ ] #109 - [ ] #235 - [ ] #47 - [ ] #156

kind:feature

Consider this example: ``` \text{f(x)} = \cases{\text{1/3} & \text{if 0 ≤ x ≤ 1;} \\ \text{2/3} & \text{if 3 ≤ x ≤ 4;} \\ \text{0} & \text{elsewhere.}} ``` You may...

kind:bug
help-wanted

Traditionally, most TeX systems make a distinction between math mode and text mode, and different fonts may be used for each. In XAML-Math, we use Computer Modern for math mode,...

kind:feature
help-wanted

### Discussed in https://github.com/ForNeVeR/wpf-math/discussions/348 Originally posted by **TheDIMONDK** January 28, 2023 # Hello! Is it possible to do as here: ![image](https://user-images.githubusercontent.com/59896217/215277146-824a5de0-67c8-459c-85cb-6d93fde03b1e.png) ## [Source](https://tex.stackexchange.com/questions/75525/how-to-write-crossed-out-math-in-latex) - [x] `\cancel` - [x] `\bcancel` -...

kind:feature
help-wanted

Visual Studio apparently tries to load `GenAPI` into its .NET Framework-based (?) MSBuild process: ``` 3>W:\Projects\wpf-math\src\WpfMath.ApiTest\WpfMath.ApiTest.csproj(38,9): error MSB4062: The "Microsoft.DotNet.GenAPI.GenAPITask" task could not be loaded from the assembly C:\Users\fried\.nuget\packages\microsoft.dotnet.genapi\7.0.0-beta.23060.4\build\\..\tools\net472\Microsoft.DotNet.GenAPI.exe. Could...

kind:infrastructure
kind:bug

Closes #281. TODO: - [ ] Figure out if it's possible to do anything with this (bar misaligned, again!): ![image](https://user-images.githubusercontent.com/92793/218343908-a2d6f0f2-393f-4127-ac1b-c187c56b737c.png) - [ ] Automate NuGet deployment - [ ] Finish...

Related to #335. Sooner or later, we'll have to migrate to .NET Framework 4.7 or a later version. There are certain things left in code to be compatible with older...

kind:refactoring
status:blocked

Currently, the only way to figure out what XAML property (of both WPF and Avalonia controls) does what is to look it up in the code. We could do a...

kind:documentation

Right now, we support the following targets: - WPF: `DrawingContext` - there's a XAML `FormulaControl` depending on it - there's a PNG helper depending on it - WPF: `Geometry` -...

kind:documentation

Currently, we have one big test assembly with both WPF-specific and "Shared" tests (i.e. tests that depend on what's called `WpfMath.Shared` right now). There are no Avalonia-specific tests. We should:...

kind:infrastructure
kind:refactoring
help-wanted