summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/emptypage
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-11 01:05:58 +0000
committerKarl Berry <karl@freefriends.org>2009-07-11 01:05:58 +0000
commit31e99663983146e4757b45bbfac20cf985e6bfd8 (patch)
treeb6a30295e4c047a15c215dd35fc860da8ee53064 /Master/texmf-dist/tex/latex/emptypage
parentcbecb2e35552a5014c4b5ce727b06b7ff249c6ea (diff)
emptypage update (8jul09)
git-svn-id: svn://tug.org/texlive/trunk@14224 c570f23f-e606-0410-a88d-b1316a301751
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'.