R/enclosing.R

Defines functions ang br sqbr pths

Documented in ang br pths sqbr

pths <- function(x) lsymb("\\left(", x, "\\right)")
sqbr <- function(x) lsymb("\\left[", x, "\\right]")
br <- function(x) lsymb("\\lbrace", x, "\\rbrace")
ang <- function(x) lsymb("\\langle", x, "\\rangle")

Try the latexSymb package in your browser

Any scripts or data that you put into this service are public.

latexSymb documentation built on June 17, 2025, 9:12 a.m.