summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex36
1 files changed, 21 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex
index 669bf7022a4..b9e81964ebb 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex
@@ -46,11 +46,11 @@
% ======================================================================
\KOMAProvidesFile{typearea.tex}%
- [$Date: 2017-04-13 09:47:38 +0200 (Thu, 13 Apr 2017) $
+ [$Date: 2017-08-08 14:38:15 +0200 (Tue, 08 Aug 2017) $
KOMA-Script guide (chapter: typearea)]
\translator{Markus Kohm\and Gernot Hassenpflug\and Krickette Murabayashi}
-% Date of the translated German file: 2017-04-13
+% Date of the translated German file: 2017-08-08
\chapter{Construction of the Page Layout with \Package{typearea}}
\BeginIndexGroup
@@ -738,27 +738,27 @@ layout.
\linespread{1.25}
\KOMAoptions{DIV=last}
\end{lstcode}\IndexCmd{linespread}
-Since \Package{typearea} always executes the command
-\Macro{normalsize} itself upon calculation of a new type area, it is
-not necessary to activate the chosen leading with \Macro{selectfont}
-after \Macro{linespread}, since this will be used already in the
-recalculation.
-
-When using the \Package{setspace} package (see
-\cite{package:setspace}), the same example would appear as follows:
+ Since \Package{typearea} always executes the command
+ \Macro{normalsize} itself upon calculation of a new type area, it is
+ not necessary to activate the chosen leading with \Macro{selectfont}
+ after \Macro{linespread}, since this will be used already in the
+ recalculation.
+
+ When using the \Package{setspace}\IndexPackage{setspace} package (see
+ \cite{package:setspace}), the same example would appear as follows:
\begin{lstcode}
\documentclass[10pt,twoside,BCOR=12mm,DIV=calc]{scrreprt}
\usepackage{setspace}
\onehalfspacing
\KOMAoptions{DIV=last}
\end{lstcode}
-As can be seen, with the use of the \Package{setspace} package one no
-longer neesds to know the correct stretch value.
+ As can be seen, with the use of the \Package{setspace} package one no longer
+ needs to know the correct stretch value.
-At this point it should be noted that the line spacing for the title
-page should be reset to the normal value.
+ At this point it should be noted that the line spacing for the title
+ page should be reset to the normal value.
\iffalse% Umbruchkorrektur
- A complete example would be:
+ A complete example would be:\IndexPackage{setspace}
\fi
\begin{lstcode}
\documentclass[10pt,twoside,BCOR=12mm,DIV=calc]
@@ -782,6 +782,12 @@ page should be reset to the normal value.
in \autoref{cha:tocbasic} of \autoref{part:forExperts} on
\DescPageRef{tocbasic.cmd.AfterTOCHead}.
\end{Example}
+Note, changing the line spacing could also influence page head and
+footer. For example, if you are using package \Package{scrlayer}, you have to
+decide in such cases whether you want to have the normal line spacing or the
+changed to be used in the page head and footer. See option
+\DescRef{scrlayer.option.singlespacing} in \autoref{cha:scrlayer} on
+\DescPageRef{scrlayer.option.singlespacing} for more information.
Please note that when using this option with one of the {\KOMAScript} classes
as in the example above, it must be used either as a class option, or passed