Friedrich von Never

Results 544 issues of Friedrich von Never

Hello. Is Math.NET Spatial is the proper place to add some geometrical figures such as cubes, spheres, cylinders etc? I am working on multiple scientific projects and really tired of...

question

Many characters (for example, `/*`, but others also) in italic look extremely strange in IntelliJ IDEA 2016.1.1: ![image](https://cloud.githubusercontent.com/assets/92793/14858188/4233d43e-0cc9-11e6-9263-8c8aa33a45ae.png) The same looks fine if I add an additional star to the...

From a command like `\bar{X}`, I expect to do something like this: ![image](https://user-images.githubusercontent.com/92793/104848706-d1dde700-5918-11eb-8c0f-62ba250a4055.png) But in WPF-Math, it does nothing: ![image](https://user-images.githubusercontent.com/92793/104848790-f76af080-5918-11eb-8d42-a29f2869d7bc.png)

kind:bug
help-wanted

Current releases aren't fully automated yet: I have to manually update the `.csproj` file to copy the release notes. Also, the links in the release notes copied into GitHub release...

kind:infrastructure

Currently, ApprovalTests.NET will call the diff tool automatically on any test failure, if the test failure has been caused by changes in the test JSON data. This is sometimes inconvenient,...

kind:infrastructure

After #228 is merged, we should be able to enable the new nullable reference types all over our project. It's important so we could provide the nullability information through our...

help-wanted

_Extracted from #271._ It's been decided that we shouldn't consider `\left{ 2 + 2 \right}` as a valid formula: `\left{` and `\right}` should've been replaced with '\left\{` and `\right\}`. But...

kind:bug
help-wanted

_Extracted from #271._ Enter the following formula into the example application: `\left{2+2\right\}`. It should report that `2+2\right\` is not a valid delimiter, or something like that. Instead, it will crash...

kind:bug

We need the list of LaTeX commands we support. Put it somewhere into the documentation and make it available for the end-user. **Depends on:** - [ ] #362 - [...

kind:documentation

_(Extracted from #149.)_ Il standard LaTeX, there's [a couple of standard font sizes](https://en.wikibooks.org/wiki/LaTeX/Fonts#Sizing_text): - `\tiny` - `\scriptsize` - `\footnotesize` - `\small` - `\normalsize` - `\large` - `\Large` - `\LARGE` -...

kind:feature
help-wanted