Typst-specific styles and options
theme_typst(
x,
figure = get_option("tinytable_typst_figure", default = TRUE),
align_figure = get_option("tinytable_typst_align_figure", NULL),
...
)
A tinytable
object.
Logical, whether to wrap the table in a Typst figure environment and block.
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.