Tagged Questions
1
vote
0answers
79 views
Is it possible to make LaTeXit reference internal equations properly?
Minimum example in LaTeXit text mode
\begin{equation} \label{1}
x^2
\end{equation}
\eqref{1}
Explain how to get \eqref{1} to typeset as (1) rather than (??) and you've solved my problem
I ...