Use \displaystyle within \over/\underbrace (#765)

This commit is contained in:
Erik Demaine
2017-07-15 18:41:00 -04:00
committed by Kevin Barabash
parent 5b6c222cd6
commit 440ba6dd1f
3 changed files with 1 additions and 1 deletions

View File

@@ -1516,7 +1516,7 @@ groupTypes.horizBrace = function(group, options) {
// Build the base group
const body = buildGroup(
group.value.base, options.havingStyle(style.cramp()));
group.value.base, options.havingBaseStyle(Style.DISPLAY));
// Create the stretchy element
const braceBody = stretchy.svgSpan(group, options);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB