mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 04:08:43 +00:00
committed by
Kevin Barabash
parent
bd4e1464a0
commit
25db6095a1
@@ -445,7 +445,7 @@ defineEnvironment({
|
|||||||
if (i % 2 === 1) {
|
if (i % 2 === 1) {
|
||||||
align = "l";
|
align = "l";
|
||||||
} else if (i > 0) {
|
} else if (i > 0) {
|
||||||
pregap = 2; // one \qquad between columns
|
pregap = 1; // one \quad between columns
|
||||||
}
|
}
|
||||||
res.value.cols[i] = {
|
res.value.cols[i] = {
|
||||||
type: "align",
|
type: "align",
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Reference in New Issue
Block a user