From 26b3760e53bf67ef63de5d7b2e04641d4197c463 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 16 Apr 2018 23:12:35 +0300 Subject: 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 Signed-off-by: Michael S. Tsirkin --- virtio-html.tex | 2 +- virtio.tex | 2 +- 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} -- cgit v1.2.3