dginev / ar5iv

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

Improve article 1911.08251 (bigdelim.sty) #100

Open luckywood opened 2 years ago

luckywood commented 2 years ago

Conversion fails due to missing packages:

Warning:missing_file:bigdelim Can't find package bigdelim
 at neurips_2019.tex; line 68 col 11 - line 68 col 11
 Anticipate undefined macros or environments
 In Core::Definition::Constructor[\usepac... /usr/local/share/perl/5.32.1/LaTeXML/Package/LaTeX.pool.ltxml; line 839
(Loading /usr/local/share/perl/5.32.1/LaTeXML/Package/enumitem.sty.ltxml... 0.01 sec)
Warning:missing_file:scalerel Can't find package scalerel
 at neurips_2019.tex; line 71 col 0 - line 71 col 1
 Anticipate undefined macros or environments
 In Core::Definition::Constructor[\usepac... /usr/local/share/perl/5.32.1/LaTeXML/Package/LaTeX.pool.ltxml; line 839
Warning:missing_file:capt-of Can't find package capt-of
 at neurips_2019.tex; line 74 col 0 - line 74 col 1
 Anticipate undefined macros or environments
 In Core::Definition::Constructor[\usepac... /usr/local/share/perl/5.32.1/LaTeXML/Package/LaTeX.pool.ltxml; line 839
Warning:missing_file:matlab-prettifier Can't find package matlab-prettifier
 at neurips_2019.tex; line 77 col 0 - line 77 col 1
 Anticipate undefined macros or environments
 In Core::Definition::Constructor[\usepac... /usr/local/share/perl/5.32.1/LaTeXML/Package/LaTeX.pool.ltxml; line 839
Warning:missing_file:centernot Can't find package centernot
 at neurips_2019.tex; line 200 col 11 - line 200 col 11
 Anticipate undefined macros or environments
 In Core::Definition::Constructor[\usepac... /usr/local/share/perl/5.32.1/LaTeXML/Package/LaTeX.pool.ltxml; line 839
(Loading /usr/local/share/perl/5.32.1/LaTeXML/Package/amsa.fontmap.ltxml... 0.00 sec)
Warning:missing_file:tabu Can't find package tabu
dginev commented 2 years ago

Thank you for the report. The main content will get better in a couple of days, as it was affected by a latexml regression on newer texlives that got patched this week.

You are completely correct that a range of packages need dedicated support for the article to be converted perfectly - bigdelim, scalerel, capt-of, matlab-prettifier, centernot, tabu.

This may take a while, but I am grateful to have the id of the article as something to focus on - much appreciated.