Description
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
Output without the block code
Metadata
Metadata
Assignees
Type
Projects
Status
In progress