diff options
Diffstat (limited to 'Doc/texinputs/howto.cls')
-rw-r--r-- | Doc/texinputs/howto.cls | 3 |
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}} |