summaryrefslogtreecommitdiff
path: root/commands.tex
blob: c4b19dec5df0ed8659ebb88bc15cf9dda0bc958b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Commands for the VIRTIO specification document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\definecolor{oasis1}{RGB}{85,38,129}
\definecolor{oasis2}{RGB}{227,175,27}
\definecolor{shadecolor}{RGB}{230,230,230}

% How we format a field name
\newcommand{\field}[1]{\emph{#1}}

% Mark a normative paragraph (driver or device)
\newcommand{\drivernormative}[1]{\phantomsection\label{drivernormative:#1}}
\newcommand{\devicenormative}[1]{\phantomsection\label{devicenormative:#1}}