summaryrefslogtreecommitdiff
path: root/virtio-v1.0-csd01-html.tex
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-12-01 21:45:03 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-12-01 21:45:03 +0000
commit9ede441dd7c2a681d1adeacf4e879972c86db310 (patch)
treebe4e5f7e13cbe5620c3929fbb976e77e5dc9c47f /virtio-v1.0-csd01-html.tex
parent7f40233b30132da540523a623411b6916545074a (diff)
html: rename file
htlatex doesn't seem to support -jobname for output file name, so simply rename file before processing. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@141 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio-v1.0-csd01-html.tex')
-rw-r--r--virtio-v1.0-csd01-html.tex58
1 files changed, 0 insertions, 58 deletions
diff --git a/virtio-v1.0-csd01-html.tex b/virtio-v1.0-csd01-html.tex
deleted file mode 100644
index fd9d252..0000000
--- a/virtio-v1.0-csd01-html.tex
+++ /dev/null
@@ -1,58 +0,0 @@
-%!TEX encoding = UTF-8 Unicode
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% VIRTIO 1.0 Specification Draft
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\documentclass[10pt,titlepage]{report}
-
-\usepackage{parskip}
-\usepackage{setspace}
-\usepackage[english]{babel}
-\usepackage{ae,aecompl}
-\usepackage[T1]{fontenc}
-\usepackage{graphicx}
-\usepackage{framed}
-\usepackage{hyperref}
-\usepackage{lineno}
-\usepackage{listings}
-\usepackage{courier}
-\usepackage{fancyvrb}
-\usepackage{array}
-\usepackage{longtable}
-\usepackage{multirow}
-\usepackage{rotating}
-\usepackage{fancyhdr}
-\usepackage{lastpage}
-\usepackage{todonotes}
-\usepackage{titlesec}
-\usepackage{mdwlist}
-\usepackage{url}
-\usepackage{xifthen}
-\usepackage{tabularx}
-\usepackage{underscore}
-
-\usepackage[utf8x]{inputenc}
-
-\urlstyle{rm}
-
-% commands
-\input{specvars.tex}
-\input{commands.tex}
-\input{commands-html.tex}
-\input{listings.tex}
-
-% new command: header and footer
-\newcommand{\virtioheaderfooter}{}
-
-% headers setup
-\titleformat{\chapter}[block]{\titlerule\normalfont\huge\bfseries}{\thechapter}{0pt}{}
-\titleformat{\section}{\normalfont\Large\bfseries}{\thesection}{1em}{}
-\titleformat{\subsection}{\normalfont\large\bfseries}{\thesubsection}{1em}{}
-\titleformat{\subsubsection}{\normalfont\normalsize\bfseries}{\thesubsubsection}{1em}{}
-\titleformat{\paragraph}[hang]{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
-\titleformat{\subparagraph}[hang]{\normalfont\normalsize\bfseries}{\thesubparagraph}{1em}{}
-
-
-
-% main document
-\input{main.tex}