summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/flipbook/flipbook-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-09 01:24:02 +0000
committerKarl Berry <karl@freefriends.org>2012-03-09 01:24:02 +0000
commita53257fe6535ea22a7a2dd3df67af47fc7143351 (patch)
treeaae47381f2920f4289f856a4024ee95592cdc979 /Master/texmf-dist/doc/latex/flipbook/flipbook-doc.tex
parente05558c39687645238e2cf0f3381560580fe122a (diff)
flipbook (7mar12)
git-svn-id: svn://tug.org/texlive/trunk@25584 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/flipbook/flipbook-doc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/flipbook/flipbook-doc.tex17
1 files changed, 15 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/flipbook/flipbook-doc.tex b/Master/texmf-dist/doc/latex/flipbook/flipbook-doc.tex
index dcc0240a7a1..09ccdcae097 100644
--- a/Master/texmf-dist/doc/latex/flipbook/flipbook-doc.tex
+++ b/Master/texmf-dist/doc/latex/flipbook/flipbook-doc.tex
@@ -1,5 +1,6 @@
\documentclass[a4paper,twoside]{article}
+\usepackage[utf8]{inputenc}
\usepackage{xspace}
\usepackage{url}
@@ -130,6 +131,14 @@ requires going through the following two steps:
\documentclass[a4paper,twoside]{article}
\end{verbatim}
+ In case your document is to be printed on a single side, you can
+ specify the ``oneside'' option for your documentclass instead, as
+ in:
+\begin{verbatim}
+\documentclass[a4paper,oneside]{article}
+\end{verbatim}
+ Note that, in this case, all pages are considered to be right pages.
+
\item Then, to make use of the \flipbook package, add the following
line in the preamble:
\begin{verbatim}
@@ -294,8 +303,8 @@ I'd be happy to know about your \LaTeX{} documents
\subsection{Acknowledgments}
-Thanks to Christophe Thiéry, Cláudia Tavares and Arnaud Glad for their
-help and feedback.
+Thanks to Christophe Thiéry, Cláudia Tavares, Arnaud Glad and Stephen
+Willshaw for their help and feedback.
\newpage
A
@@ -309,3 +318,7 @@ A
A
\end{document}
+
+
+% Local IspellDict: american
+% (The above line tells ispell to run by default with an american dictionary.)