-
I'm attempting to mintermize some AFA-bits files from automata-bench.
I've been successful for several, but for noodler/str_2/quad-002-1-unsat/xx17064.mata and others, I go somewhere past 45GB of mem…
-
I noticed certain texmath entries in .Rmd docs are being marked up differently in knitrBootstrap than in RStudio's HTML parser (correct term?):
knitrBootstrap: .... (lots of these)
Rstudio's HTML: (…
-
Tagging const and ignoring it. We should ignore keywords since the parser doesn't care
Handle unsigned modifier
String math execution
-
For now, Verso supports inline math and display math but the latter can only use inline code block:
````
$`\sum_{i=0}^{10} i`
$$`\sum_{i=0}^{10} i`
````
It doesn't seem possible to use …
-
I'm trying to create a preset for AMD's new GPGPU effort, particularly for the HCC interface. (Honestly, the alphabet soup is such a mess that I'm not going to even begin to explain all of the moving …
-
The following code (not correct c++, reduced by creduce) crashes the compiler with the request to submit bug report instead of giving a compiler error.
Code:
```cpp
template
-
```
The parser does not accept 3 (or more) character math numbers.
Example
Date.parse('+100'); // fail
```
Original issue reported on code.google.com by `geoff%co...@gtempaccount.com` on 29 Nov 2…
-
It would be cool if a threashold date could be `thr:due-7d`
-
**Describe the bug**
When running the Markdown from the notebook's code cell the math mode renders correct math output. Generating static html from the same notebook using jupyter book does not ren…
-
I'm attempting to port the google/mathsteps library to the current MathJS release. Along the way I've encountered an error I've seen elsewhere in my own code. It's easy to trigger, just do `math.parse…