All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-comment] [PATCH] html: add missing enumitem package
@ 2023-09-27 15:55 ` Michael S. Tsirkin
  0 siblings, 0 replies; 4+ 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


This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [virtio-dev] [PATCH] html: add missing enumitem package
@ 2023-09-27 15:55 ` Michael S. Tsirkin
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* [virtio-comment] Re: [virtio-dev] [PATCH] html: add missing enumitem package
  2023-09-27 15:55 ` [virtio-dev] " Michael S. Tsirkin
@ 2023-09-28  7:54   ` Cornelia Huck
  -1 siblings, 0 replies; 4+ 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.


This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [virtio-dev] [PATCH] html: add missing enumitem package
@ 2023-09-28  7:54   ` Cornelia Huck
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2023-09-28  7:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 15:55 [virtio-comment] [PATCH] html: add missing enumitem package Michael S. Tsirkin
2023-09-27 15:55 ` [virtio-dev] " Michael S. Tsirkin
2023-09-28  7:54 ` [virtio-comment] " Cornelia Huck
2023-09-28  7:54   ` Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.