From: Fredrik Tolf Date: Sat, 7 Jul 2007 00:26:26 +0000 (+0200) Subject: Add reqspec env. X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=346ead7fe39a69e9b39228d49e138220fb46dbbd Add reqspec env. --- diff --git a/doc/protocol/reqlist.sty b/doc/protocol/reqlist.sty index cd1115f..ff87aaa 100644 --- a/doc/protocol/reqlist.sty +++ b/doc/protocol/reqlist.sty @@ -1,4 +1,6 @@ -\newcommand{\syntax}[1]{\texttt{#1}} +\newenvironment{reqspec}[1]{\subsubsection{\texttt{#1}}}{} + +\newcommand{\syntax}[1]{Syntax: \texttt{#1}} \newenvironment{reqdesc}{Description: }{}