From: Fredrik Tolf Date: Sat, 7 Jul 2007 00:48:44 +0000 (+0200) Subject: Enable refs between commands. X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=d871912e679addff33ed03561387867037f56ff0;hp=6d0881b544e841d5b835960b3419da97ff604792;p=doldaconnect.git Enable refs between commands. --- 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}}