dginev / ar5iv

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

Improve article 1612.01474 #502

Open luckywood opened 3 weeks ago

luckywood commented 3 weeks ago

The first line in Algorithm 1 is overly long. Probably due to parsing problems and or UTF8 encoding problems. Otherwise conversion looks ok.

dginev commented 3 weeks ago

We need to improve the latexml support for the \algcomment macro here, defined in the article as:

\newcommand{\algcomment}[1]{\Comment{\textit{#1}}}
\algnewcommand{\LineComment}[1]{\(\triangleright\) \textit{#1}}