From: Fred Drake Date: Thu, 23 Jul 1998 17:36:46 +0000 (+0000) Subject: \py@ModSynopsisFilename: New macro; gives names of the .syn file. X-Git-Tag: v1.5.2a1~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fcadb2ffbac7c933066beaad278aeaf307b5cf5;p=thirdparty%2FPython%2Fcpython.git \py@ModSynopsisFilename: New macro; gives names of the .syn file. --- diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index 1a6ed791d6fa..ad376c6a5bcf 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -34,6 +34,9 @@ % \RequirePackage{python} +% support for module synopsis sections: +\newcommand{\py@ModSynopsisFilename}{\jobname.syn} + % need to do one of these.... \newcommand{\py@doHorizontalRule}{\rule{\textwidth}{1pt}}