%% This is file `turnthepage.sty' v1.1 by Merciadri Luca. % Thanks to Marc van Dongen for his help. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{turnthepage}[2011/01/21 Indicating to turn the page] \PackageInfo{turnthepage}{This is turnthepage.} \RequirePackage{atbegshi} \RequirePackage{refcount} \RequirePackage{picture} \RequirePackage{lastpage} \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{Eine Seite drehen.}} } \AtBeginShipout{% \AtBeginShipoutUpperLeft{% \ifodd\thepage% \ifnum\getpagerefnumber{LastPage}>\thepage% \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% }} \ProcessOptions \relax