dginev / ar5iv

A web service offering HTML5 articles from arXiv.org as converted with latexml
https://ar5iv.org
MIT License
739 stars 21 forks source link

Improve article 2105.06332 #350

Open TheoryOfTheory opened 1 year ago

TheoryOfTheory commented 1 year ago

Exact location of issue

https://arxiv.org/abs/2105.06332 https://ar5iv.org/abs/2105.06332

Problem details

Can't open the document at all due to a fatal error:

"Conversion to HTML had a Fatal error and exited abruptly. This document may be truncated or damaged."

and when I look at the log:

Error:undefined:{tikzcd} tikzcd has no support in tikzcd.sty.ltxml, this is a stub binding.
Error:undefined:{tikzpicture} tikzpicture has no support in tikzcd.sty.ltxml, this is a stub binding.
Error:unexpected:\@@ENDINLINEMATH Attempt to end mode inline_math
...

(Optional) Expected behavior

preferred outcome is a rendering of the document

Desktop (please complete the following information)

I've replicated the error in: Desktop macOS; in chrome, safari and firefox

dginev commented 1 year ago

We need dedicated tikzcd.sty support in latexml to succeed here.

Thank you for the report! This article will be a good stress test when that work gets put in place.

dginev commented 3 months ago

Basic tikz-cd support is now available and the page produces nominal HTML.

But work remains on sizing and spacing in the final SVG images.