Skip to content

processing order of legacysetupcode in the block templates #893

Open
latex3/latex2e
#1790
@u-fischer

Description

@u-fischer

While itemsep can be changed in the second argument of \list, the start number can not be be set as the code overwrites it again:

\DocumentMetadata{
tagging = on, %switch
}
\documentclass{article}

\begin{document}
List starting at 34
\begin{list}{(\theenumi)}{\usecounter{enumi}\setcounter{enumi}{33}\itemsep=3cm}
\item blub
\item blub
\end{list}
\end{document}

Output with the block code

Image

Output without the block code

Image

Metadata

Metadata

Type

No type

Projects

Status

In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions