undefined-label-reference (REF002)¶
What it does¶
Reports a \ref{...} whose label is not defined anywhere in the scanned
source file.
Why is this bad?¶
The document will not compile correctly.
Example¶
See Figure~\ref{fig-architecture}.
Reports a \ref{...} whose label is not defined anywhere in the scanned
source file.
The document will not compile correctly.
See Figure~\ref{fig-architecture}.