mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 05:28:41 +00:00
committed by
Kevin Barabash
parent
bd4e1464a0
commit
25db6095a1
@@ -445,7 +445,7 @@ defineEnvironment({
|
||||
if (i % 2 === 1) {
|
||||
align = "l";
|
||||
} else if (i > 0) {
|
||||
pregap = 2; // one \qquad between columns
|
||||
pregap = 1; // one \quad between columns
|
||||
}
|
||||
res.value.cols[i] = {
|
||||
type: "align",
|
||||
|
Reference in New Issue
Block a user