Closed u-fischer closed 6 years ago
I'm sorry but there seems still to be an infinite loop in the listparser commands. I tested this with the version etoolbox 2018/02/10 v2.5d e-TeX tools for LaTeX (JAW) which I downloaded from github.
etoolbox 2018/02/10 v2.5d e-TeX tools for LaTeX (JAW)
\documentclass{article} \usepackage{etoolbox} \DeclareListParser*\foo{} \def\punctuationlist{}% \foo{\listadd\punctuationlist}{;.} \begin{document} Hello world! \end{document}
The commands are from cnlt-base.sty.
cnlt-base.sty
I'm sorry but there seems still to be an infinite loop in the listparser commands. I tested this with the version
etoolbox 2018/02/10 v2.5d e-TeX tools for LaTeX (JAW)
which I downloaded from github.The commands are from
cnlt-base.sty
.