Skip to content

Gridlayout#79

Open
matthijscox-asml wants to merge 19 commits into
mainfrom
gridlayout
Open

Gridlayout#79
matthijscox-asml wants to merge 19 commits into
mainfrom
gridlayout

Conversation

@matthijscox-asml
Copy link
Copy Markdown
Member

Addresses issue #48 and should replace #58

I've decided to ignore GridLayoutBase.jl in favor of our own simple GridLayout type, since we do not dynamically update anything, we only resolve the grid sizes at write time.

The new docs shows an example of simple layouting.

Some considerations, which we might change in the future:

  • No nested GridLayouts yet
  • No overlapping grid cell allocation. You can always push 2 layouts into a Slide.
  • Automatic resizing of the shapes to the grid cell span size, except Figures and Videos keep their ratio constant.
  • Default padding and margins. Made the default top margin 40 mm, to avoid the title.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant