Skip to content

Commit

Permalink
feat(layout): resize folio frame to accommodate footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
no-vici committed Jan 15, 2025
1 parent 1b5ba3c commit a112bb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions classes/diglot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ function class:_init (options)
top = "bottom(b)",
bottom = "bottom(b)+10%ph", -- Adjust as needed for footnote space
})
self:declareFrame("folio", {
left = "left(a)",
right = "right(b)",
top = "bottom(a)+3%ph",
bottom = "bottom(a)+8%ph",
})
self:declareFrame("folio", {
left = "left(a)",
right = "right(b)",
top = "bottom(c)+1.5%ph",
bottom = "bottom(c)+4.75%ph",
})
self:loadPackage("parallel", {
frames = {
left = "a",
Expand Down

0 comments on commit a112bb0

Please sign in to comment.