mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
use correct spacing with tight styles (#1106)
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 12 KiB |
@@ -241,7 +241,12 @@ SizingBaseline:
|
||||
Sizing: |
|
||||
{\Huge x}{\LARGE y}{\normalsize z}{\scriptsize w}\sqrt[\small 3]{x+1}
|
||||
Smash: \left( X^{\smash 2} \right) \sqrt{\smash[b]{y}}
|
||||
Spacing: ^3+[-1][1-1]1=1(=1)\lvert a\rvert~b
|
||||
Spacing: |
|
||||
\begin{matrix}
|
||||
^3+[-1][1-1]1=1(=1)\lvert a\rvert~b \\
|
||||
\scriptstyle{^3+[-1][1-1]1=1(=1)\lvert a\rvert~b} \\
|
||||
\scriptscriptstyle{^3+[-1][1-1]1=1(=1)\lvert a\rvert~b} \\
|
||||
\end{matrix}
|
||||
Sqrt: |
|
||||
\sqrt{\sqrt{\sqrt{x}}}_{\sqrt{\sqrt{x}}}^{\sqrt{\sqrt{\sqrt{x}}}
|
||||
^{\sqrt{\sqrt{\sqrt{x}}}}}
|
||||
|
Reference in New Issue
Block a user