virtio — archive
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
— [Date Index]
| [Thread Index]
| [Month Index]
| [List Home]
[PATCH] html: add missing enumitem package
On Wed, Sep 27 2023, "Michael S. Tsirkin" <[email protected]> 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 <[email protected]>
> ---
> virtio-html.tex | 1 +
> 1 file changed, 1 insertion(+)
>
Oops, should read my mail before pushing. I'll use this one instead.
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
— [Date Index]
| [Thread Index]
| [Month Index]
| [List Home]