]> granicus.if.org Git - python/commitdiff
\optional{}: Removed leading word space, allowing more flexibility.
authorFred Drake <fdrake@acm.org>
Mon, 12 Jan 1998 14:44:33 +0000 (14:44 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 12 Jan 1998 14:44:33 +0000 (14:44 +0000)
{seealso} environment:  Always start a new paragraph after the "See Also:"
line; this ensures that formatting is consistent for each subsequent
\see*{} item.

Doc/myformat.sty

index 808c749786fc984980c7bd7098061e05ff2879a8..c21e4343d6f87215094e65880a51755f4d4a4fc0 100644 (file)
 \newcommand{\funcline}[2]{\item[\code{#1(\varvars{#2})}]\ttindex{#1}}
 \newcommand{\funcdesc}[2]{\fulllineitems\funcline{#1}{#2}}
 \let\endfuncdesc\endfulllineitems
-\newcommand{\optional}[1]{{\ \textnormal{\Large[}}{#1}\hspace{0.5mm}{\textnormal{\Large]}}\ }
+\newcommand{\optional}[1]{{\textnormal{\Large[}}{#1}\hspace{0.5mm}{\textnormal{\Large]}} }
 
 
 % same for excdesc
 %    \seetext{{\em Encyclopedia Britannica}}.                  % Ref to a book
 %  \end{seealso}
 
-\newenvironment{seealso}[0]{{\bf See Also: }}{\par}
+\newenvironment{seealso}[0]{{\bf See Also:}\par}{\par}
 \newcommand{\seemodule}[2]{\ref{module-#1}: {\tt #1} (#2)}
 \newcommand{\seetext}[1]{\par{#1}}