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.

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

1708 questions
11
votes
1 answer

Problems with labeling of Chapter 0

I'm writing a final year project and I would like to start it with a "Preliminaries" chapter, whose number I'd like to be 0. I do the trivial \setcounter{chapter}{-1}, which makes the number of the chapter 0, but it also makes all formulae and all…
Newbie
  • 113
6
votes
1 answer

Using variables in constructing new labels

First, apologies for my lack of knowledge in this matter. I am trying the following code without really understanding every bit and piece of it. Anyway, can anyone help me find what is wrong with the following code? \def\pm…
nzo
  • 63
6
votes
1 answer

How to create an overhanging label for parts of a sentence?

Reference image attached. I also want to be able to change the colour of there arrows and label text, etc.
6
votes
1 answer

How to label sets in Venn diagram using venndiagram package

How do I have the labels (A and B) outside the circles? I would like a solution that uses the venndiagram package. Code: \documentclass{article} \usepackage{venndiagram} \begin{document} …
DJJerome
  • 4,056
6
votes
1 answer

Is there any way to extract the values stored in newlabel

Context: I want to store values in the aux file to use them earlier in the file on the next run, rather than creating my own solution I want to use labels (as suggest by this answer). Problem: Whenever a label is defined it creates something like…
Strategy Thinker
  • 690
  • 5
  • 10
5
votes
1 answer

European CV (resume). How can i add the section "Language(s) Certificates"?

I'm writing the european cv (resume), with a code that is a latex code of the offical version of the european cv format. I need to add the subsection "Language(s) Certificates" (see the picture), but unfortunately online I didn't find the solution…
ryuk
  • 2,257
5
votes
1 answer

Label and non-plain text arguments

I have a custom macro: \NewDocumentCommand\includefigure{mo}{ ... \caption{#2} \label{fig:#2} } The optional argument is used for the caption and the label. The problem is that when I have parts of this argument formatted like…
4
votes
1 answer

Creating different "classes" of labels

I'm trying to write up a paper and I'd like to have a different class of labels for identities vs equations. ie I want something like \label{eq:firsteq} and \label{id:firstid} such that the numbering system for my identities (\ref{id: whatever) is…
Fractal20
  • 255
4
votes
2 answers

Labels not referencing correct number figure

I have a report where it's required to have sections from another report both in the main body as well as in an appendix, and I'm including them by using the \input{some_section} command. I'm referring to figures in text by…
4
votes
1 answer

how to label equations in this way?

Suppose Alice has an equation labelled by (3). After several pages, she wants to label a new equation by (3)', to indicate that the new equation (3)' is an analog of (3). How does she type in Latex to get the label (3)'?
kwgl
  • 251
  • 1
  • 12
4
votes
3 answers

How to avoid the poles of the voltages to overlap the resistors?

Using this code in circuitkz I get this circuit \begin{circuitikz}[american] \ctikzset {voltage/distance from node=1}; \draw (0,0) to[battery,l=V] (0,2) to[R,l^=$R_1$,v=$V_1$] (4,2) to[R,l=$R_2$,v=$V_2$] (4,0) (4,0) --…
agrgal
  • 81
  • 3
4
votes
1 answer

Non-ASCII character in label

Here's my MWE: \documentclass[norsk]{article} \usepackage{babel} \usepackage[utf8]{inputenc} \begin{document} \begin{figure} \caption{Skjærgårdsøl} \label{Skjærgårdsøl} \end{figure} \end{document} This gives the following error…
3
votes
1 answer

Latex: Reference label individual images within figure

Possible Duplicate: Why does an environment's label have to appear after the caption? I currently have: \begin{wrapfigure}{R}{0.3\textwidth} \vspace{-20pt} \begin{center} \includegraphics[width=0.3\textwidth]{images/accumstatic} …
tetris11
  • 187
  • 7
3
votes
1 answer

Need Recommendation for creating honey label in LaTeX

I am an MS student in computer science and engineering at the University of Dhaka, Bangladesh. Alongside my studies, I have a business of honey. I want to stand my honey as a brand. I also decided my brand name "vaijan" means brother. For…
alhelal
  • 2,451
3
votes
2 answers

labels package -- don't center

I've just started using the labels package to manage labels, business cards, and pretty much anything I plan to print "X-up". The documentation is pretty clear -- The task of this package is to produce a rectangular grid of items on a sheet of…
hymie
  • 239
1
2 3 4 5 6