From 2fcadb2ffbac7c933066beaad278aeaf307b5cf5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 23 Jul 1998 17:36:46 +0000 Subject: [PATCH] \py@ModSynopsisFilename: New macro; gives names of the .syn file. --- Doc/texinputs/howto.cls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index 1a6ed791d6f..ad376c6a5bc 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}}