OASIS Open Mailing List Archives  ·  All Lists  ·  virtio  ·  2023-09

virtio — archive

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]

[PATCH] html: add missing enumitem package


makediffhtml.sh currently fails with: ! Missing number, treated as zero. <to be read again> c@* l.25850 egin{enumerate}[label=alph* .] ? ! Emergency stop. <to be read again> c@* l.25850 egin{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(+) 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

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]