Tagged Questions
8
votes
1answer
202 views
Word count and 'TeX capacity exceeded'
I use this piece of code in the preamble, obtained from Environment that counts words inside:
\usepackage{xesearch}
\newcounter{words}
\newenvironment{assignment}{%
\setcounter{words}{0}
...