|
|
|
|
|
by jessriedel
3066 days ago
|
|
I read the post but I still don't understand: is it possible to define new commands using \def or \newcommand? At first I thought these are what the other meant by "macro", but later he says > We are exploring ways for users to define non-default environment behaviors in the browser. The same goes for macros used outside the dollar and double-dollar fences. But I can't use \def or \newcommend to define things that appear inside dollar signs either. |
|
$$ \newcommand{\bra}{\left<} \newcommand{\ket}{\right>} $$
$$ \bra a | b \ket $$
If you go to https://jxxcarlson.github.io/app/minilatex/src/index.html, press the "Clear" button, then paste the above text, then press "Render", you should see the macros \bra and \ket properly rendered.