summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/koma-script/scrkernel-fonts.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/koma-script/scrkernel-fonts.dtx')
-rw-r--r--macros/latex/contrib/koma-script/scrkernel-fonts.dtx15
1 files changed, 9 insertions, 6 deletions
diff --git a/macros/latex/contrib/koma-script/scrkernel-fonts.dtx b/macros/latex/contrib/koma-script/scrkernel-fonts.dtx
index ebbe889e2f..a990563f64 100644
--- a/macros/latex/contrib/koma-script/scrkernel-fonts.dtx
+++ b/macros/latex/contrib/koma-script/scrkernel-fonts.dtx
@@ -18,7 +18,7 @@
%
% This work consists of all files listed in MANIFEST.md.
% ======================================================================
-%%% From File: $Id: scrkernel-fonts.dtx 4021 2023-04-04 11:29:59Z kohm $
+%%% From File: $Id: scrkernel-fonts.dtx 4034 2023-04-20 08:03:46Z kohm $
%<identify>%%% (run: identify)
%<option>%%% (run: option)
%<body>%%% (run: body)
@@ -29,9 +29,9 @@
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\begingroup
\def\filedate$#1: #2-#3-#4 #5${\gdef\filedate{#2/#3/#4}}
- \filedate$Date: 2023-04-04 13:29:59 +0200 (Di, 04. Apr 2023) $
+ \filedate$Date: 2023-04-20 10:03:46 +0200 (Do, 20. Apr 2023) $
\def\filerevision$#1: #2 ${\gdef\filerevision{r#2}}
- \filerevision$Revision: 4021 $
+ \filerevision$Revision: 4034 $
\edef\reserved@a{%
\noexpand\endgroup
\noexpand\ProvidesFile{scrkernel-fonts.dtx}%
@@ -63,6 +63,7 @@
% \changes{v3.36}{2022/02/22}{switch over from \cls*{scrdoc} to
% \cls*{koma-script-source-doc}}
% \changes{v3.36}{2022/02/22}{implementation documentation in English}
+% \changes{v3.40}{2023/04/17}{guide names changed}
%
% \GetFileInfo{scrkernel-fonts.dtx}
% \title{Code for the Foats of the
@@ -81,9 +82,9 @@
% \section{User Manual}
%
% You can find the user documentation the commands implemented here in the
-% \KOMAScript{} manual, either the German \file{scrguide} or the English
-% \file{scrguien}. The user documentation of alpha package \pkg*{scrfontsizes}
-% is still missing.
+% \KOMAScript{} manual, either the German \file{scrguide-de.pdf} or the
+% English \file{scrguide-en.pdf}. The user documentation of alpha package
+% \pkg*{scrfontsizes} is still missing.
%
%
% \MaybeStop{\PrintIndex}
@@ -1711,9 +1712,11 @@
% \changes{v3.39}{2023/04/04}{\cs{@gr@gsffamily} renamed to \cs{maybesffamily}}
% \changes{v3.39}{2023/04/04}{\cs{if@egregdoesnotlikesansseriftitles} replaced
% by \cs{if@sfdefaults}}
+% \changes{v3.40}{2023/04/20}{default to true}
% Used to switch on or off all the sans-serif defaults.
% \begin{macrocode}
%<*(class|extend)&option>
+\newif\if@sfdefaults\@sfdefaultstrue
\KOMA@ifkey{sfdefaults}{@sfdefaults}
\newcommand*{\maybesffamily}{\if@sfdefaults \sffamily \fi}
\newcommand*{\textmaybesf}{%