diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty | 76 |
1 files changed, 30 insertions, 46 deletions
diff --git a/Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty b/Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty index d987e55f87b..554cd6fce20 100644 --- a/Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty +++ b/Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty @@ -1,50 +1,34 @@ -%% This is file `turnthepage.sty' v1.2 by Merciadri Luca. -% Thanks to Marc van Dongen for his help. +% This is file `turnthepage.sty' v1.3a by Merciadri Luca. +% Thanks to Marc van Dongen and Martin Muench for their help. -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{turnthepage}[2011/01/31 Indicating to turn the page] -\PackageInfo{turnthepage}{This is turnthepage.} -\RequirePackage{atbegshi} -\RequirePackage{picture} -\RequirePackage{zref-abspage} -\RequirePackage{zref-lastpage} +\NeedsTeXFormat{LaTeX2e}[1994/06/01] +\ProvidesPackage{turnthepage}[2011/03/24 v1.3a + Loading turnthepage package (LM)] -\DeclareOption{short}{% -\providecommand{\turnthepage}{/\ldots} -} - -\DeclareOption{english}{% -\providecommand{\turnthepage}{\textit{Turn the page.}} -} - -\DeclareOption{francais}{% -\providecommand{\turnthepage}{\textit{Tournez la page.}} -} - -\DeclareOption{nederlands}{% -\providecommand{\turnthepage}{\textit{Sla de pagina om.}} -} - -\DeclareOption{deutsch}{% -\providecommand{\turnthepage}{\textit{Bitte wenden.}} -} - -\AtBeginShipout{% -\AtBeginShipoutUpperLeft{% - \ifodd\c@page - \ifnum\zref@extract{LastPage}{abspage}>\c@abspage - \dimen1=1in - \advance\dimen1 by \textwidth - \advance\dimen1 by \oddsidemargin - \dimen3=1in - \advance\dimen3 by \topmargin - \advance\dimen3 by \headheight - \advance\dimen3 by \headsep - \advance\dimen3 by \textheight - \advance\dimen3 by \footskip - \put(\dimen1,-\dimen3){\llap{\turnthepage}}% - \fi\fi% -}} +\DeclareOption{short}{\providecommand{\turnp@geoption}{short}} +\DeclareOption{english}{\providecommand{\turnp@geoption}{english}} +\DeclareOption{francais}{\providecommand{\turnp@geoption}{francais}} +\DeclareOption{nederlands}{\providecommand{\turnp@geoption}{nederlands}} +\DeclareOption{deutsch}{\providecommand{\turnp@geoption}{deutsch}} \ProcessOptions -\relax + +\ifx\turnp@geoption\undefined + \providecommand{\turnp@geoption}{ } +\fi + +\newif\ifetex +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname eTeXversion\endcsname\relax + \etexfalse +\else + \etextrue +\fi + +\ifetex + \PackageInfo{turnthepage}{e-TeX found, loading package turnpageetex.} + \RequirePackage[\turnp@geoption]{turnpageetex} +\else + \PackageInfo{turnthepage}{e-TeX not found, loading package turnpagewoetex.} + \RequirePackage[\turnp@geoption]{turnpagewoetex} +\fi
\ No newline at end of file |