Move TeX trickery for typesetting of function descriptions to where

it belongs.
This commit is contained in:
Martin Mares 2000-06-05 19:17:37 +00:00
parent fdb0c540a8
commit 2debcb9eb0
2 changed files with 8 additions and 3 deletions

View file

@ -208,11 +208,11 @@
<funcdef> "{\\it "
</funcdef> "\\/}"
<function> "\\bigbreak\\hrule\\nobreak\\bigskip\\nobreak\\leftline{\\bf Function}\\nobreak\\smallskip\\nobreak{\\parskip=0pt "
<function> "{\\function "
</function> "}\n\n"
<funcsect> "\n\\medbreak\\leftline{\\bf "
</funcsect> "}\\nobreak "
<funcsect> "\n\\funcsect{"
</funcsect> "}"
<hrule> "\\hrule"

View file

@ -111,3 +111,8 @@
\newenvironment{tscreen}%
{\begin{quote}\bgroup\small\tt}%
{\egroup\end{quote}}
%% Typesetting of function descriptions
\def\function{\bigbreak\hrule\nobreak\bigskip\nobreak\leftline{\bf Function}\nobreak\smallskip\nobreak\parskip=0pt\relax}
\def\funcsect#1{\medbreak\leftline{\bf #1}\nobreak}