[latex3-commits] [git/LaTeX3-latex3-latex2e] gh879: start new ltnews und document small caps (bb738c1d)
David Carlisle
d.p.carlisle at gmail.com
Sun Jul 10 15:24:18 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : gh879
Link : https://github.com/latex3/latex2e/commit/bb738c1dc243ef05a7c9200722149d1b53ed21be
>---------------------------------------------------------------
commit bb738c1dc243ef05a7c9200722149d1b53ed21be
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Jun 10 16:53:21 2022 +0200
start new ltnews und document small caps
>---------------------------------------------------------------
bb738c1dc243ef05a7c9200722149d1b53ed21be
base/doc/ltnews36.tex | 87 ++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 80 insertions(+), 7 deletions(-)
diff --git a/base/doc/ltnews36.tex b/base/doc/ltnews36.tex
index 2be5fcd7..c9280bfe 100644
--- a/base/doc/ltnews36.tex
+++ b/base/doc/ltnews36.tex
@@ -26,9 +26,9 @@
% extension .ins) which are part of the distribution.
%
% \fi
-% Filename: ltnews35.tex
+% Filename: ltnews36.tex
%
-% This is issue 35 of LaTeX News.
+% This is issue 36 of LaTeX News.
\NeedsTeXFormat{LaTeX2e}[2020-02-02]
@@ -123,7 +123,7 @@
\tubcommand{\input{tubltmac}}
\publicationmonth{November}
-\publicationyear{2022}
+\publicationyear{2022 --- DRAFT version for upcoming release}
\publicationissue{36}
@@ -138,16 +138,89 @@
\setlength\rightskip{0pt plus 3em}
+\medskip
+\section{Introduction}
+
+\section{New or improved commands}
+
+\section{Code improvements}
+
+\subsection{Support for slanted small caps in the EC-fonts }
+Since some time \LaTeX{} supports the combination of the shapes
+small caps and italic/slanted. The EC-fonts contain slanted small caps fonts
+but using them required the loading of an external package. Suitable font definitions
+have now been added to \pkg{t1cmd.fd} and so from now on
+\begin{verbatim}
+ \textsc{\textsl{slanted small}}
+ \textsc{\textit{italic small caps}}
+ \bfseries
+ \textsc{\textsl{bold slanted small caps}}
+ \textsc{\textit{bold italic small caps}}
+\end{verbatim}
+will give the expected result: {\fontfamily{cmr}
+\textsc{\textsl{slanted small}} \textsc{\textit{italic small caps}}
+\bfseries
+\textsc{\textsl{bold slanted small caps}} \textsc{\textit{bold italic small caps}}}
+%
+\githubissue{782}
+
\subsection{EC sans serif at small sizes}
-The EC (T1 encoded Computer Modern) sans serif fonts have errors at
-small sizes. (The medium weight is bolder and wider than the bold
-extended) The default \texttt{.fd} file has been adjusted to use a
-scaled 8pt font.
+The EC (T1 encoded Computer Modern) fonts have errors at small sizes.
+(The medium weight is bolder ad wider than the bold extended)
+The default \texttt{.fd} fil has been adjusted to use a scaled 8pt font.
%
\githubissue{879}
+\section{Bug fixes}
+
+\section{Changes to packages in the \pkg{amsmath} category}
+
+\section{Changes to packages in the \pkg{graphics} category}
+
+\section{Changes to packages in the \pkg{tools} category}
+
+
+\medskip
+
+\begin{thebibliography}{9}
+
+\fontsize{9.3}{11.3}\selectfont
+
+%\bibitem{36:blueprint} Frank Mittelbach and Chris Rowley:
+% \emph{\LaTeX{} Tagged PDF \Dash A blueprint for a large project}.\\
+% \url{https://latex-project.org/publications/indexbyyear/2020/}
+
+%\bibitem{36:source2e}
+% \emph{\LaTeX{} documentation on the \LaTeX{} Project Website}.\\
+% \url{https://latex-project.org/help/documentation/}
+
+%\bibitem{36:ltnews31} \LaTeX{} Project Team:
+% \emph{\LaTeXe{} news 31}.\\
+% \url{https://latex-project.org/news/latex2e-news/ltnews31.pdf}
+
+%\bibitem{36:ltnews32} \LaTeX{} Project Team:
+% \emph{\LaTeXe{} news 32}.\\
+% \url{https://latex-project.org/news/latex2e-news/ltnews32.pdf}
+
+%\bibitem{36:ltnews33} \LaTeX{} Project Team:
+% \emph{\LaTeXe{} news 33}.\\
+% \url{https://latex-project.org/news/latex2e-news/ltnews33.pdf}
+
+%\bibitem{36:ltnews34} \LaTeX{} Project Team:
+% \emph{\LaTeXe{} news 34}.\\
+% \url{https://latex-project.org/news/latex2e-news/ltnews34.pdf}
+%
+%\bibitem{36:ltfilehook-doc} Frank Mittelbach, Phelype Oleinik, \LaTeX{}~Project~Team:
+% \emph{The \texttt{\upshape ltfilehook} documentation}.\\
+% Run \texttt{texdoc} \texttt{ltfilehook-doc} to view.
+\end{thebibliography}
+
+
+
+
+
\end{document}
More information about the latex3-commits
mailing list.