mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
* \kern generates padding instead of margin. Fix #995 * Switch to marginRight * Add screenshot tests
This commit is contained in:
committed by
Kevin Barabash
parent
7702ffa5b6
commit
d822f04b9b
@@ -173,6 +173,12 @@ ModScript: |
|
||||
\scriptstyle a\bmod 2 & \scriptstyle b \pod 3 \\
|
||||
\scriptstyle c\pmod{4} & \scriptstyle d \mod{56}
|
||||
\end{array}
|
||||
ModSpacing: |
|
||||
\begin{array}{l}
|
||||
(a \cdot b) \bmod 257 \\
|
||||
(a \cdot b) \mkern1mu\mathbin{\mathrm{mod}}\mkern1mu 257 \\
|
||||
(a \cdot b) \mathbin{\mathrm{mod}} 257
|
||||
\end{array}
|
||||
NegativeSpaceBetweenRel: A =\!= B
|
||||
NestedFractions: |
|
||||
\dfrac{\frac{a}{b}}{\frac{c}{d}}\dfrac{\dfrac{a}{b}}
|
||||
|
Reference in New Issue
Block a user