Skip to main content

Questions tagged [labels]

{labels} is about customizing the labels of {diagrams} and mathematical constructs like {matrices}. For questions about \label or similar commands, use {cross-referencing} instead.

0 votes
0 answers
9 views

list of labels in a separate file out of input files included in a main file

I was trying this amazing solution displayed for the question Can I get a list of labels written to a separate file, or at least in one place in the document? in a project file (main with several ...
qntcmn's user avatar
  • 41
1 vote
1 answer
28 views

Problem using \ref with a specific counter in a new environment

I have created a new environment for definitions and theorems (with a leftbar style) and a specific counter (\thesection.\thecounter), to have (for instance) the following numbering: Definition 1.2.1, ...
J-P's user avatar
  • 11
0 votes
0 answers
45 views

Is it possible to back-reference the labels?

The backref option in hyperref package is useful to display where the references are cited. But this only works for \cite. Is it possible to do something similar for \label? A desirable realization is ...
MMM's user avatar
  • 123
0 votes
1 answer
46 views

Problem with labels when there are multiple tex files

I have a TeX document that combines multiple subfiles, each with uniquely named labels. However, I'm encountering an issue with the \ref command. For instance, an equation labeled aaa in the first ...
eeerase's user avatar
0 votes
0 answers
19 views

Label align environment by a name not a number [duplicate]

I'm interested in giving an equation a name and not a number. E.g. I want equation to label the equation in the following align environment by "(Pythagoras)" instead of a number given by the ...
user99432's user avatar
  • 137
1 vote
0 answers
50 views

Automatic creations of labels for dictionary entries

I'm working on a dictionary and I'm using this solution provided by @cabohah in this post: \nopagebreak has no effect in \newcommand environment What I need is to add a label to each entry of my ...
Dieter's user avatar
  • 127
0 votes
0 answers
25 views

Unable to prevent touching ticklabels in 3D plot

To prevent touching ticklabels, I want to raise the first zticklabel in my 3D plot. Despite I am successfully using this approach in 2D plots, it does not seem to work in 3D plots. For illustration ...
albert's user avatar
  • 1,017
1 vote
0 answers
55 views

Refer to first and last page of each included PDF – Blank page on top

I am referring to this question. I would like to do the same, but adding a blank page before beginning the inclusion of PDFs in the document. I use the following command in the preamble to insert a ...
Francesco B's user avatar
1 vote
0 answers
35 views

Printing diagram numbers for Feynman diagrams

I have the following code to print Feynman diagrams generated by some program. file is \documentclass[11pt]{article} \usepackage{graphicx} % Allows for eps images \usepackage{multicol} % Allows for ...
Tanmoy Pati's user avatar
2 votes
1 answer
23 views

Adding labels inside tikz picture

I want to add labels inside each of the three cycles formed by arcs in the graph. The label should say $b_1$,$b_2$, and $b_3$. The size can be smaller but preferably the same as the size of the labels ...
Vika's user avatar
  • 487
3 votes
1 answer
61 views

Refer to first and last page of each included PDF

I would like to refer to the first and last pages for each of the several PDF documents I am including in a manuscript using \includepdf. Does anyone have suggestions on how to do that? I tried the ...
Francesco B's user avatar
0 votes
1 answer
99 views

usepackage xr not working despite aux files generating fine

my document class is \documentclass[% reprint, amsmath,amssymb, aps,prl, ]{revtex4-2} There is a MAIN.tex and a SuppInfo.tex in the overleaf project, and i want to cross reference figures from ...
smh's user avatar
  • 3
1 vote
1 answer
27 views

Redefining cleverefs multirangeformat for line numbers of listings

I would like to redefine cleverefs \crefrangeformat and probably also \crefmultirangeformat for the line numbers of a listings package. Consider e.g. the MWE below \documentclass{article} \usepackage{...
LaTeChiMan's user avatar
3 votes
1 answer
30 views

axes titles not displaying on pgfplot

i'm new to latex, and was recently using pgfplots, but wanted to label everything so i went back and used x label style, y label style, xlabel, and ylabel to display labels. the code for my labels ...
vice 11's user avatar
  • 31
0 votes
0 answers
26 views

Label defined in my preambule are not listed in \ref Overleaf

For my maths studies, I use a way to create theorems boxes, definitions etc... %Theorem \newcounter{theo}[part] \setcounter{theo}{0} \renewcommand{\thetheo}{\arabic{part}.\arabic{theo}} \...
Raphael 's user avatar

15 30 50 per page
1
2 3 4 5
116