summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/optex/base/unimath-macros.opm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-14 21:31:38 +0000
committerKarl Berry <karl@freefriends.org>2024-02-14 21:31:38 +0000
commita4c1d1a1e418ee73c93150594d94bb80c5455ec8 (patch)
treee2968ee69d63bffbf5f3fb81ef116ac73b083bb7 /Master/texmf-dist/tex/optex/base/unimath-macros.opm
parent0ac73e799c615f6509cd7f86227d602f16ca1a76 (diff)
optex (14feb24)
git-svn-id: svn://tug.org/texlive/trunk@69861 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/optex/base/unimath-macros.opm')
-rw-r--r--Master/texmf-dist/tex/optex/base/unimath-macros.opm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/optex/base/unimath-macros.opm b/Master/texmf-dist/tex/optex/base/unimath-macros.opm
index 35842e674d2..ac926b5e89e 100644
--- a/Master/texmf-dist/tex/optex/base/unimath-macros.opm
+++ b/Master/texmf-dist/tex/optex/base/unimath-macros.opm
@@ -181,7 +181,9 @@
\`\themathcodefam``<math-char>` and \`\themathcodechar``<math-char>` macros.
The parameter <math-char> is a math character or it is a macro like `\doteq`, `\times`.
Moreower, \`\thedelcodefam``<math-char>` and \`\thedelcodechar``<math-char>`
- return delcode quaitities of givem math character.
+ return delcode quaitities of given math character.
+ All these commands use the common Lua code defined in
+ the \`\_getmathcode``<code>{<math or del>}<character number>` macro.
\_cod -----------------------------
\_def\_getmathcode#1#2{\_directlua{tex.print(tex.get#2code(token.scan_int())[#1])}}