summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/turnthepage
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-23 01:10:08 +0000
committerKarl Berry <karl@freefriends.org>2011-01-23 01:10:08 +0000
commitd94228e0c36ef801bcb76e0fe9f04ba8f49aac93 (patch)
treea7272d1cff243cd363f9ae7bb8d85c74ad3e658e /Master/texmf-dist/tex/latex/turnthepage
parent5e945c5a13bec1ceced8d5eda19d8e0807a969cd (diff)
turnthepage (22jan11)
git-svn-id: svn://tug.org/texlive/trunk@21150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/turnthepage')
-rw-r--r--Master/texmf-dist/tex/latex/turnthepage/turnthepage.sty20
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