summaryrefslogtreecommitdiff
path: root/macros/latex/base/slides.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-03 03:02:01 +0000
committerNorbert Preining <norbert@preining.info>2020-02-03 03:02:01 +0000
commit34897eebd22c3de968b64f09bb4a371d96cb0b89 (patch)
tree19a50e54fca63f1f6482d6cb4c2fdee676fd97b1 /macros/latex/base/slides.dtx
parente05dc0bb38b16bfb9ba35591285e40af0adaadc4 (diff)
CTAN sync 202002030302
Diffstat (limited to 'macros/latex/base/slides.dtx')
-rw-r--r--macros/latex/base/slides.dtx12
1 files changed, 9 insertions, 3 deletions
diff --git a/macros/latex/base/slides.dtx b/macros/latex/base/slides.dtx
index 54cfaa20fd..a0dbdabe5f 100644
--- a/macros/latex/base/slides.dtx
+++ b/macros/latex/base/slides.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 1993-2019
+% Copyright (C) 1993-2020
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -53,7 +53,7 @@
%<*driver>
\ProvidesFile{slides.drv}
%</driver>
- [2016/03/29 v2.4a
+ [2019/11/04 v2.4b
%<+class> Standard LaTeX document class]
%<+cmd> SLiTeX definitions]
% \end{macrocode}
@@ -419,6 +419,12 @@
\def\sldefault{sl}
\def\bfdefault{bx}
% \end{macrocode}
+% As |\fontshape| gets redefined we need to make sure that the default
+% for |\upshape| is no longer \texttt{up} but again \texttt{n}.
+% \changes{v2.4b}{2019/11/04}{Explicitly set \cs{updefault}}
+% \begin{macrocode}
+\def\updefault{n}
+% \end{macrocode}
%
%
% Since the number of parameters to set are very large it seems
@@ -2408,7 +2414,7 @@ COLOR LAYER\\[.75in]%
% (re)declare these booleans as they not defined in old format
% (or with latexrelease package)
% \begin{macrocode}
-\newif\if@ovvline \@ovvlinetrue
+\newif\if@ovvline \@ovvlinetrue
\newif\if@ovhline \@ovhlinetrue
% \end{macrocode}
% \begin{macrocode}