%% %% This is file `emptypage.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% emptypage.dtx (with options: `package') %% %% IMPORTANT NOTICE: %% %% For the copyright see the source file. %% %% Any modified versions of this file must be renamed %% with new filenames distinct from emptypage.sty. %% %% For distribution of the original source see the terms %% for copying and modification in the file emptypage.dtx. %% %% This generated file may be distributed as long as the %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{emptypage} [2009/07/09 v1.1 Suppress page numbers and headings on empty pages] \def\emptypage@emptypage{ \hbox{} \thispagestyle{empty} \newpage \if@twocolumn \hbox{} \newpage \fi } \DeclareOption{odd}{ \def\cleardoublepage{ \clearpage \if@twoside \ifodd\c@page % do nothing \else \emptypage@emptypage \fi \fi } } \DeclareOption{even}{ \def\cleardoublepage{ \clearpage \if@twoside \ifodd\c@page \emptypage@emptypage \else % do nothing \fi \fi } } \ExecuteOptions{odd} \ProcessOptions \endinput %% %% End of file `emptypage.sty'.