Typst-specific styles and options
Description
Typst-specific styles and options
Usage
theme_typst(
x,
figure = get_option("tinytable_typst_figure", default = TRUE),
align_figure = get_option("tinytable_typst_align_figure", NULL),
...
)
Arguments
x
|
A tinytable object.
|
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. |