[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Merge branch 'gh484' into develop (75afa393)
Frank Mittelbach
frank.mittelbach at latex-project.org
Tue Feb 2 14:00:54 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/75afa393fe64883d8bc70c797162ca279aa1006c
>---------------------------------------------------------------
commit 75afa393fe64883d8bc70c797162ca279aa1006c
Merge: b2236b96 819078e5
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue Feb 2 14:00:54 2021 +0100
Merge branch 'gh484' into develop
# Conflicts:
# base/changes.txt
>---------------------------------------------------------------
75afa393fe64883d8bc70c797162ca279aa1006c
base/changes.txt | 6 +
base/doc/ltnews33.tex | 14 +
base/testfiles-legacy/github-0484.lvt | 25 +
base/testfiles-legacy/github-0484.tlg | 640 +++++++++++++++++++++
.../tlb-latexrelease-rollback-003-often.tlg | 9 +
base/testfiles/tlb-rollback-004-often.tlg | 9 +
base/utf8ienc.dtx | 16 +-
7 files changed, 717 insertions(+), 2 deletions(-)
diff --cc base/changes.txt
index 0703995f,069f4f9d..83ff3ff1
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,11 -6,12 +6,17 @@@ completeness or accuracy and it contain
are not part of the distribution.
================================================================================
+2021-01-31 David Carlisle <David.Carlisle at latex-project.org>
+
+ * ltfilehook.dtx: set \protect to \string to avoid bad
+ expansion and possible non termination. github/481
+
+ 2021-01-27 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * utf8ienc.dtx (subsection{The mapping table}):
+ Support various Unicode characters with dot accents for
+ Indic transliterations (gh/484)
+
2021-01-22 Marcel Krüger <Marcel.Krueger at latex-project.org>
* ltshipout.dtx:
diff --cc base/doc/ltnews33.tex
index 6c67592a,3fa077df..76c59b9c
--- a/base/doc/ltnews33.tex
+++ b/base/doc/ltnews33.tex
@@@ -194,15 -195,22 +194,29 @@@ internal bookkeeping still takes place
\texttt{shipout/lastpage} material if the page happens to be the first
or last.
+\subsection{Robust commands in filename arguments}
+The filename handling has been modified so that \verb|\string| is
+applied while normalising robust commands while detetermining the file
+name. Previously \verb|\input{\sqrt{2}}| would cause \LaTeX\ to loop indefinitely.
+With the new behaviour it accesses \verb|sqrt {2}.tex|.
+%
+\githubissue{481}
+ \subsection{Additional support for Unicode characters from the
+ Latin Extended Additional block}
+
+ \LaTeX\ is quite capable of typesetting characters such as
+ \enquote{\d{m}}, but until now it lacked the Unicode mappings for some
+ characters that are used to write Sanskrit words in Latin
+ transliteration (as seen in books about yoga, Buddhist philosophy,
+ etc.). These have now been added so that such characters can be
+ entered directly instead of resorting to \verb=\d{m}= and so forth.
+ %
+ \githubissue{484}
+
+
+
\subsection{\ldots}
\emph{to be written}
More information about the latex3-commits
mailing list.