summaryrefslogtreecommitdiff
path: root/virtio-v1.0-csd01.tex
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-25 12:26:57 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-25 12:26:57 +0000
commit346e9088b293e66bc31651aba52b2f7ca745ecb3 (patch)
tree64eecf3eb87148757f120b29a52d134a41b7bbde /virtio-v1.0-csd01.tex
parent9c2623852d94f1d7837fc04391d60b0adfe15c8c (diff)
latex: add a comment
Add a comment about an alternative to \usepackage{underscore}, in case we'll want to use it in the future. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@116 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio-v1.0-csd01.tex')
-rw-r--r--virtio-v1.0-csd01.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/virtio-v1.0-csd01.tex b/virtio-v1.0-csd01.tex
index efafbe4..84337af 100644
--- a/virtio-v1.0-csd01.tex
+++ b/virtio-v1.0-csd01.tex
@@ -35,6 +35,16 @@
\usepackage{xltxtra}
\usepackage{etoolbox}
\usepackage{underscore}
+% 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
+% treating them as acronyms.
+% However, the result doesn't look pretty, so don't use this
+% for now.
+%\catcode`\_=\active
+%\def_{\_}
+% Don't hyphenate acronyms
+%\uchyph=0
\setmainfont[Mapping=tex-text]{Arial}
\setromanfont{Arial}
\setmonofont{Courier New}