virtio-dev.lists.oasis-open.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: virtio-comment@lists.oasis-open.org, virtio-dev@lists.oasis-open.org
Cc: virtio@lists.oasis-open.org
Subject: [virtio-dev] [PATCH] html: add missing enumitem package
Date: Wed, 27 Sep 2023 11:55:21 -0400	[thread overview]
Message-ID: <f58da8a0fd3a40b24c9643499a2592d3ad38b73c.1695830118.git.mst@redhat.com> (raw)

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


             reply	other threads:[~2023-09-27 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27 15:55 Michael S. Tsirkin [this message]
2023-09-28  7:54 ` [virtio-dev] [PATCH] html: add missing enumitem package Cornelia Huck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f58da8a0fd3a40b24c9643499a2592d3ad38b73c.1695830118.git.mst@redhat.com \
    --to=mst@redhat.com \
    --cc=virtio-comment@lists.oasis-open.org \
    --cc=virtio-dev@lists.oasis-open.org \
    --cc=virtio@lists.oasis-open.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).