Hello

It is great that TeX-next-error is able to jump to undefined references,
when  TeX-toggle-debug-warnings is on as in the following short document.

However this document contains another error: duplicated labels. 


 TeX-next-error however just jumps to the aux file  but not to the
 problematic labels or do I miss something?


If not, could such a feature be implemented, please?


regards

Uwe Brauer 


\documentclass[12pt]{article}

\begin{document}
\begin{equation}
\label{eq:testref:1}
\int 
\end{equation}

\begin{equation}
\label{eq:testref:1}
\int 
\end{equation}


(\ref{eq:testref:3})
\end{document}


_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to