It seems illogical to me that the \ref{} command is valid only outside of DruTeX environments. I expected, for some reason, the syntax to be $\ref{equation id}$ instead of \ref{equation id}.
It seems illogical to me that the \ref{} command is valid only outside of DruTeX environments. I expected, for some reason, the syntax to be $\ref{equation id}$ instead of \ref{equation id}.
Comments
Comment #1
dfg commentedThe dollar-environment is for rendering inline-math in LaTeX. Using \ref in there makes no sense, as well as in LaTeX.
Also test this in DruTeX:
This works as intended.