Skip to contents

Raw LaTeX

Usage

eng_latex_raw(options)

Arguments

options

Chunk options Only the code part is used

Examples

if (FALSE) { # interactive()
# Not run: knitr engine for Rmd/Quarto documents
eng_latex_raw(list(code = "Some text with \\emph{emphasis}"))
}