Skip to content

Commit

Permalink
feat(layout): register footnote frames with the parallel package
Browse files Browse the repository at this point in the history
Registered two additional frames using the parallel package for accommodate footnotes. These frames are set up to align with the main parallel frames and maintain a consistent layout for footnotes (fixed height).
  • Loading branch information
no-vici committed Jan 15, 2025
1 parent a112bb0 commit 3c131aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions classes/diglot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ function class:_init (options)
left = "a",
right = "b",
},
ftn_frames = {
ftn_left = "c",
ftn_right = "d",
},
})
end

Expand Down

0 comments on commit 3c131aa

Please sign in to comment.