MathJax icon indicating copy to clipboard operation
MathJax copied to clipboard

Physics `\eval` with only the 2nd argument

Open rudolf-adamkovic opened this issue 11 months ago • 1 comments

The following renders correctly in LaTeX:

\pdv{x} x + 5 \eval_{y = 5}

With MathJax, it fails with:

Missing argument for \eval

The workaround for MathJax is to add an empty {}:

\pdv{x} x + 5 \eval{}_{y = 5}

The workaround should not be necessary.

rudolf-adamkovic avatar Mar 19 '25 23:03 rudolf-adamkovic

Thank you for the report. I will look into fixing it.

dpvc avatar Mar 24 '25 11:03 dpvc

Fixed in v4.0.

dpvc avatar Aug 13 '25 17:08 dpvc