diff options
Diffstat (limited to 'Master/texmf-dist/source/latex-dev/base/ltfsstrc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex-dev/base/ltfsstrc.dtx | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex-dev/base/ltfsstrc.dtx b/Master/texmf-dist/source/latex-dev/base/ltfsstrc.dtx index 961abafc8a3..c6aec105ba5 100644 --- a/Master/texmf-dist/source/latex-dev/base/ltfsstrc.dtx +++ b/Master/texmf-dist/source/latex-dev/base/ltfsstrc.dtx @@ -32,12 +32,12 @@ %% Copyright (C) 1989-97 by Frank Mittelbach and Rainer Sch\"opf. %% Copyright (C) 1994-97 by LaTeX Project. All rights reserved. % -%<package>\NeedsTeXFormat{LaTeX2e}[2021/05/01] +%<package>\NeedsTeXFormat{LaTeX2e}[2021/06/01] %<package>\ProvidesPackage{tracefnt} %<package> [2020/12/22 v3.0n Standard LaTeX package (font tracing)] % \fi % \ProvidesFile{ltfsstrc.dtx} -% [2020/12/22 v3.0n LaTeX Kernel (NFSS tracing)] +% [2021/04/26 v3.0o LaTeX Kernel (NFSS tracing)] % % \iffalse %<+checkmem>\CHECKMEM @@ -423,7 +423,7 @@ % \begin{macrocode} %<*2ekernel|latexrelease|package> -%<latexrelease>\IncludeInRelease{2021/05/01}% +%<latexrelease>\IncludeInRelease{2021/06/01}% %<latexrelease> {\selectfont}{Add hook to \selectfont}% % \end{macrocode} % @@ -525,6 +525,14 @@ \let\delayed@f@adjustment\@empty \fi % \end{macrocode} +% If the series was forced we should now cancel that in case the +% next series change is done with some low-level setting to +% \cs{f@series}. +% \changes{v3.0o}{2021/04/26}{Unset the forced series boolean when reaching +% \cs{selectfont} (gh/444)} +% \begin{macrocode} + \@forced@seriesfalse +% \end{macrocode} % Then we generate the internal name of the font % by concatenating {\em family}, {\em series}, % {\em shape}, and current {\em size}, @@ -610,7 +618,7 @@ % package to support rollback. In packages that works a bit % differently and therefore we have to provide an empty block there. % \begin{macrocode} -%<package>\IncludeInRelease{2021/05/01}% +%<package>\IncludeInRelease{2021/06/01}% %<package> {\selectfont}{Add hook to \selectfont}% %<package>\EndIncludeInRelease % \end{macrocode} |