mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Use \displaystyle within \over/\underbrace (#765)
This commit is contained in:
committed by
Kevin Barabash
parent
5b6c222cd6
commit
440ba6dd1f
@@ -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 |
Reference in New Issue
Block a user