diff options
-rw-r--r-- | Doc/texinputs/howto.cls | 1 | ||||
-rw-r--r-- | Doc/texinputs/manual.cls | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index a124221..901cf87 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -79,6 +79,7 @@ \endgroup \@doHorizontalRule \vspace{12pt} + \@doing@page@targetstrue } \@ifundefined{fancyhf}{ diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index 563c3f8..c7ab75e 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.cls @@ -120,4 +120,5 @@ }% \pagenumbering{arabic}% \@ifundefined{fancyhf}{}{\pagestyle{normal}}% + \@doing@page@targetstrue% } |