diff options
Diffstat (limited to 'commands.tex')
-rw-r--r-- | commands.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/commands.tex b/commands.tex new file mode 100644 index 0000000..871f416 --- /dev/null +++ b/commands.tex @@ -0,0 +1,17 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% 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 section (driver or device) +\newcommand{\drivernormative}[3]{#1{Driver Requirements: #2}\label{drivernormative:#3}} +\newcommand{\devicenormative}[3]{#1{Device Requirements: #2}\label{devicenormative:#3}} +\providecommand{\DIFaddtextcstwo}[1]{#1} +\providecommand{\DIFdeltextcstwo}[1]{} +\newenvironment{DIFnomarkup}{}{} |