[latex3-commits] [latex3/latex2e] develop: Correct syntax of opt. arg. for \DeclareLowercaseMapping, etc. (31c437dd)
github at latex-project.org
github at latex-project.org
Wed May 31 18:22:38 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/31c437dde9d011f2b75ffba2f06dd0f60b14d13b
>---------------------------------------------------------------
commit 31c437dde9d011f2b75ffba2f06dd0f60b14d13b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed May 31 17:22:38 2023 +0100
Correct syntax of opt. arg. for \DeclareLowercaseMapping, etc.
>---------------------------------------------------------------
31c437dde9d011f2b75ffba2f06dd0f60b14d13b
base/changes.txt | 5 +++++
base/doc/usrguide.tex | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 7ee5ab24..ba5d56e1 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2023-05-31 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * usrgudie.text
+ Correct syntax of opt. arg. for \DeclareLowercaseMapping, etc.
+
2023-05-30 Joseph Wright <Joseph.Wright at latex-project.org>
* ltfinal.dtx
diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex
index b1039a35..42d5e401 100644
--- a/base/doc/usrguide.tex
+++ b/base/doc/usrguide.tex
@@ -1279,10 +1279,10 @@ the engine does not support Unicode natively. Similarly, to set a locale
\texttt{xx} to behave in the same way as Turkish and retain the difference
between dotted- and dotless-i, one could use for example
\begin{quotation}
- |\DeclareLowercaseMapping{xx}{"0049}{\i}|\\
- |\DeclareLowercaseMapping{xx}{"0130}{i}|\\
- |\DeclareUppercaseMapping{xx}{"0069}{\.{I}}|\\
- |\DeclareUppercaseMapping{xx}{"0131}{I}|
+ |\DeclareLowercaseMapping[xx]{"0049}{\i}|\\
+ |\DeclareLowercaseMapping[xx]{"0130}{i}|\\
+ |\DeclareUppercaseMapping[xx]{"0069}{\.{I}}|\\
+ |\DeclareUppercaseMapping[xx]{"0131}{I}|
\end{quotation}
\end{document}
More information about the latex3-commits
mailing list.