[latex3-commits] [latex3/latex2e] defaultT1: styling corrections from review (a99e8e08)
github at latex-project.org
github at latex-project.org
Wed Sep 4 16:50:32 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : defaultT1
Link : https://github.com/latex3/latex2e/commit/a99e8e087a7db0707bab844242cb767462754698
>---------------------------------------------------------------
commit a99e8e087a7db0707bab844242cb767462754698
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed Sep 4 16:50:32 2024 +0200
styling corrections from review
>---------------------------------------------------------------
a99e8e087a7db0707bab844242cb767462754698
base/changes.txt | 2 +-
base/doc/ltnews40.tex | 12 ++++++------
base/fontdef.dtx | 2 +-
required/latex-lab/changes.txt | 1 -
required/latex-lab/documentmetadata-support.dtx | 2 +-
5 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 93be113b..69504ec7 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -7,7 +7,7 @@ not part of the distribution.
================================================================================
2024-09-03 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
- * fontdef.dtx: preload T1cmss.fd and T1cmtt.fd
+ * fontdef.dtx: preload t1cmss.fd and t1cmtt.fd
2024-09-02 Joseph Wright <Joseph.Wright at latex-project.org>
diff --git a/base/doc/ltnews40.tex b/base/doc/ltnews40.tex
index 319baafc..1833bc68 100644
--- a/base/doc/ltnews40.tex
+++ b/base/doc/ltnews40.tex
@@ -161,17 +161,17 @@
\section{Switch to T1 as default encoding in documents using \cs{DocumentMetadata}}
-As it is well known the font encoding OT1 supports only 128 characters and
-has various problems and quirks notably for languages different to english.
-Nevertheless OT1 is the default encoding in \LaTeX{} and this can not be easily
-changed without affecting many documents as the T1 version of the fonts have slightly different metrics.
+As it is well known the font encoding \texttt{OT1} supports only 128 characters and
+has various problems and quirks notably for languages different to English.
+Nevertheless \texttt{OT1} is the default encoding in \LaTeX{} and this can not be easily
+changed without affecting many documents as the \texttt{T1} version of the fonts have slightly different metrics.
The introduction of the \cs{DocumentMetadata} command, which announces \emph{new} code
and changes that can also affect the layout gives us now the opportunity to make this step.
So with this version a use of \cs{DocumentMetadata} with (pdf)\LaTeX{} will setup
-T1 as default font encoding\footnote{The Unicode engines will continue to use TU as encoding.}.
+\texttt{T1} as default font encoding\footnote{The Unicode engines will continue to use \texttt{TU} as encoding.}.
To ensure that scalable fonts are used, the package \pkg{cm-super} has to be installed.
-Users who want to revert to the OT1 encoding in their document can do this \verb+\usepackage[OT1]{fontenc}+.
+Users who want to revert to the \texttt{OT1} encoding in their document can do this \verb+\usepackage[OT1]{fontenc}+.
\section{News from the \enquote{\LaTeX{} Tagged PDF} project}
diff --git a/base/fontdef.dtx b/base/fontdef.dtx
index 34cedc4d..ae11766c 100644
--- a/base/fontdef.dtx
+++ b/base/fontdef.dtx
@@ -403,7 +403,7 @@
% (nearly) every \TeX{} installation, while the amount of main memory
% is not a limiting factor at most installations.)
%
-% \changes{v3.0k}{2024/09/03}{load also T1cmss.fd and T1cmtt.fd}
+% \changes{v3.0k}{2024/09/03}{Load also t1cmss.fd and t1cmtt.fd}
% \begin{macrocode}
\begingroup
\nfss at catcodes
diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index bdc980d8..d24ab3dd 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -51,7 +51,6 @@
2024-07-11 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* latex-lab-toc.dtx, latex-lab-toc-kernel-changes: switch from configuration points
to sockets.
->>>>>>> develop
2024-05-25 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* latex-lab-table.dtx: disable table headers in presentation tables.
diff --git a/required/latex-lab/documentmetadata-support.dtx b/required/latex-lab/documentmetadata-support.dtx
index f98eb01a..fbaa1a69 100644
--- a/required/latex-lab/documentmetadata-support.dtx
+++ b/required/latex-lab/documentmetadata-support.dtx
@@ -19,7 +19,7 @@
%
% \begin{macrocode}
\def\documentmetadatasupportversion{1.0i}
-\def\documentmetadatasupportdate{2024-06-21}
+\def\documentmetadatasupportdate{2024-09-03}
% \end{macrocode}
%
%
More information about the latex3-commits
mailing list.