]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Move TeX trickery for typesetting of function descriptions to where
authorMartin Mares <mj@ucw.cz>
Mon, 5 Jun 2000 19:17:37 +0000 (19:17 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 5 Jun 2000 19:17:37 +0000 (19:17 +0000)
it belongs.

doc/sbase/dist/birddoc/latex2e/mapping
doc/tex/birddoc.sty

index 45c65d62043dc8ff64118caabd81d40d116411e0..9d662be2c113e32dc7aac74a6b07d81e4b97d49b 100644 (file)
 <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"
 
index 3cb74035a7abbaa9a41c61691d38056495774751..94297591240f0d760fcdbb18fb36c00ee86f4dea 100644 (file)
 \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}