Path: blob/main/src/resources/schema/cell-pagelayout.yml
12921 views
- name: column1schema:2ref: page-column3description:4short: "Page column for output"5long: "[Page column](https://quarto.org/docs/authoring/article-layout.html) for output"67- name: fig-column8schema:9ref: page-column10description:11short: "Page column for figure output"12long: "[Page column](https://quarto.org/docs/authoring/article-layout.html) for figure output"1314- name: tbl-column15schema:16ref: page-column17description:18short: "Page column for table output"19long: "[Page column](https://quarto.org/docs/authoring/article-layout.html) for table output"2021- name: cap-location22tags:23contexts: [document-layout]24formats: [$html-files, $pdf-all, typst]25schema:26enum: [top, bottom, margin]27default: bottom28description: "Where to place figure and table captions (`top`, `bottom`, or `margin`)"2930- name: fig-cap-location31tags:32contexts: [document-layout, document-figures]33formats: [$html-files, $pdf-all, typst]34schema:35enum: [top, bottom, margin]36default: bottom37description: "Where to place figure captions (`top`, `bottom`, or `margin`)"3839- name: tbl-cap-location40tags:41contexts: [document-layout, document-tables]42formats: [$html-files, $pdf-all, typst]43schema:44enum: [top, bottom, margin]45default: top46description: "Where to place table captions (`top`, `bottom`, or `margin`)"474849