boxes_latex: Creates the set of latex boxes

Description Usage Value Author(s) See Also Examples

View source: R/renderer.R

Description

This function returns the set of latex boxes definitions that should be included in the document preamble. The latex renderer includes these definitions automatically when the document argument is TRUE, but not otherwise.

Usage

1

Value

A character vector containing latex definitions for boxes used by the latex renderer

Author(s)

Romain Francois <romain@r-enthusiasts.com>

See Also

translator_latex translates text into markup that makes use of these boxes.

Examples

1
2
3
4
## Not run: 
boxes_latex()

## End(Not run)

highlight documentation built on May 2, 2019, 4:58 p.m.