Typst-specific styles and options
Description
Typst-specific styles and options
Usage
theme_typst(
x,
breakable = get_option("tinytable_typst_breakable", default = FALSE),
figure = get_option("tinytable_typst_figure", default = TRUE),
align_figure = get_option("tinytable_typst_align_figure", NULL),
...
)
Arguments
x
|
A tinytable object.
|
breakable
|
Logical. When TRUE, emits a Typst show rule that allows figures to break across pages. When FALSE (default), tables are kept on a single page. When NULL, no show rule is emitted.
|
figure
|
Logical, whether to wrap the table in a Typst figure environment and block. |
align_figure
|
Character string indicating horizontal alignment: "l", "c", or "r". Defaults to get_option(“tinytable_theme_placement_horizontal”, NULL). When NULL, uses default center alignment.
|
…
|
Additional arguments. |