Open luckywood opened 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.
We need to improve the latexml support for the \algcomment macro here, defined in the article as:
\algcomment
\newcommand{\algcomment}[1]{\Comment{\textit{#1}}} \algnewcommand{\LineComment}[1]{\(\triangleright\) \textit{#1}}
The first line in Algorithm 1 is overly long. Probably due to parsing problems and or UTF8 encoding problems. Otherwise conversion looks ok.