* [virtio-dev] [PATCH] html: add missing enumitem package
@ 2023-09-27 15:55 Michael S. Tsirkin
2023-09-28 7:54 ` Cornelia Huck
0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2023-09-27 15:55 UTC (permalink / raw)
To: virtio-comment, virtio-dev; +Cc: virtio
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 <mst@redhat.com>
---
virtio-html.tex | 1 +
1 file changed, 1 insertion(+)
diff --git a/virtio-html.tex b/virtio-html.tex
index c822a99..48c633d 100644
--- a/virtio-html.tex
+++ b/virtio-html.tex
@@ -31,6 +31,7 @@
\usepackage{tabularx}
\usepackage{underscore}
\usepackage{xstring}
+\usepackage{enumitem}
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
--
MST
---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [virtio-dev] [PATCH] html: add missing enumitem package
2023-09-27 15:55 [virtio-dev] [PATCH] html: add missing enumitem package Michael S. Tsirkin
@ 2023-09-28 7:54 ` Cornelia Huck
0 siblings, 0 replies; 2+ messages in thread
From: Cornelia Huck @ 2023-09-28 7:54 UTC (permalink / raw)
To: Michael S. Tsirkin, virtio-comment, virtio-dev; +Cc: virtio
On Wed, Sep 27 2023, "Michael S. Tsirkin" <mst@redhat.com> 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 <mst@redhat.com>
> ---
> virtio-html.tex | 1 +
> 1 file changed, 1 insertion(+)
>
Oops, should read my mail before pushing. I'll use this one instead.
---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-28 7:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 15:55 [virtio-dev] [PATCH] html: add missing enumitem package Michael S. Tsirkin
2023-09-28 7:54 ` Cornelia Huck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox