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

Continuous counting of numstat #2

Open
h4lfling opened this issue Jun 18, 2024 · 0 comments
Open

Continuous counting of numstat #2

h4lfling opened this issue Jun 18, 2024 · 0 comments

Comments

@h4lfling
Copy link

I'm customizing ukbill to my usage. I need numstat to never reset the counter through the document.
My definition is as follows:

\RequirePackage{enumitem}
\newenvironment{numstat}%
{%
\begin{enumerate}[nosep,partopsep=0pt,
labelsep=3ex,
leftmargin=4.4em,rightmargin=0em,
label={Art. \arabic*º},
resume*]%
\item[]}%
{\end{enumerate}%
\vspace{1ex}\normalfont}%

That works. But, everytime I \begin{numstat}, there is a annoying resume„ on a blank newline before the actual numstat.
What should I do?

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

No branches or pull requests

1 participant