This commit is contained in:
Hiromi Ishii
2017-10-18 04:11:18 +09:00
committed by Kevin Barabash
parent bd4e1464a0
commit 25db6095a1
3 changed files with 1 additions and 1 deletions

View File

@@ -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",

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