Malte Dehling
Malte Dehling
I have the same issue -- latex code I wrote last year no longer renders correctly: https://github.com/mdehling/kolkin-style-transport/blob/679ca79ded0d53963f69a883c40b561b439a4c42/README.md Can this be fixed?
As a workaround, you can use `\mathop` with `\text` to get the correct spacing for an operator: ``` $$ 2 \mathop{\text{tanh}} x = 0 $$ ``` results in $$ 2...
The problem is that the conflicting symbol breaks the build on NetBSD. NetBSD defines these functions in string.h: unsigned int popcount(unsigned int value); unsigned int popcountl(unsigned long value); unsigned int...
How about this version?
Thanks for the comments, they should be addressed now.
No solution from me; I found the same. I think the tests are not up-to-date.
Thank you, I'll give it a try.
> [@mdehling](https://github.com/mdehling) Are the tests still failing for you? @yemyhdtrc6088 's compile command fixes one of them, but sparse_test.py still fails. Just tested with the latest main branch. ``` $...