Questions tagged [cross-referencing]
{cross-referencing} is about making connections from a point in a document to related information elsewhere, usually within the same document. Standard commands are \label and \ref. For questions about citing or bibliographies, use {bibliographies} instead.
120 questions from the last 365 days
4
votes
1
answer
181
views
LaTeX zref-clever: automatically generate dash-separated figure ranges including non-consecutive labels
I'm trying to use the zref-clever package in LaTeX to reference multiple figures in a compact, readable way. I want the output to:
Merge consecutive figure numbers with a dash (-)
Separate non-...
4
votes
2
answers
53
views
cleveref \cref fails when there is a space after comma in multiple labels [duplicate]
I am using LaTeX with the cleveref package and I want to reference multiple figures like this: \cref{fig:figA, fig:figB}.
However, it only works if there is no space after the comma: \cref{fig:figA,...
2
votes
2
answers
45
views
Numbering Issue in Cross-Referencing a Definition Block
I have some definition blocks written in my Latex code. These blocks give a nice graphical view to my definitions and here's how the code looks like:
In preamb:
\newtcbtheorem[number within=section]{...
1
vote
1
answer
37
views
Wrap long `showlabels` labels in the margin with `informs4`
I would like to display longer labels for sections, theorems, and equations in the margin with line breaks so they do not extend outside the margin, when using the informs4 document class.
...
1
vote
1
answer
37
views
(edtext) Integration of references from the same line
I'm sorry if I wasn't more precise. This is my first time asking here.
When I use \edtext + \Afootnote in my critical edition, it generates a footnote that references the line containing the reference,...
4
votes
2
answers
88
views
label referencing problem in tcolorbox
I am trying to use tcolorboxes to highlight exercises in a math tutorial (book document class) for a course I teach. I use a \label in the box hoping to reference the exercise by number in the ...
0
votes
1
answer
47
views
Modifying casing of zref-titleref references or alternatives
I have multiple definitions I want to reference throughout the paper with a link back.
However instead of "Definition X" I want to use the title I gave the definitions, i.e. "Super ...
5
votes
2
answers
103
views
zref-clever: Use noname by default for equations?
I'm thinking about migrating several large documents from cleveref to zref-clever. I have read Migration from cleveref to zref-clever as well as the manual, but several questions remain.
One of them ...
2
votes
1
answer
101
views
supra/infra reference using \label and zref-clever
Starting with version v0.4.0 (2023-06-14), zref-clever makes use of the kernel’s new label hook, so that \label can be used instead of \zlabel. See the following mwe taken from the issue supra/infra ...
0
votes
1
answer
96
views
LaTeX doesn't accept citations as numbers with Author-year references
In Springer Nature submission guidelines, they require this style in referencing: Gamelin FX, Baquet G, Berthoin S, Thevenet D, Nourry C, Nottin S, Bosquet L (2009) Effect of high intensity ...
4
votes
2
answers
148
views
\newcommands and align environment: How to get the correct alignment?
When using the \labelrel command (with \overset instead of \stackrel as \stackrel is obsolete: Differences between \stackrel and \stackbin) from @Circumscribe Put reference above equal sign and refer ...
0
votes
0
answers
80
views
TeX Live 2025 shows \ac / \cref warnings but TeX Live 2024 doesn't
Combining the acronym package with tableofcontents and other lists can cause unexpected behaviour if acronyms are used in headings (and captions etc). The compiler sees the list as the first time the ...
1
vote
1
answer
43
views
Error based on interaction of thmtools and an implemantation of a refable delayed proof environment
I added the solution by @egreg to the question Reference to proof prints section instead to my document and it did not work throwing the error:
Undefined control sequence. \@hyper@@anchor ...r@spot {#...
0
votes
0
answers
53
views
How can I define custom footnote links that respect duplicates, and store the pages they appear on?
I would like to implement commands for referencing requirements in a technical report. The goal is to streamline referencing requirements in the text as they are discussed, and automatically keep ...
2
votes
1
answer
81
views
how to make reference to theorem counter
This is a continuation of my previous question on manually increasing the theorem counter.
So I was able to manually increase and then access the theorem counter, but I am not able to make reference ...