summaryrefslogtreecommitdiff
path: root/virtio.tex
diff options
context:
space:
mode:
Diffstat (limited to 'virtio.tex')
-rw-r--r--virtio.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/virtio.tex b/virtio.tex
index e1e2cb9..ef2d3fe 100644
--- a/virtio.tex
+++ b/virtio.tex
@@ -37,7 +37,11 @@
\usepackage{tabularx}
\usepackage{underscore}
\usepackage{xstring}
-\usepackage{ellipsis}
+\IfFileExists{ellipsis.sty}{\usepackage{ellipsis}}{
+\message{!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}
+\message{LaTeX Warning: Missing ellipsis.sty: dots (...) will look ugly}
+\message{!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}
+}
% This is an alternative to package underscore above
% It makes it possible to disable hyphenation of upper-case
% identifiers with underscore (of which we have many) by