[latex3-commits] [git/LaTeX3-latex3-latex2e] gh253: move doc into ltnews35 (074c3bb0)

Frank Mittelbach frank.mittelbach at latex-project.org
Fri Nov 12 12:52:54 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh253
Link       : https://github.com/latex3/latex2e/commit/074c3bb01025bc3a60be5fdb8c8218ee27c7287a

>---------------------------------------------------------------

commit 074c3bb01025bc3a60be5fdb8c8218ee27c7287a
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Fri Nov 12 12:52:54 2021 +0100

    move doc into ltnews35


>---------------------------------------------------------------

074c3bb01025bc3a60be5fdb8c8218ee27c7287a
 base/doc/ltnews35-addition.tex | 17 -----------------
 base/doc/ltnews35.tex          | 17 +++++++++++++++++
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/base/doc/ltnews35-addition.tex b/base/doc/ltnews35-addition.tex
deleted file mode 100644
index 20ac1145..00000000
--- a/base/doc/ltnews35-addition.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\subsection{Cleanup of the Unicode declaration interface}
-
-When declaring encoding specific commands for the Unicode (TU)
-encoding some declarations, such as \cs{DeclareUnicodeComposite} do
-not have the encoding name as an explicit argument but use
-\cs{UnicodeEncodingName} implicitly. Others, such as
-\cs{DeclareUnicodeAccent} require it as an explicit argument.  This
-inconsistency has now been removed and the encoding name is always
-implicit. To avoid a breaking change for a few packages on CTAN
-\cs{DeclareUnicodeAccent} still accepts three arguments if the second
-argument is \texttt{TU} or \cs{UnicodeEncodingName}. Once all packages
-have been updated this code branch will get removed.
-%
-\githubissue{253}
-
-
-
diff --git a/base/doc/ltnews35.tex b/base/doc/ltnews35.tex
index 731c5ee9..0ef912b7 100644
--- a/base/doc/ltnews35.tex
+++ b/base/doc/ltnews35.tex
@@ -147,6 +147,23 @@
 \section{Code improvements}
 
 
+\subsection{Cleanup of the Unicode declaration interface}
+
+When declaring encoding specific commands for the Unicode (TU)
+encoding some declarations, such as \cs{DeclareUnicodeComposite} do
+not have the encoding name as an explicit argument but use
+\cs{UnicodeEncodingName} implicitly. Others, such as
+\cs{DeclareUnicodeAccent} require it as an explicit argument.  This
+inconsistency has now been removed and the encoding name is always
+implicit. To avoid a breaking change for a few packages on CTAN
+\cs{DeclareUnicodeAccent} still accepts three arguments if the second
+argument is \texttt{TU} or \cs{UnicodeEncodingName}. Once all packages
+have been updated this code branch will get removed.
+%
+\githubissue{253}
+
+
+
 \subsection{???}
 %
 \githubissue{???}





More information about the latex3-commits mailing list.