-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mathjax #24
Comments
an alternative way
also check their definitions ~$ latexdef -p amsmath DeclareMathOperator
\DeclareMathOperator:
macro:->\@latex@error {Can be used only in preamble}\@eha
(in preamble)
\DeclareMathOperator:
\long macro:->\@ifstar {\@declmathop m}{\@declmathop o}
~$ latexdef -p amsmath operatorname
\operatorname:
macro:->\protect \operatorname
\operatorname :
\long macro:->\@ifstar {\qopname \newmcodes@ m}{\qopname \newmcodes@ o} but the star version |
szcf-weiya
added a commit
to szcf-weiya/ESL-CN
that referenced
this issue
May 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
\DeclareMathOperator
in the headsince Marcos does not support


DeclareMathOperator
, so try to also put the declaration in the header, such asbut there will be an extra space in the header,
The text was updated successfully, but these errors were encountered: