[latex3-commits] [git/LaTeX3-latex3-latex2e] ltnews36: added a sentence explaining why both font faces give the same results (a49b1f4d)
Frank Mittelbach
frank.mittelbach at latex-project.org
Sun Oct 30 17:58:53 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : ltnews36
Link : https://github.com/latex3/latex2e/commit/a49b1f4d0879eda78f2e9a2f86e79dacf5b5d0d1
>---------------------------------------------------------------
commit a49b1f4d0879eda78f2e9a2f86e79dacf5b5d0d1
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Sun Oct 30 17:58:53 2022 +0100
added a sentence explaining why both font faces give the same results
>---------------------------------------------------------------
a49b1f4d0879eda78f2e9a2f86e79dacf5b5d0d1
base/doc/ltnews36.tex | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/base/doc/ltnews36.tex b/base/doc/ltnews36.tex
index d2f40a2a..a6018e3a 100644
--- a/base/doc/ltnews36.tex
+++ b/base/doc/ltnews36.tex
@@ -238,12 +238,8 @@ otherwise English input
\MakeUppercase[lang = tr]{Ragıp Hulûsi Özdem}
\end{verbatim}
yields
-%\begin{quotation}
-% \MakeUppercase[lang = tr]{Ragıp Hulûsi Özdem}.
-%\end{quotation}
- \IfFormatAtLeastTF{2023/11/01}%
- {\MakeUppercase[lang = tr]{Ragıp Hulûsi Özdem}}%
- {RAGIP HULÛS\.I ÖZDEM}.
+ \MakeUppercase[lang = tr]{Ragıp Hulûsi Özdem}.
+% RAGIP HULÛS\.I ÖZDEM. %TUB
\section{Code improvements}
@@ -262,7 +258,12 @@ have now been added to \pkg{t1cmd.fd} and so from now on
will give the expected result: {\fontfamily{cmr}
\textsc{\textsl{slanted small caps}}; \textsc{\textit{italic small caps}};
\bfseries
-\textsc{\textsl{bold slanted small caps}}; \textsc{\textit{bold italic small caps}}}
+\textsc{\textsl{bold slanted small caps}}; \textsc{\textit{bold italic small caps}}}.
+
+Given that the fonts do not have real italic small caps but only
+slanted small caps, the latter is substituted for the former, which is
+why above both work but you see no difference between the two (and in the log you get a
+substitution warning for the \cs{textit}\cs{textsc} shape combination).
%
\githubissue{782}
@@ -388,7 +389,7 @@ longer implicitly defines an order.
Code which relied on this implicit order should now define the order
rules explicitly.
-\enlargethispage{.5\baselineskip}
+
\section{Bug fixes}
@@ -415,8 +416,10 @@ the second \cs{smash} was ignored due to reboxing:
\qquad
\frac{1}{\drawbaseline2} = \frac{1}{\smash{2^X}} \neq
\frac{100}{\smash{2^X}}
+\pagebreak % not TUB
\]
-The differences are subtle but noticeable. This is now corrected and the \cs{smash} is always
+The differences are subtle but noticeable.
+This is now corrected and the \cs{smash} is always
honored. Thus now you get this output:
\vspace{-1.2\baselineskip}
\[
@@ -455,7 +458,8 @@ corrected.
%\section{Changes to packages in the \pkg{amsmath} category}
-\newpage
+%\newpage TUB?
+
\section{Changes to packages in the \pkg{graphics} category}
\subsection{Fix a \cs{mathcolor} bug}
@@ -469,8 +473,6 @@ is now properly guarded for.
\githubissue{901}
-\enlargethispage{.5\baselineskip}
-
\section{Changes to packages in the \pkg{tools} category}
More information about the latex3-commits
mailing list.