latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
23 stars 5 forks source link

varwidth not compatible with the new block code. #71

Open u-fischer opened 3 months ago

u-fischer commented 3 months ago
\DocumentMetadata{ testphase=block }
\documentclass{article}
\usepackage{varwidth}

\begin{document}
 Test:\fbox{\begin{varwidth}{5cm}
 \begin{enumerate}
 \item duck
 \item dinner
 \end{enumerate}
 \end{varwidth}}
 \end{document}

gives

image

without the block code it would look like this

image