From d871912e679addff33ed03561387867037f56ff0 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sat, 7 Jul 2007 02:48:44 +0200 Subject: [PATCH] Enable refs between commands. --- doc/protocol/reqlist.sty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/protocol/reqlist.sty b/doc/protocol/reqlist.sty index ff87aaa..2c33a60 100644 --- a/doc/protocol/reqlist.sty +++ b/doc/protocol/reqlist.sty @@ -1,4 +1,5 @@ -\newenvironment{reqspec}[1]{\subsubsection{\texttt{#1}}}{} +\newenvironment{reqspec}[1]{\subsubsection{\texttt{#1}} \label{cmd:#1}}{} +\newcommand{\reqref}[1]{\texttt{#1}} \newcommand{\syntax}[1]{Syntax: \texttt{#1}} -- 2.11.0