diff options
Diffstat (limited to 'Doc/texinputs/howto.cls')
-rw-r--r-- | Doc/texinputs/howto.cls | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index 115912324e..a1242217e8 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -40,12 +40,15 @@ \RequirePackage{python} +% need to do one of these.... +\newcommand{\@doHorizontalRule}{\rule{\textwidth}{1pt}} + + % Change the title page to look a bit better, and fit in with the % fncychap ``Bjarne'' style a bit better. % \renewcommand{\maketitle}{ - \@ifundefined{ChTitleVar}{}{ - \mghrulefill{\RW}} + \@doHorizontalRule \@ifundefined{pdfinfo}{}{ \pdfinfo{ /Author (\@author) @@ -74,8 +77,7 @@ \parskip = 0mm \OldTableofcontents \endgroup - \@ifundefined{ChTitleVar}{}{ - \mghrulefill{\RW}} + \@doHorizontalRule \vspace{12pt} } |