Move TeX trickery for typesetting of function descriptions to where
it belongs.
This commit is contained in:
parent
fdb0c540a8
commit
2debcb9eb0
2 changed files with 8 additions and 3 deletions
6
doc/sbase/dist/birddoc/latex2e/mapping
vendored
6
doc/sbase/dist/birddoc/latex2e/mapping
vendored
|
@ -208,11 +208,11 @@
|
||||||
<funcdef> "{\\it "
|
<funcdef> "{\\it "
|
||||||
</funcdef> "\\/}"
|
</funcdef> "\\/}"
|
||||||
|
|
||||||
<function> "\\bigbreak\\hrule\\nobreak\\bigskip\\nobreak\\leftline{\\bf Function}\\nobreak\\smallskip\\nobreak{\\parskip=0pt "
|
<function> "{\\function "
|
||||||
</function> "}\n\n"
|
</function> "}\n\n"
|
||||||
|
|
||||||
<funcsect> "\n\\medbreak\\leftline{\\bf "
|
<funcsect> "\n\\funcsect{"
|
||||||
</funcsect> "}\\nobreak "
|
</funcsect> "}"
|
||||||
|
|
||||||
<hrule> "\\hrule"
|
<hrule> "\\hrule"
|
||||||
|
|
||||||
|
|
|
@ -111,3 +111,8 @@
|
||||||
\newenvironment{tscreen}%
|
\newenvironment{tscreen}%
|
||||||
{\begin{quote}\bgroup\small\tt}%
|
{\begin{quote}\bgroup\small\tt}%
|
||||||
{\egroup\end{quote}}
|
{\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}
|
||||||
|
|
Loading…
Reference in a new issue