AMK's megapatch:

* \bcode, \ecode added everywhere
	* \label{module-foo} added everywhere
	* A few \seealso sections added.
	* Indentation fixed inside verbatim in lib*tex files
This commit is contained in:
Guido van Rossum 1997-07-17 16:34:52 +00:00
parent 3c2a056fdd
commit e47da0ae04
196 changed files with 1068 additions and 859 deletions

View file

@ -774,7 +774,7 @@ def main():
main()
\end{verbatim}\ecode
%
\section{Standard Module \sectcode{stdwinevents}}
\stmodindex{stdwinevents}
@ -788,7 +788,7 @@ Suggested usage is
>>> from stdwinevents import *
>>>
\end{verbatim}\ecode
%
\section{Standard Module \sectcode{rect}}
\stmodindex{rect}
@ -801,7 +801,7 @@ For example, the rectangle
\bcode\begin{verbatim}
(10, 20), (90, 80)
\end{verbatim}\ecode
%
is a rectangle whose left, top, right and bottom edges are 10, 20, 90
and 80, respectively.
Note that the positive vertical axis points down (as in