Skip to content

Commit

Permalink
[classes] Place gutter margin on left for LTR layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Apr 29, 2019
1 parent c6a0c07 commit e424a3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions classes/book.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ local plain = SILE.require("plain", "classes")
local book = plain { id = "book" }

book:loadPackage("masters")

book:defineMaster({
id = "right",
firstContentFrame = "content",
frames = {
content = {
left = "8.3%pw",
right = "86%pw",
left = "14%pw",
right = "92.7%pw",
top = "11.6%ph",
bottom = "top(footnotes)"
},
Expand Down

0 comments on commit e424a3e

Please sign in to comment.