Whenever I run the t/81_babel.t tests, I get the following errors:
> perl t/81_babel.t
1..6
ok 1 - use LaTeXML::Core;
Error:undefined:\@nil The token T_CS[\@nil] is not defined.
at /usr/local/texlive/2017/texmf-dist/tex/generic/babel/babel.sty; line 380 col 7
Defining it now as <ltx:ERROR/>
In Core::Stomach[@0x7ff46a6fd7c0] at /usr/local/texlive/2017/texmf-dist/tex/generic/babel/babel.sty; line 380 col 7
<= Core::Gullet[@0x7ff46a6fd8e0] <= Core::Definition::Constructor[\usepac... <= Core::Stomach[@0x7ff46a6fd7c0] <= ...
ok 2 - t/babel/french
Error:undefined:\@nil The token T_CS[\@nil] is not defined.
at /usr/local/texlive/2017/texmf-dist/tex/generic/babel/babel.sty; line 380 col 7
Defining it now as <ltx:ERROR/>
In Core::Stomach[@0x7ff46af19860] at /usr/local/texlive/2017/texmf-dist/tex/generic/babel/babel.sty; line 380 col 7
<= Core::Gullet[@0x7ff46f286168] <= Core::Definition::Constructor[\usepac... <= Core::Stomach[@0x7ff46af19860] <= ...
ok 3 - t/babel/german
Error:undefined:\@nil The token T_CS[\@nil] is not defined.
at /usr/local/texlive/2017/texmf-dist/tex/generic/babel/babel.sty; line 380 col 7
Defining it now as <ltx:ERROR/>
In Core::Stomach[@0x7ff469c078c0] at /usr/local/texlive/2017/texmf-dist/tex/generic/babel/babel.sty; line 380 col 7
<= Core::Gullet[@0x7ff46aecdf90] <= Core::Definition::Constructor[\usepac... <= Core::Stomach[@0x7ff469c078c0] <= ...
ok 4 - t/babel/greek
ok 5 - t/babel/numprints
Error:undefined:\@nil The token T_CS[\@nil] is not defined.
at /usr/local/texlive/2017/texmf-dist/tex/generic/babel/babel.sty; line 380 col 7
Defining it now as <ltx:ERROR/>
In Core::Stomach[@0x7ff471613800] at /usr/local/texlive/2017/texmf-dist/tex/generic/babel/babel.sty; line 380 col 7
<= Core::Gullet[@0x7ff471611ad0] <= Core::Definition::Constructor[\usepac... <= Core::Stomach[@0x7ff471613800] <= ...
ok 6 - t/babel/page545
The tests themselves still pass (and thus appear to produce the exact xml required).
I am running the latest latexmlc from master (with dependencies installed via cpanm) along with TexLive 2017. I have been getting these errors both on my MacBook and my archlinux setup.
Whenever I run the
t/81_babel.ttests, I get the following errors:The tests themselves still pass (and thus appear to produce the exact xml required).
I am running the latest latexmlc from master (with dependencies installed via
cpanm) along with TexLive 2017. I have been getting these errors both on my MacBook and my archlinux setup.