Next in thread →
Next in month →
[PATCH] html: add missing enumitem package
On Wed, Sep 27 2023, "Michael S. Tsirkin" <> wrote:
> makediffhtml.sh currently fails with:
>
> ! Missing number, treated as zero.
> <to be read again>
>
\c@*
> l.25850 \begin{enumerate}[label=\alph*
>
.]
> ?
> ! Emergency stop.
> <to be read again>
>
\c@*
> l.25850 \begin{enumerate}[label=\alph*
>
.]
>
> Some web searches turned up suggestions to use enumitem and in fact,
> virtio.tex already does this - but virtio-html.tex doesn't.
>
> Adding \usepackage{enumitem} in virtio-html.tex too fixes the issue.
>
> Signed-off-by: Michael S. Tsirkin <>
> ---
> virtio-html.tex | 1 +
> 1 file changed, 1 insertion(+)
>
Oops, should read my mail before pushing. I'll use this one instead.
Next in thread →
Next in month →