summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs/howto.cls
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-23 17:36:46 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-23 17:36:46 (GMT)
commit2fcadb2ffbac7c933066beaad278aeaf307b5cf5 (patch)
tree384e4eb10c1e2a53f3f8e09028bfb98c62e8578f /Doc/texinputs/howto.cls
parent1cc6d53f6512c0aadda7458dfc27b6382e81ac8e (diff)
downloadcpython-2fcadb2ffbac7c933066beaad278aeaf307b5cf5.zip
cpython-2fcadb2ffbac7c933066beaad278aeaf307b5cf5.tar.gz
cpython-2fcadb2ffbac7c933066beaad278aeaf307b5cf5.tar.bz2
\py@ModSynopsisFilename: New macro; gives names of the .syn file.
Diffstat (limited to 'Doc/texinputs/howto.cls')
-rw-r--r--Doc/texinputs/howto.cls3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls
index 1a6ed79..ad376c6 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}}