summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english/common-8.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/common-8.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/common-8.tex20
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/common-8.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/common-8.tex
index 784129a0fa8..29eb6a19a78 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/common-8.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/common-8.tex
@@ -1,6 +1,6 @@
% ======================================================================
% common-8.tex
-% Copyright (c) Markus Kohm, 2001-2012
+% Copyright (c) Markus Kohm, 2001-2013
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -18,7 +18,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% common-8.tex
-% Copyright (c) Markus Kohm, 2001-2012
+% Copyright (c) Markus Kohm, 2001-2013
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -45,10 +45,12 @@
%
% ======================================================================
-\ProvidesFile{common-8.tex}[2012/05/15 KOMA-Script guide (common paragraphs)]
+\KOMAProvidesFile{common-8.tex}%
+ [$Date: 2013-12-13 12:11:01 +0100 (Fr, 13. Dez 2013) $
+ KOMA-Script guide (common paragraphs: Interleaf Pages)]
\translator{Markus Kohm\and Gernot Hassenpflug\and Krickette Murabayashi}
-% Date of the translated German file: 2011/09/21
+% Date of the translated German file: 2013/11/07
\makeatletter
\@ifundefined{ifCommonmaincls}{\newif\ifCommonmaincls}{}%
@@ -78,7 +80,7 @@
books commonly start on odd pages, sometimes a left page without
contents has to be added before. This is also the reason that
interleaf pages only exist in double-sided printing. The unused back
- sides of the one-sided printings aren't interleaf pages, really,
+ sides of the one-sided printings are not interleaf pages, really,
although % . Nevertheless at the printing paper
they may seem to be such pages.}
\fi %**************************************************** Ende nur maincls *
@@ -88,7 +90,7 @@
\IfCommon{scrlttr2}{%
at letters interleaf pages are unusual. This may be benefited by the
case, that real two-sided letters are seldom, because binding of
- letters won't be done often. Nevertheless \Class{scrlttr2} supports
+ letters is not done often. Nevertheless \Class{scrlttr2} supports
interleaf pages in the case of two-sided letters. Because the
following described commands are seldom used in letters no examples
are shown. If you need examples, please note them at
@@ -126,7 +128,7 @@ compatibility to an earlier version (see option \Option{version},
means you want to use page style \Pagestyle{plain}. You may use following to
achieve this:
\begin{lstcode}
- \KOMAoption{cleardoublepage=plain}
+ \KOMAoptions{cleardoublepage=plain}
\end{lstcode}
More information about page style \Pagestyle{plain} may be found at
\autoref{sec:maincls.pagestyle}, \autopageref{desc:maincls.pagestyle.plain}.
@@ -139,7 +141,7 @@ compatibility to an earlier version (see option \Option{version},
means you want to use page style \Pagestyle{plain}. You may use following to
achieve this:
\begin{lstcode}
- \KOMAoption{cleardoublepage=plain}
+ \KOMAoptions{cleardoublepage=plain}
\end{lstcode}
More information about page style \Pagestyle{plain} may be found at
\autoref{sec:maincls.pagestyle}, \autopageref{desc:maincls.pagestyle.plain}.
@@ -288,6 +290,8 @@ the standard command \Macro{cleardoublepage}, that may be either
%%% Local Variables:
%%% mode: latex
+%%% mode: flyspell
%%% coding: us-ascii
+%%% ispell-local-dictionary: "en_GB"
%%% TeX-master: "../guide"
%%% End: