Skip to content

Commit

Permalink
Merge pull request #989 from mathjax/issue3084
Browse files Browse the repository at this point in the history
Make sure \operatorname stays an OP after enrichment. (mathjax/MathJax#3084)
  • Loading branch information
dpvc authored Aug 17, 2023
2 parents 1635176 + c8834c6 commit f82580c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts/input/tex/ams/AmsMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ AmsMethods.HandleOperatorName = function(parser: TexParser, name: string) {
...parser.stack.env,
font: TexConstant.Variant.NORMAL,
multiLetterIdentifiers: parser.options.ams.operatornamePattern,
operatorLetters: true,
noAutoOP: true
operatorLetters: true
}, parser.configuration).mml();
//
// If we get something other than a single mi, wrap in a TeXAtom.
Expand Down

0 comments on commit f82580c

Please sign in to comment.