You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mmm, this seems more challenging than I hoped. Not impossible, just more than an hour's worth of work to get it right. HTML and LaTeX deal with these things differently. Sorry!
A workaround would be to use \item[(10)] for the time being. Not ideal, but the \setcounter also needs to be updated whenever the first list gets extended, so there's no perfect solution anyway.
See this page where the second list of items should start with number 10. In the latex we have
\begin{enumerate} \setcounter{enumi}{9}
The text was updated successfully, but these errors were encountered: