Closed
Description
The macro \mathchoice
is known to be quite slow because it must typeset all four possible cases (as mentioned in The TeXbook—though I am unsure how it is implemented in modern versions). Additionally, the following code does not work as intended:
\def\foo{}
\[
\mathchoice{\def\foo{D}}{\def\foo{T}}
{\def\foo{S}}{\def\foo{SS}}
\]
\foo % It may return `D'
Therefore, I would like to inquire whether the LaTeX 3 Project has any plans to re-implement this macro \mathchoice
to improve its efficiency or behavior.
Metadata
Metadata
Assignees
Labels
No labels