We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\eval
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.