summaryrefslogtreecommitdiff
path: root/makepdf.sh
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 /makepdf.sh
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 'makepdf.sh')
-rwxr-xr-xmakepdf.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/makepdf.sh b/makepdf.sh
new file mode 100755
index 0000000..88aafe3
--- /dev/null
+++ b/makepdf.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+SPECDOC=virtio-v1.0-csd01
+
+xelatex $SPECDOC.tex
+xelatex $SPECDOC.tex