Michal Hoftich
Michal Hoftich
You are welcome :) I guess that Ebgaramond was updated recently and the update changed the internal font structure dramatically, because the font tables are totally different than they used...
Thanks, that it is quite massive report :o I will need some time to process it, some issues may be quite hard to fix.
My first findings: - issue with `\url` inside `\thanks`: it is due to the fact that `tex4ht` process `\title` and `\author` commands using `\edef` and `\url` isn't expandable. I am...
I've also found two entries in `biblatex-example.bib` which cause invalid XML - `knuth:ct:related` and `knuth:ct:a`. The ODT file can be opened after I removed them. This is definitely a bug...
today I've fixed some issues in `tex4ht` sources, in quest to make the resulting `ODT` file valid in the [ODF validator](https://odfvalidator.org/). I've removed some DTD definitions that didn't really work,...
Hi James, sorry for the late reply, I somehow missed this report and I found it now. I am afraid that this is something that is quite difficult to solve....
In this case, just the right `|` character is used as the superscript base. You need to use `{|X|}` instead of just `|X|`.
The problem is that it is impossible at the TeX level to detect superscript base without proper grouping. You either use group, or only the last token is used. In...
I've just realized that you can use an MathML attribute `stretchy` to disable stretching of the bar. It seems that MathJax uses it as well. I still think it is...
In some cases, the default driver fails. You can try the `tikz+` option in such cases. It seems to work in your case, but note that it can fail in...