powered by
LaTeX
It is cumbersome to have to write left and right every time a grouping is used in LaTeX. These functions take care of that.
left
right
pths(x) br(x) sqbr(x) ang(x)
An object of class latex_symb whose repr is x's repr enclosed by the corresponding symbols.
latex_symb
repr
x
An object that can be passed to as.character.
as.character
al <- lsymb("\\alpha") pths(al) br(al) sqbr(al) ang(al)
Run the code above in your browser using DataLab