Cedric Sodhi
Cedric Sodhi
Yes, that's correct. That's what I claimed should be supported. And if you agree that there are features where usage is not a network of linear paths (which, by the...
It was not my idea to start this discussion. I just tried to respond to @matkoniecz when they started criticizing my perspective. I think the issue which I filed about...
Cf https://github.com/vector-im/element-android/issues/2889
@jryans How is this not a defect? This is a reproducible by chance issue. Log in to Element Web, cross-verify the session, find that all your encrypted rooms are unreadable...
https://github.com/vector-im/element-android/issues/5305
The (not so) long term goal for the HTML backend should clearly be MathML and **not** interactively running a Javascript for second tier typesetting (or even PNG formulae). HTML is...
> There's no stable, portable library available that can convert to MathML. If there were, we could certainly explore it. Not to contradict your statement, but just to point out,...
In all the ca. 10 years I've been using itex2MML I've never had a single issue in Firefox apart from perhaps some limitations in grid/matrix placements and the sizing of...
itex2MML is more than abstract. I run it as a binary post asciidoctor with bash because I haven't got the first clue about Ruby, but using its Ruby interface should...
I've been happily using itex2MML (as a postprocessor, since I'm not familiar with Ruby) for months now with this script, to create a proper non-scripted, non-downloading HTML document: ````bash #!/bin/bash...