Skip to contents

Companion to gridcetz_open().

Usage

gridcetz_off()

Value

The Typst source string, invisibly.

Examples

out <- tempfile(fileext = ".typ")
gridcetz_open(out)
grid::grid.newpage()
grid::grid.text("closed with gridcetz_off()")
src <- gridcetz_off()
is.character(src)
#> [1] TRUE