[Python-checkins] r66588 - doctools/branches/0.4.x/sphinx/texinputs/sphinx.sty

georg.brandl python-checkins at python.org
Wed Sep 24 17:25:44 CEST 2008


Author: georg.brandl
Date: Wed Sep 24 17:25:43 2008
New Revision: 66588

Log:
Fix footer marking.


Modified:
   doctools/branches/0.4.x/sphinx/texinputs/sphinx.sty

Modified: doctools/branches/0.4.x/sphinx/texinputs/sphinx.sty
==============================================================================
--- doctools/branches/0.4.x/sphinx/texinputs/sphinx.sty	(original)
+++ doctools/branches/0.4.x/sphinx/texinputs/sphinx.sty	Wed Sep 24 17:25:43 2008
@@ -141,18 +141,6 @@
     \renewcommand{\headrulewidth}{0pt}
     \renewcommand{\footrulewidth}{0.4pt}
   }
-  % Redefine \cleardoublepage so that the blank page between chapters
-  % gets the plain style and not the fancy style.  This is described
-  % in the documentation for the fancyhdr package by Piet von Oostrum.
-  \@ifundefined{chapter}{}{
-    \renewcommand{\cleardoublepage}{
-      \clearpage\if at openright \ifodd\c at page\else
-      \hbox{}
-      \thispagestyle{plain}
-      \newpage
-      \if at twocolumn\hbox{}\newpage\fi\fi\fi
-    }
-  }
 }
 
 % Some custom font markup commands.


More information about the Python-checkins mailing list