Dear Luigi! When I read through the source code to better understand mathcodes, I noticed two small spelling mistakes. I have attached the patch file, but here is also the diff inserted: diff --git a/source/texk/web2c/luatexdir/tex/mathcodes.c b/source/texk/web2c/luatexdir/tex/mathcodes.c index 42e8b0b15..19157d71b 100644 --- a/source/texk/web2c/luatexdir/tex/mathcodes.c +++ b/source/texk/web2c/luatexdir/tex/mathcodes.c @@ -25,7 +25,7 @@ with LuaTeX; if not, see http://www.gnu.org/licenses/. /*tex -We support tre traditional math codes as well as larger ones suitable for +We support the traditional math codes as well as larger ones suitable for \UNICODE\ input and fonts. */ @@ -52,7 +52,7 @@ static sa_tree delcode_head = NULL; /*tex We now get lots of helpers for definitions and printing. The storage model -that we use is different because we can hav emany more so we need to be +that we use is different because we can have many more so we need to be sparse. Therefore we use trees. */ Josef
On Sun, 13 Jul 2025 at 09:07, Josef Friedrich
Dear Luigi!
When I read through the source code to better understand mathcodes, I noticed two small spelling mistakes. I have attached the patch file, but here is also the diff inserted:
diff --git a/source/texk/web2c/luatexdir/tex/mathcodes.c b/source/texk/web2c/luatexdir/tex/mathcodes.c index 42e8b0b15..19157d71b 100644 --- a/source/texk/web2c/luatexdir/tex/mathcodes.c +++ b/source/texk/web2c/luatexdir/tex/mathcodes.c @@ -25,7 +25,7 @@ with LuaTeX; if not, see http://www.gnu.org/licenses/.
/*tex
-We support tre traditional math codes as well as larger ones suitable for +We support the traditional math codes as well as larger ones suitable for \UNICODE\ input and fonts.
*/ @@ -52,7 +52,7 @@ static sa_tree delcode_head = NULL; /*tex
We now get lots of helpers for definitions and printing. The storage model -that we use is different because we can hav emany more so we need to be +that we use is different because we can have many more so we need to be sparse. Therefore we use trees.
*/
I will fix them this evening. -- luigi
On Mon, 14 Jul 2025 at 09:57, luigi scarso
I will fix them this evening.
commit a4b8e13d3879e95c21e1719af0c3e31722bedd4f (HEAD -> master,
origin/master, origin/HEAD)
Author: Luigi Scarso
participants (2)
-
Josef Friedrich -
luigi scarso