matrix-slide
matrix-slide(config: (:), columns: none, rows: none, ..bodies)(source)- If
columnsis an integer, create that many columns of width1fr. - If
columnsisnone, create as many columns of width1fras there are content blocks. - Otherwise assume that
columnsis an array of widths already, use that. - If
rowsis an integer, create that many rows of height1fr. - If
rowsisnone, create that many rows of height1fras are needed given the number of co/ -ntent blocks and columns. - Otherwise assume that
rowsis an array of heights already, use that. - Check that there are enough rows and columns to fit in all the content blocks.
That means that #matrix-slide[...][...] stacks horizontally and #matrix-slide(columns: 1)[...][...] stacks vertically.
Parameters
config : dictionary default: (:)
is the configuration of the slide. Use config-xxx to set individual configurations for the slide. To apply multiple configurations, use utils.merge-dicts to combine them.