texmacro

.texmacro name:{String} macro:{String} -> Void

Creates a new global TeX macro that can be accessed within math blocks.

.texmacro {\R}
\mathbb{R}

Parameters

name

name of the macro

macro

TeX code

Wiki page

tex-macros