summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/scrbookreportarticle-en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/scrbookreportarticle-en.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/scrbookreportarticle-en.tex13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/scrbookreportarticle-en.tex b/Master/texmf-dist/source/latex/koma-script/doc/scrbookreportarticle-en.tex
index 9994aa97380..5bff239c300 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/scrbookreportarticle-en.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/scrbookreportarticle-en.tex
@@ -24,7 +24,7 @@
% ============================================================================
\KOMAProvidesFile{scrbookreportarticle-en.tex}
- [$Date: 2023-04-06 09:05:58 +0200 (Do, 06. Apr 2023) $
+ [$Date: 2023-04-20 10:04:17 +0200 (Do, 20. Apr 2023) $
KOMA-Script guide (chapter: scrbook, scrreprt, scrartcl)]
\translator{Jens-Uwe Morawski\and Gernot Hassenpflug\and Markus Kohm\and
@@ -1975,7 +1975,10 @@ first, followed by the specific element\important{%
\FontElement{partnumber}, for the number of the part heading, and
\FontElement{chapterprefix}, for the optional prefix line of chapter headings.
The initial definition for the \FontElement{disposition} element is
-\Macro{normalcolor}\linebreak[2]\Macro{sffamily}\linebreak[2]\Macro{bfseries}.
+\ChangedAt{v3.39}{\Class{scrbook}\and \Class{scrartcl}\and \Class{scrreprt}}%
+\Macro{normalcolor}\linebreak[2]%
+\DescRef{\LabelBase.cmd.maybesffamily}\IndexCmd{maybysffamily}\linebreak[2]%
+\Macro{bfseries}.
The default font sizes for the specific elements depends on the options
\OptionValueRef{\LabelBase}{headings}{big},
\OptionValueRef{\LabelBase}{headings}{normal}, and
@@ -2053,7 +2056,7 @@ The default font sizes for the specific elements depends on the options
and notice that the very large headings of the document parts are too bold.
You could change this as follows:
\begin{lstcode}
- \setkomafont{disposition}{\normalcolor\sffamily}
+ \setkomafont{disposition}{\normalcolor\maybesffamily}
\part{Appendices}
\addtokomafont{disposition}{\bfseries}
\end{lstcode}
@@ -2062,8 +2065,8 @@ Using the command above you only switch off the font attribute
and elegant solution is to change all \Macro{part} headings at once.
This is done either by:
\begin{lstcode}
- \addtokomafont{part}{\normalfont\sffamily}
- \addtokomafont{partnumber}{\normalfont\sffamily}
+ \addtokomafont{part}{\normalfont\maybesffamily}
+ \addtokomafont{partnumber}{\normalfont\maybesffamily}
\end{lstcode}
or simply:
\begin{lstcode}