summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/turnthepage/turnthepage.tex
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/doc/latex/turnthepage/turnthepage.tex
parent5e945c5a13bec1ceced8d5eda19d8e0807a969cd (diff)
turnthepage (22jan11)
git-svn-id: svn://tug.org/texlive/trunk@21150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/turnthepage/turnthepage.tex')
-rwxr-xr-xMaster/texmf-dist/doc/latex/turnthepage/turnthepage.tex14
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/turnthepage/turnthepage.tex b/Master/texmf-dist/doc/latex/turnthepage/turnthepage.tex
index 8a57f4c8fe2..99b773f6750 100755
--- a/Master/texmf-dist/doc/latex/turnthepage/turnthepage.tex
+++ b/Master/texmf-dist/doc/latex/turnthepage/turnthepage.tex
@@ -60,9 +60,9 @@
\newpage
\section{Introduction}
-On some exams' sheets, some professors or lecturers like to indicate to the reader that the `page' can be turned. That avoids oversights to the student, thereby avoiding them cold sweat at the end of the exam, realizing that there were other questions they needed to answer. One might implement a \LaTeX{} mechanism so that each odd page (except the last one, if any) displays a message to turn the page. This mechanism can also be useful for different kinds of documents.
+On some exams' sheets, some professors or lecturers like to indicate to the reader that the `page' can be turned. That avoids oversights to the student, thereby avoiding them cold sweat at the end of the exam, realizing that there were other questions they needed to answer. One might implement a \LaTeX{} mechanism so that each odd page (except the last one, if the last page is odd) displays a message to turn the page. This mechanism can also be useful for different kinds of documents.
-This package should thus be used for exams, or special documents printed `twoside.'
+This package can thus be used for exams, or special documents printed `twoside.'
\section{Use}
\subsection{Loading the Package}
@@ -73,10 +73,13 @@ To \textit{load the package}, please use
\end{verbatim}
\end{center}
\subsection{Available Options}
-Without any option, the package will not be really useful, as it will not perform anything that will be nice for you. Consequently, the \textit{following options are available}:
+The \textit{following options are available}:
\begin{itemize}
\item \verb|short|: will display `/\ldots' at the bottom of each odd page, in its right corner, \index{\texttt{short}}
-\item \verb|long|: will display `\textit{Turn the page.}' at the bottom of each odd page, in its right corner. \index{\texttt{long}}
+\item \verb|english|: will display `\textit{Turn the page.}' at the bottom of each odd page, in its right corner, \index{\texttt{english}}
+\item \verb|francais|: will display `\textit{Tournez la page.}' at the bottom of each odd page, in its right corner, \index{\texttt{francais}}
+\item \verb|nederlands|: will display `\textit{Sla de pagina om.}' at the bottom of each odd page, in its right corner, \index{\texttt{nederlands}}
+\item \verb|deutsch|: will display `\textit{Eine Seite drehen.}' at the bottom of each odd page, in its right corner, \index{\texttt{deutsch}}
\end{itemize}
As the package calls \verb|\turnthepage| where it needs to be placed, you can define \verb|\turnthepage| as you want. For example, if you want a more polite way to say it, you can use
\begin{verbatim}
@@ -101,7 +104,8 @@ There is currently only one `bug:'
\section{Version History}
\begin{enumerate}
- \item \verb v1.0 : package is introduced to the \LaTeX{} world (happy new 2011 year!),
+ \item \verb|v1.0|: package is introduced to the \LaTeX{} world (happy new 2011 year!),
+ \item \verb|v1.1|: new options are added thanks to Mr. van Dongen's suggestions: \verb|english| now replaces \verb|long|, and \verb|francais|, \verb|nederlands|, \verb|deutsch| are implemented as translations of `Turn the page.' in French, Dutch, and German.
\end{enumerate}
\section{Thanks}