summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/emptypage
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/emptypage')
-rw-r--r--Master/texmf-dist/tex/latex/emptypage/emptypage.sty39
1 files changed, 26 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/emptypage/emptypage.sty b/Master/texmf-dist/tex/latex/emptypage/emptypage.sty
index 52206054a48..557c6804958 100644
--- a/Master/texmf-dist/tex/latex/emptypage/emptypage.sty
+++ b/Master/texmf-dist/tex/latex/emptypage/emptypage.sty
@@ -1,12 +1,28 @@
%%
-%% emptypage.sty (K. Wette, 2008/12/20)
+%% This is file `emptypage.sty',
+%% generated with the docstrip utility.
%%
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{emptypage}[2008/12/20 Suppress page numbers and headings on empty pages]
-
-\makeatletter
-
+%% 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}
@@ -16,7 +32,6 @@
\newpage
\fi
}
-
\DeclareOption{odd}{
\def\cleardoublepage{
\clearpage
@@ -29,7 +44,6 @@
\fi
}
}
-
\DeclareOption{even}{
\def\cleardoublepage{
\clearpage
@@ -42,9 +56,8 @@
\fi
}
}
-
\ExecuteOptions{odd}
-
\ProcessOptions
-
-\makeatother
+\endinput
+%%
+%% End of file `emptypage.sty'.