summaryrefslogtreecommitdiffstats
path: root/Doc/myformat.sty
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-12 14:44:33 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-12 14:44:33 (GMT)
commit6c886a8db14ee53c29688e3f3ea5b3527a23573d (patch)
tree90aaf817220f4d47aaa6a135f50c974bf20d8d38 /Doc/myformat.sty
parentb2c45a8197a7aa316210a7fbb58ead7732fb2da6 (diff)
downloadcpython-6c886a8db14ee53c29688e3f3ea5b3527a23573d.zip
cpython-6c886a8db14ee53c29688e3f3ea5b3527a23573d.tar.gz
cpython-6c886a8db14ee53c29688e3f3ea5b3527a23573d.tar.bz2
\optional{}: Removed leading word space, allowing more flexibility.
{seealso} environment: Always start a new paragraph after the "See Also:" line; this ensures that formatting is consistent for each subsequent \see*{} item.
Diffstat (limited to 'Doc/myformat.sty')
-rw-r--r--Doc/myformat.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty
index 808c749..c21e434 100644
--- a/Doc/myformat.sty
+++ b/Doc/myformat.sty
@@ -158,7 +158,7 @@
\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
@@ -240,7 +240,7 @@
% \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}}