diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-19 00:50:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-19 00:50:47 +0000 |
commit | 57e2bc6866ae84cbb5c539506ea229d28e5e1eb4 (patch) | |
tree | 88fb85bf0bf23e704768f91e87b9dbda81d08c84 /Master/texmf-dist/doc/latex/epslatex-fr/whitecdp.sty | |
parent | c2cdbdd285ee5c7a88c8a9459685b2f0a291d1be (diff) |
move epslatex-fr out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/epslatex-fr/whitecdp.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/epslatex-fr/whitecdp.sty | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/epslatex-fr/whitecdp.sty b/Master/texmf-dist/doc/latex/epslatex-fr/whitecdp.sty new file mode 100644 index 00000000000..0ddae6ccc92 --- /dev/null +++ b/Master/texmf-dist/doc/latex/epslatex-fr/whitecdp.sty @@ -0,0 +1,19 @@ +%%%%%%%%%%%%%%%%% cut here--start of whitecdp.sty %%%%%%%%%%%%%%%% +% whitecdp (formerly schulzrinne.sty) --provide for blank pages +% between chapters +% This redefinition of the \cleardoublepage command provides +% for a special pagestyle for the "extra" pages which are generated +% to ensure that the chapter opener is on a recto page. +% The pagestyle is "chapterverso"; for many publishers, this should be +% identical to "empty", so that's the default. +\def\ps@chapterverso{\ps@empty}% +\def\cleardoublepage{\clearpage + \if@twoside + \ifodd\c@page\else + \null\thispagestyle{chapterverso}\newpage + \if@twocolumn\null\newpage\fi + \fi + \fi + }% +\def\ps@chapterverso{\ps@empty}% +%%%%%%%%%%%%%%%%% cut here--end of whitecdp.sty %%%%%%%%%%%%%%%% |