Skip to content

Commit 859405e

Browse files
authored
Merge pull request #1360 from GWDx/fix-operatorname-number
Allow digits in \operatorname (mathjax/MathJax#2991)
2 parents 791e311 + 3093f9f commit 859405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/input/tex/ams/AmsConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const AmsConfiguration = Configuration.create('ams', {
5959
[ConfigurationType.OPTIONS]: {
6060
multlineWidth: '',
6161
ams: {
62-
operatornamePattern: /^[-*a-zA-Z]+/, // multiLetterIdentifier for \operatorname
62+
operatornamePattern: /^[-*a-zA-Z0-9]+/, // multiLetterIdentifier for \operatorname
6363
multlineWidth: '100%', // The width to use for multline environments.
6464
multlineIndent: '1em', // The margin to use on both sides of multline environments.
6565
},

0 commit comments

Comments
 (0)