forked from Linaro/virtio-msg-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands.tex
More file actions
19 lines (16 loc) · 738 Bytes
/
commands.tex
File metadata and controls
19 lines (16 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Commands for the VIRTIO specification document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{oasis1}{RGB}{68,108,170}
% How we format a field name
\newcommand{\field}[1]{\emph{#1}}
% Mark a normative section (driver, device, or bus)
\newcommand{\drivernormative}[3]{#1{Driver Requirements: #2}\label{drivernormative:#3}}
\newcommand{\devicenormative}[3]{#1{Device Requirements: #2}\label{devicenormative:#3}}
\newcommand{\busnormative}[3]{#1{Bus Requirements: #2}\label{busnormative:#3}}
\newcounter{clausecounter}
\newcommand{\conformance}[2]{
\stepcounter{clausecounter}
#1{Clause \theclausecounter: #2}
}
\newenvironment{DIFnomarkup}{}{}