Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setcounter problem #158

Open
aisejohan opened this issue May 19, 2023 · 3 comments
Open

setcounter problem #158

aisejohan opened this issue May 19, 2023 · 3 comments
Labels

Comments

@aisejohan
Copy link
Member

See this page where the second list of items should start with number 10. In the latex we have
\begin{enumerate} \setcounter{enumi}{9}

@pbelmans pbelmans added the bug label May 20, 2023
@pbelmans
Copy link
Member

Good catch! This shouldn't be too hard to implement, I'll try after the weekend.

@pbelmans
Copy link
Member

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.

@aisejohan
Copy link
Member Author

Well, and it only occurs once at the moment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants