Friedrich von Never

Results 544 issues of Friedrich von Never

This is a successor task for #100. In #155, we've successfuly implemented commands such as `\matrix`, `\cases` and `\pmatrix`. Also, there's an internal support for environments. Let's make it official...

kind:feature
help-wanted

Consider this sample: ![default](https://user-images.githubusercontent.com/92793/42731744-5e3dca1a-881c-11e8-89b9-b3f6ae1ebc7a.png) The text `ЭП` should have smaller font size than `КБ`.

kind:bug
help-wanted

For example, consider this: `\text{Б}_{\text{Б}}`. It will be rendered ugly: ![image](https://user-images.githubusercontent.com/92793/72201132-841bdc80-3483-11ea-8d55-a71f43855473.png) At the same time, a similar example `B_B` will look nice: ![image](https://user-images.githubusercontent.com/92793/72201137-9269f880-3483-11ea-8919-ca73d4305cc2.png) That's basically because the system fonts lack...

kind:feature
help-wanted

When publishing the release 0.8.0, I've tried to publish it without PDB, but with an external [symbol package](https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg). It didn't go well: I've received the following email from NuGet after...

kind:infrastructure

There's strange contradiction I even had to [describe in the documentation](https://github.com/ForNeVeR/wpf-math/pull/108/files#diff-2dc54592d7800db71c597c416c9a29abR94): > How to know that `O 177` is the same as `code="196"`? To do that, first look into `cmmi10.vpl`...

kind:documentation
status:blocked

While working on #70, I found that our TTF files seem to not correspond to our font metrics. I think that we should get both TTF and TFM files from...

kind:refactoring
status:blocked

Currently I'm gathering some insights on how the `DefaultTexFont.xml` is constructed. Before we do anything adventurous such as merging #156, we need to have complete insight on the innards of...

kind:documentation

For now, when defining a command in C# code, I need to add it to two places: 1. `TexFormulaParser.commands` hash set. 2. `TexFormulaParser.ProcessCommand` method. It looks like a lot of...

kind:feature
kind:refactoring

As part of an effort to clean our code base from various historical artifacts, I'd like to enable warnings-as-errors policy for both C# and F# projects in our solution. This...

kind:infrastructure
kind:refactoring
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