We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm customizing ukbill to my usage. I need numstat to never reset the counter through the document. My definition is as follows:
ukbill
numstat
\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?
\begin{numstat}
resume„
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm customizing
ukbill
to my usage. I neednumstat
to never reset the counter through the document.My definition is as follows:
That works. But, everytime I
\begin{numstat}
, there is a annoyingresume„
on a blank newline before the actualnumstat
.What should I do?
The text was updated successfully, but these errors were encountered: