diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty b/Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty index dae7cec1d86..52157d3af97 100644 --- a/Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty +++ b/Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty @@ -1,8 +1,8 @@ -%% This is file `turnthepage.sty' v1.0 by Merciadri Luca. +%% This is file `turnthepage.sty' v1.1 by Merciadri Luca. % Thanks to Marc van Dongen for his help. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{turnthepage}[2011/01/01 Indicating to turn the page] +\ProvidesPackage{turnthepage}[2011/01/21 Indicating to turn the page] \PackageInfo{turnthepage}{This is turnthepage.} \RequirePackage{atbegshi} \RequirePackage{refcount} @@ -13,10 +13,22 @@ \providecommand{\turnthepage}{/\ldots} } -\DeclareOption{long}{% +\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% @@ -35,4 +47,4 @@ }} \ProcessOptions -\relax
\ No newline at end of file +\relax |