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.tex37
1 files changed, 18 insertions, 19 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 8902d98f0cf..1985498be39 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
@@ -1,6 +1,6 @@
% ======================================================================
% typearea.tex
-% Copyright (c) Markus Kohm, 2001-2018
+% Copyright (c) Markus Kohm, 2001-2019
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -18,7 +18,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% typearea.tex
-% Copyright (c) Markus Kohm, 2001-2018
+% Copyright (c) Markus Kohm, 2001-2019
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -46,7 +46,7 @@
% ======================================================================
\KOMAProvidesFile{typearea.tex}%
- [$Date: 2018-03-30 11:57:25 +0200 (Fri, 30 Mar 2018) $
+ [$Date: 2019-01-15 08:29:44 +0100 (Tue, 15 Jan 2019) $
KOMA-Script guide (chapter: typearea)]
\translator{Markus Kohm\and Gernot Hassenpflug\and Krickette Murabayashi\and
Karl Hagen}
@@ -682,14 +682,14 @@ based on the font you chose when using a {\KOMAScript} class together
with a font package.
\begin{Explain}
- The problem with this is that the {\KOMAScript} class already loads the
- \Package{typearea} package itself. Thus, it is not possible to pass options
- as optional arguments to \DescRef{\LabelBase.cmd.usepackage}. It would also
- be pointless to specify the \OptionValueRef{\LabelBase}{DIV}{calc} option as
- an optional argument to \DescRef{\LabelBase.cmd.documentclass}. This option
- would be evaluated immediately on loading the \Package{typearea} package and
- as a result the type area and margins would be calculated for the standard
- {\LaTeX} font and not for the font loaded later.
+ The difficulty with doing so is that the {\KOMAScript} class already loads
+ the \Package{typearea} package itself. Thus, it is not possible to pass
+ options as optional arguments to \DescRef{\LabelBase.cmd.usepackage}. It
+ would also be pointless to specify the \OptionValueRef{\LabelBase}{DIV}{calc}
+ option as an optional argument to \DescRef{\LabelBase.cmd.documentclass}.
+ This option would be evaluated immediately on loading the \Package{typearea}
+ package and as a result the type area and margins would be calculated for the
+ standard {\LaTeX} font and not for the font loaded later.
However, it is possible to recalculate the type area and margins after
loading the font with the aid of \DescRef{\LabelBase.cmd.KOMAoptions}%
@@ -714,8 +714,8 @@ margin constraint that \Length{textheight} minus \Length{topskip} is a
multiple of \Length{baselineskip}.
The option \OptionVName{DIV}{last}\ChangedAt{v3.00}{\Package{typearea}} will
-recalculate type area and margins using exactly the same settings as the last
-calculation.
+recalculate the type area and margins using exactly the same settings as the
+last calculation.
\begin{Example}
Let's suppose again that we need to calculate an appropriate line length for
@@ -770,12 +770,11 @@ lines fits in the text block, a change in the leading normally requires a
recalculation of the type area.
\begin{Example}
- Suppose that a 10\Unit{pt} font of and a spacing of 1.5 lines is required
- for a dissertation. By default, {\LaTeX} sets the leading for 10\Unit{pt}
- fonts at 2\Unit{pt}, in other words 1.2 lines. Therefore, an additional
- stretch factor of 1.25 must be used. Suppose also that a binding correction
- of \(12\Unit{mm}\) is needed. Then the solution to the problem might look
- like this:
+ Suppose that you require a 10\Unit{pt} font and a spacing of 1.5 lines for a
+ dissertation. By default, {\LaTeX} sets the leading for 10\Unit{pt} fonts at
+ 2\Unit{pt}, in other words 1.2 lines. Therefore, you must use an additional
+ stretch factor of 1.25. Suppose also that you need a binding correction of
+ \(12\Unit{mm}\). Then the solution to the problem might look like this:
\begin{lstcode}
\documentclass[10pt,twoside,BCOR=12mm,DIV=calc]{scrreprt}
\linespread{1.25}