diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-03-03 01:56:58 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-03-03 01:56:58 +0000 |
commit | c438d86ba0d28172a21f2504ccb0b2c69396d5b6 (patch) | |
tree | 2597c7b51af3c33cf6451dd44d21b692b3a39104 /virtio.tex | |
parent | 1bf79ad447c726af521961c55561bcfeed95618b (diff) | |
download | virtio-spec-c438d86ba0d28172a21f2504ccb0b2c69396d5b6.tar.gz |
Use ellipsis (aka \ldots) everywhere.
And use the ellipsis package, which makes it symmetrical.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@309 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio.tex')
-rw-r--r-- | virtio.tex | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ \usepackage{tabularx} \usepackage{underscore} \usepackage{xstring} +\usepackage{ellipsis} % 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 |