texshow: Dump latex representation of sympy object.

View source: R/output.R

texshowR Documentation

Dump latex representation of sympy object.

Description

Dump latex representation of sympy object and compile document into pdf.

Usage

texshow(x)

Arguments

x

An object that can be put in latex format with caracas' tex() function or a character string with tex code (in math mode).

Value

Nothing, but a .tex file and a .pdf file is generated.

Examples

if (has_sympy()) {
S <- matrix_sym_symmetric(3, "s")
S
## Not run: 
texshow(S)
texshow(paste0("S = ", tex(S)))

## End(Not run)
}


caracas documentation built on Oct. 17, 2023, 5:08 p.m.