[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Avoid non-std accents in l3text (20926750c)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Dec 6 11:18:04 CET 2019
Repository : https://github.com/latex3/latex3
On branch : l3text
Link : https://github.com/latex3/latex3/commit/20926750c0b790dc11e78560fd151dadeaecd4bc
>---------------------------------------------------------------
commit 20926750c0b790dc11e78560fd151dadeaecd4bc
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Dec 6 10:18:04 2019 +0000
Avoid non-std accents in l3text
These end up as undefined with a std kernel:
maybe more to think about here.
>---------------------------------------------------------------
20926750c0b790dc11e78560fd151dadeaecd4bc
l3kernel/l3text.dtx | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index e79c43d90..7b88483ca 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -430,7 +430,7 @@
% \begin{macrocode}
\tl_new:N \l_text_accents_tl
\tl_set:Nn \l_text_accents_tl
- { \` \' \^ \~ \= \u \U \. \" \r \H \v \G \C \d \c \k \b \t }
+ { \` \' \^ \~ \= \u \. \" \r \H \v \d \c \k \b \t }
\tl_new:N \l_text_letterlike_tl
\tl_set:Nn \l_text_letterlike_tl
{
@@ -2523,14 +2523,11 @@
\~ { 0303 }
\= { 0304 }
\u { 0306 }
- \U { 0306 }
\. { 0307 }
\" { 0308 }
\r { 030A }
\H { 030B }
\v { 030C }
- \G { 030F }
- \C { 030F }
\d { 0323 }
\c { 0327 }
\k { 0328 }
@@ -2752,19 +2749,6 @@
\' \ae { 01FD }
\' \O { 01FE }
\' \o { 01FF }
- \G A { 0200 }
- \G a { 0201 }
- \G E { 0204 }
- \G e { 0205 }
- \G I { 0208 }
- \G \i { 0209 }
- \G i { 0209 }
- \G O { 020C }
- \G o { 020D }
- \G R { 0210 }
- \G r { 0211 }
- \G U { 0214 }
- \G u { 0215 }
\v H { 021E }
\v h { 021F }
\. A { 0226 }
More information about the latex3-commits
mailing list