summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex19
1 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex
index f123ae10aec..b20b18726b0 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex
@@ -1,6 +1,6 @@
% ======================================================================
% scrbookreportarticle.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.
% ----------------------------------------------------------------------
% scrbookreportarticle.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,13 +46,13 @@
% ============================================================================
\KOMAProvidesFile{scrbookreportarticle.tex}
- [$Date: 2018-04-09 10:14:11 +0200 (Mon, 09 Apr 2018) $
+ [$Date: 2019-01-14 14:29:39 +0100 (Mon, 14 Jan 2019) $
KOMA-Script guide (chapter: scrbook, scrreprt, scrartcl)]
\translator{Jens-Uwe Morawski\and Gernot Hassenpflug\and Markus Kohm\and
Krickette Murabayashi\and Jana Schubert\and Jens H\"uhne\and Karl Hagen}
-% Date of the translated German file: 2018-02-01
+% Date of the translated German file: 2019-01-14
\chapter{The Main Classes: \Class{scrbook}, \Class{scrreprt}, and
\Class{scrartcl}}
@@ -1001,11 +1001,12 @@ You can redefine the page styles with the \Macro{renewcommand} macro.
the \PValue{empty} page style is exactly what is required in this
example. Of course, you can also use a user-defined page style.
- Suppose you have defined your own page style for initial chapter pages
- with the \hyperref[cha:scrlayer-scrpage]{\Package{scrlayer-scrpage}} package
- (see \autoref{cha:scrlayer-scrpage}). You have given this page style the
- fitting name of \PValue{chapter}. To actually use this style, you must
- redefine \Macro{chapterpagestyle} in this way:
+ Suppose you have defined your own page style for initial chapter pages with
+ the \hyperref[cha:scrlayer]{\Package{scrlayer}} (see \autoref{cha:scrlayer})
+ or the \hyperref[cha:scrlayer-scrpage-experts]{\Package{scrlayer-scrpage}}
+ package (see \autoref{cha:scrlayer-scrpage-experts}). You have given this
+ page style the fitting name of \PValue{chapter}. To actually use this style,
+ you must redefine \Macro{chapterpagestyle} in this way:
\begin{lstcode}
\renewcommand*{\chapterpagestyle}{chapter}
\end{lstcode}