summaryrefslogtreecommitdiff
path: root/specvars.tex
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-25 12:23:51 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-25 12:23:51 +0000
commit40af2b9446cbc68e7c6f44fe26c3bb23e65b05aa (patch)
tree2cd98e0cf999e50b46311ff1050e4dbcae28f9f6 /specvars.tex
parent8b579fdca9d3176b48efc80bce585d3e279b220a (diff)
virtio: add latex templates from CMIS
I imported latex templates from the CMIS specifications and changed s/CMIS/VIRTIO/ everywhere. The result is very close to one produced by exporting from the ODF we were supplied, with the exception of the TOC formatting, where section numbers are in blue instead of black, and major sections don't have dots leading to page numbers. I'm guessing this isn't very important, someone with more latex knowledge can try to figure this out. Generating html doesn't actually work for me. It doesn't work for me for CMIS either, so it's probably just an issue with my local latex setup. I'm not sure we need html output at all. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@103 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'specvars.tex')
-rw-r--r--specvars.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/specvars.tex b/specvars.tex
new file mode 100644
index 0000000..0b462f1
--- /dev/null
+++ b/specvars.tex
@@ -0,0 +1,17 @@
+% define VIRTIO Working Draft number and date
+\newcommand{\virtioversion}{Virtual I/O Device (VIRTIO) Version 1.0}
+\newcommand{\virtioworkingdraft}{01}
+\newcommand{\virtioworkingdraftdate}{05 Nov 2013}
+\newcommand{\virtiospecfile}{virtio-v1.0-wd01}
+\newcommand{\virtioworkproduct}{Standards Track Draft}
+\newcommand{\virtiooasiscopyright}{Copyright © OASIS Open 2013. All Rights Reserved.}
+
+% PDF setup
+\hypersetup{
+pdfauthor = {OASIS Virtual I/O Device (VIRTIO) TC},
+pdftitle = {Virtual I/O Device (VIRTIO) Version 1.0},
+pdfsubject = {Virtual I/O Device (VIRTIO) Version 1.0},
+pdfkeywords = {VIRTIO, Virtual I/O Device},
+colorlinks = {true},
+linkcolor=blue,
+urlcolor = blue}