One-liner to troubleshoot LaTeX references
The Endeavour 2024-05-28
Summary:
In LaTeX, sections are labeled with commands like \label{foo} and referenced like \ref{foo}. Referring to sections by labels rather than hard-coded numbers allows references to automatically update when sections are inserted, deleted, or rearranged. For every reference there ought to be a label. A label without a corresponding reference is fine, though it might be […]
The post One-liner to troubleshoot LaTeX references first appeared on John D. Cook.