diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-27 05:24:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-27 05:24:03 (GMT) |
commit | 48a16bf6b503145a07d3519b436532c9fef3f24f (patch) | |
tree | ade73bc5fa5c96344f2aac064c5b13152d718f30 /Doc/texinputs | |
parent | 6cb71491dea200e972a7f49f4b83113af6314ade (diff) | |
download | cpython-48a16bf6b503145a07d3519b436532c9fef3f24f.zip cpython-48a16bf6b503145a07d3519b436532c9fef3f24f.tar.gz cpython-48a16bf6b503145a07d3519b436532c9fef3f24f.tar.bz2 |
\tableofcontents: Add support for some warning reduction in python.sty.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/howto.cls | 1 | ||||
-rw-r--r-- | Doc/texinputs/manual.cls | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index a124221..901cf87 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -79,6 +79,7 @@ \endgroup \@doHorizontalRule \vspace{12pt} + \@doing@page@targetstrue } \@ifundefined{fancyhf}{ diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index 563c3f8..c7ab75e 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.cls @@ -120,4 +120,5 @@ }% \pagenumbering{arabic}% \@ifundefined{fancyhf}{}{\pagestyle{normal}}% + \@doing@page@targetstrue% } |