We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 791e311 + 3093f9f commit 859405eCopy full SHA for 859405e
ts/input/tex/ams/AmsConfiguration.ts
@@ -59,7 +59,7 @@ export const AmsConfiguration = Configuration.create('ams', {
59
[ConfigurationType.OPTIONS]: {
60
multlineWidth: '',
61
ams: {
62
- operatornamePattern: /^[-*a-zA-Z]+/, // multiLetterIdentifier for \operatorname
+ operatornamePattern: /^[-*a-zA-Z0-9]+/, // multiLetterIdentifier for \operatorname
63
multlineWidth: '100%', // The width to use for multline environments.
64
multlineIndent: '1em', // The margin to use on both sides of multline environments.
65
},
0 commit comments