In an article, several sections have an enumerate environment. What is the easiest way to let the counter continue across all the different environments?
It is obviously possible to use
\begin{enumerate}
\setcounter{enumi}{5} % last item of previous enumerate
at the start of every subsequent environment, but then one has to change all these numbers in the subsequent environments whenever an item is added in some section. Is there a better, automatic and simple way to do this?
enumitempackage has aresumekey for that. – Mar 20 '20 at 07:23linguexpackage does, but without using environments (easy typing). – Fran Mar 20 '20 at 09:54