Skip to main content

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.

0 votes
0 answers
35 views

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 ...
womble's user avatar
  • 23
2 votes
1 answer
62 views

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 ...
underflow's user avatar
  • 1,099
0 votes
0 answers
40 views
+50

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 ...
elmo's user avatar
  • 857
0 votes
2 answers
37 views

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} \...
Basile's user avatar
  • 1
0 votes
0 answers
32 views

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/...
Akira's user avatar
  • 3,371
2 votes
1 answer
53 views

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 ...
Rodrigo Tavares's user avatar
0 votes
0 answers
34 views

I have a tex file: \documentclass{beamer} \usepackage{amsthm,zref-clever} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{mathtools} \mathtoolsset{showonlyrefs} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \hypersetup{ ...
Akira's user avatar
  • 3,371
1 vote
0 answers
48 views

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 ...
antizanzare's user avatar
3 votes
1 answer
55 views

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{\...
arash moqadam_tabrizi's user avatar
2 votes
2 answers
77 views

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})? \...
mathbook's user avatar
3 votes
0 answers
31 views

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 ...
Peter Klaren's user avatar
3 votes
2 answers
196 views

Here's a minimal reproducible example: \documentclass{article} \usepackage{fancybox} \usepackage{pifont} \usepackage{xcolor} \usepackage{amsthm} \definecolor{solutiongreen}{RGB}{34,139,34} % Counter ...
Student's user avatar
  • 1,530
1 vote
1 answer
43 views

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. ...
Afnan's user avatar
  • 13
1 vote
1 answer
53 views

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 ...
Dirk-Willem van Gulik's user avatar
3 votes
0 answers
22 views

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 ...
digital-Ink's user avatar
  • 3,143

15 30 50 per page
1
2 3 4 5
324