summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-04-16 23:12:35 +0300
committerMichael S. Tsirkin <mst@redhat.com>2018-04-16 23:19:34 +0300
commit26b3760e53bf67ef63de5d7b2e04641d4197c463 (patch)
treea3d2394507c4f797e990baed13c82ace7025d3b0
parent396b1957817e0bd14697e28d9fe61bfc80f1350f (diff)
tex: drop unused todonotes
We don't really use todonotes, this dependency can be dropped. We do need to import xcolor which was previously pulled in by todonotes. Tested-by: Mihai Carabas <mihai.carabas@oracle.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--virtio-html.tex2
-rw-r--r--virtio.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/virtio-html.tex b/virtio-html.tex
index 5adc518..c822a99 100644
--- a/virtio-html.tex
+++ b/virtio-html.tex
@@ -23,7 +23,7 @@
\usepackage{rotating}
\usepackage{fancyhdr}
\usepackage{lastpage}
-\usepackage{todonotes}
+\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{mdwlist}
\usepackage{url}
diff --git a/virtio.tex b/virtio.tex
index 08f06c7..e1e2cb9 100644
--- a/virtio.tex
+++ b/virtio.tex
@@ -26,7 +26,7 @@
\usepackage{rotating}
\usepackage{fancyhdr}
\usepackage{lastpage}
-\usepackage{todonotes}
+\usepackage{xcolor}
\usepackage[explicit]{titlesec}
\usepackage{mdwlist}
\usepackage{url}