summaryrefslogtreecommitdiff
path: root/commands.tex
diff options
context:
space:
mode:
Diffstat (limited to 'commands.tex')
-rw-r--r--commands.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands.tex b/commands.tex
index c4b19de..182f8ef 100644
--- a/commands.tex
+++ b/commands.tex
@@ -9,6 +9,6 @@
% 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}}
+% 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}}