bbalrog

Results 1 issues of bbalrog

``` \documentclass[a4paper,10pt]{book} \usepackage[utf8]{inputenc} \usepackage{etoolbox} \begin{document} \cseappto{myList}{entry1} \cseappto{myList}{entry2} \cseappto{myList}{{\'e}ntry3} \cseappto{myList}{entry4} \csuse{myList} \end{document} ``` I'm using Ubuntu 20.04. The code above compiles fine with the default texlive from apt (which is kinda...