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.
1 parent afaf1ea commit 5d44b01Copy full SHA for 5d44b01
ts/input/tex/amscd/AmsCdMethods.ts
@@ -163,7 +163,7 @@ const AmsCdMethods: { [key: string]: ParseMethod } = {
163
if (a) {
164
NodeUtil.appendChildren(mml, [
165
new TexParser(
166
- '\\scriptstyle\\llap{' + a + '}',
+ '\\scriptstyle\\raise.125em{\\vcenter{\\llap{' + a + '}}}',
167
parser.stack.env,
168
parser.configuration
169
).mml(),
@@ -174,7 +174,7 @@ const AmsCdMethods: { [key: string]: ParseMethod } = {
174
if (b) {
175
176
177
- '\\scriptstyle\\rlap{' + b + '}',
+ '\\scriptstyle\\raise.125em{\\vcenter{\\rlap{' + b + '}}}',
178
179
180
0 commit comments