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.
4,857 questions
0 votes
0 answers
35 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
62 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 ...
0 votes
0 answers
40 views
+50
How to make related entries print only a short reference instead of the full related entry?
I use biblatex/biber and want to control how related entries are printed. By default, related entries should be shown only as short cross-references (e.g. “Alpha (1994)”), not as fully embedded ...
0 votes
2 answers
37 views
Referencing of imported figure code only identifies last occurrence
I use a file once in every chapter, so I call it Laboratory Notebook.tex: \subsection{Laboratory Notebook} \begin{figure}[H] \centering \includegraphics[height=2cm]{images/Laboratory notebook} \...
0 votes
0 answers
32 views
Equation numbering with \pause and showonlyrefs
I have a tex file: \documentclass{beamer} \usepackage{zref-clever,mathtools} \mathtoolsset{showonlyrefs} % Numbering an equation when using \pause and showonlyrefs % https://tex.stackexchange.com/a/...
2 votes
1 answer
53 views
Referencing theorems [closed]
I put a label \label{thm} inside the theorem environment, but when I use \cite{thm} it displays a [?] instead of any label. I wanted to put in the label the number of the theorem. In my text, the ...
0 votes
0 answers
34 views
Jump by \zcref is one line below the target
I have a tex file: \documentclass{beamer} \usepackage{amsthm,zref-clever} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{mathtools} \mathtoolsset{showonlyrefs} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \hypersetup{ ...
1 vote
0 answers
48 views
I cannot properly reference tcolorbox environments with custom counter
I defined -through trial and error- some tcolorbox environments for my definitions and theorems. I used a "main_counter" because I wanted the same counter for both this custom environments ...
3 votes
1 answer
55 views
align mode styling crashes everything
I'm writing some notes and to make them more readable, I have changed the colour of in-text math and equation environments. I got the following off of ChatGPT: \colorlet{mathcolor}{red} \everymath{\...
2 votes
2 answers
77 views
What to use when cross-referencing equations? [duplicate]
I would like to coss-reference groups of equations, because I have many of them similar and I would like to write (3)-(8), for example. Should I write (\ref{3})--(\ref{8}) or (\ref{3})-(\ref{8})? \...
3 votes
0 answers
31 views
Does the amsmath package interfere with the tufte-handout document class? [duplicate]
As of recent (yesterday) Figure numbering and referring is erratic in the tufte-handout when the amsmath package is loaded: Figures are labeled/numbered in sequential order, text references refer to ...
3 votes
2 answers
196 views
How can I reference specific exercise numbers in solutions that appear after all exercises?
Here's a minimal reproducible example: \documentclass{article} \usepackage{fancybox} \usepackage{pifont} \usepackage{xcolor} \usepackage{amsthm} \definecolor{solutiongreen}{RGB}{34,139,34} % Counter ...
1 vote
1 answer
43 views
Why does my references add linebreak after each author, year, title, etc.?
I am using memoir class for my thesis. But \printbibliography gives me references with linebreak inserted after every element (after each author, year, title and so on) of each individual reference. ...
1 vote
1 answer
53 views
References in two directions
I am trying to get references in both directions to work; so from the main text to notes at the very back - and from that section in the back, back to the main text. With a special 1:1 note counter ...
3 votes
0 answers
22 views
birkjour class and equation referencing [duplicate]
Consider the following minimal example: \documentclass{birkjour} \begin{document} \begin{equation}\label{eq_01} E=mc^2 \end{equation} \eqref{eq_01} is Einstein's equation. \eqref{eq_01} is the ...