I am using Dendron in my studies.
I am primarily interested in info about using LaTex.
At the moment I am trying to create a global macro. There is a distinct lack of info about this, especially within Dendron. I am trying to do this:
$$
\gdef\lg{#00ff00}
\gdef\gtext#1{\color{\lg} \text{#1} \color{r}}
\gdef\rtext#1{\color{red} \text{#1} \color{r}}
$$
Any suggestions?