Tagged Questions
3
votes
1answer
38 views
Latex Enumerated List referencing
In latex, when I'm trying to cross reference an item from an enumerated list, instead of getting 6.3, I'm getting 66.3,
My list is a normal list just like any other, only I'm declaring the codes ...
4
votes
1answer
50 views
Hyperref warning when using amsthm and enumerate
hyperref gives the warning that something has been referenced but it doesn't exist. When I use the enumerate (or an itemize) list, I get the warning. Here is the minimal working example (MWE):
...
4
votes
1answer
66 views
\crefname for several layers of an enumerate: problem with enumitem
I want to use the \crefname macro from the cleveref package to set the label names on several layers of an enumerate environment. The following code works very well:
\documentclass{article}
...
0
votes
0answers
27 views
Numbering of \ref within the list environment [duplicate]
This took me a while to find an answer for, and I couldn't find an answer on here, so I thought I'd post and answer my own question.
Somewhere in a latex file, we might have some figures, like so
...
2
votes
1answer
64 views
cross-reference with second level items
In the following situation
\begin{enumerate}
\item
\begin{enumerate}
\item \label{ii}
\item
\end{enumerate}
\item
\end{enumerate}
Item \ref{ii}
I obtain in the output
(a)
(b)
2.
...
4
votes
1answer
103 views
Redefine label in enumerate list
First: Some days ago I posted this question on The LaTeX Community but I have not gotten an answer so I post it here.
Consider the following MWE:
\documentclass[danish]{article}
\usepackage{babel}
...
7
votes
1answer
71 views
Lists, counters, and refs
I'm trying to create an environment containing a single-instance, numbered list (so that I can easily control the spacing, etc.). The problem is that I cannot used \ref to cross-ref to the enumerated ...
1
vote
1answer
75 views
How to define a breakable, resumeable three column list environment
How can I obtain the following? It should have some features:
List environment is able to break over pages;
Each line in list environment has 3 columns. 1st column (counters) is left aligned. 2nd ...
0
votes
1answer
53 views
Hyperref under section dont link to items [duplicate]
Possible Duplicate:
Can individual items in an itemize list be labelled and hyperref linked?
\documentclass[11pt,a4paper]{article}
\usepackage[colorlinks=true]{hyperref}
\begin{document}
...
7
votes
2answers
125 views
How to get a customized counter in enumerate environments and how to label and refer to the items?
In my enumerate environments, I want to have something like \myitem which automatically prints 3(a)., 3(b). etc. (and of course, the regular \items which still print the regular 1., 2., etc.)
BTW, I ...
4
votes
2answers
174 views
Can individual items in an itemize list be labelled and hyperref linked?
If I try to label items in a list as in
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\begin{itemize}
\item blah \label{list:blah}
\pagebreak
\item foo \label{list:foo}
...
10
votes
2answers
102 views
enumitem - labels fine - but references defined empty
Folks - the various hints as how to get to an enumeration/description listing elsewhere (e.g. Enumerated description list, Automatically number a description list) work splendidly.
However - somehow ...
8
votes
3answers
457 views
Numbered examples in linguistics that I can refer back to
I do linguistics and I'm looking for a way to enumerate language examples that lets me reference to them in the text.
(1) This is an example.
Sentence \ref{...} provides a good example of ...
8
votes
1answer
103 views
Unbold referenced label
I'm fetching references from an enumeration. The problem is that I want the labels of the enumeration to be bold (hence, I've added a \textbf command) but I want the references in the text to be plain ...
4
votes
2answers
529 views
Referencing an enumeration item with redefined \labelenumi
I've got the following problem. I redefined the \labelenumi command to get an alphabetic first-order enumeration. If I label an item in this enumeration and generate a reference to it, the number of ...
5
votes
2answers
100 views
Problem with using the list command with cross-referencing
I am facing a problem with the use of list command. I need to generate lists with specific numbering systems and then cross-reference them in different parts.
By using the list command I am able to ...
9
votes
3answers
237 views
Extended reference for enumerate item using parent environment
I want to reference an item of an enumerate list by it's normal label, if we are still in that same enumeration and by an parent.item syntax if we are somewhere else in the document. For example:
...
4
votes
0answers
62 views
Automatic overview for a FAQ list [closed]
In my answer to Enumerated description list you can see, that I've created a special list edtoclist and a list command edtocitem for an internal “table of contents” or in other words an overview, that ...
5
votes
1answer
554 views
Custom enumeration for axioms or hypothesis
This is a follow-up from : Custom Enumeration
I'd want to obtain something like :
Axioms list :
A1. First axiom
A2. Second axiom
A2'. Equivalent version of the second axiom
with cross-reference, ...
5
votes
1answer
198 views
How do I cross-reference custom labels in my enumitem lists without having the punctuation show up?
I am using enumitem to handle my enumerate and itemize lists. I have a list like
\begin{enumerate}[label=Step \arabic{enumi}.]
\item step the first \label{en:step-1}
\item el secundo ...
8
votes
4answers
374 views
Custom Enumeration
I have a problem with enumerating a list of axioms in a custom style.
For instance, if I wanted to write down the axioms that a function will have to satisfy for it to be a homomorphism of rings, ...
2
votes
1answer
118 views
How to cross reference a section and item in a list in single document?
I want to cross reference sections as well as some items in the list in my document.
for ex:
\label helps us to cross reference the sections. If we renew the command to provide the cross reference for ...
8
votes
2answers
594 views
Redefining enumerate counters in beamer
I'd like to do two things with the enumerate environment in beamer.
I'd like to reformat it so that it shows up as
(1) An item
a. A subitem
b. Another subitem
I'd like to be able to refer to ...
3
votes
2answers
493 views
Referencing items while using uncover
I am writing a presentation (using beamer) for a seminar and I just faced a problem I can't handle.
On one slide, I have a big equation and then use an uncover-list to explain all the elements in ...
3
votes
1answer
103 views
Naming enumerated lists referencing the names
Currently I have the following TeX
\begin{enumerate}
\item First idea
\item \label{idea:s} Second idea
\end{enumerate}
\begin{enumerate}
\item Point about \ref{idea:s}
\end{enumerate}
I would like ...
5
votes
1answer
372 views
hyperlink an \item and \ref
I have a custom environment which is just an enumerate with the \item written for me. I would like the enumeration label to be a hyperlink- in the MWE below, it simply links to a page at the end of ...
4
votes
4answers
498 views
Cross-reference entire enumerate list
I would like to refer to all the items of an enumerate environment, by applying a label to the list. I tried this
\documentclass{article}[10pt]
\usepackage{amsmath, hyperref, enumerate}
...
4
votes
2answers
357 views
How to create a custom list and \item element?
I would like to create my own list environment with custom \item element, with a custom tag myitem, that takes an optional parameter (the 2,7,6 in my example). It should be a numbered list. I should ...
4
votes
2answers
484 views
A question about customizing ref in enumitem package
I'm experimenting with enumitem version 3.4 (released Aug 2011) a little but facing a problem in customizing the ref.
What I'm trying to reach is simple: Have list label in the form 1.1.3. for ...
2
votes
2answers
179 views
Looking for a numbered List, with parameter, custom label and custom reference text
I will give an example of what I need exactly. The output should look like the default description list, with numbered labels.
REQ-ABC-001 Lorem Ipsum ...
if the text is longer than a line, ...
10
votes
1answer
456 views
Using cleveref with enumitem's newlists
I'm trying to typeset a proof of a theorem, and I'd like to produce the following output:
Case 3: my text goes here and it can wrap to
another line, wherein I have subcases:
Case 3.a: ...
2
votes
1answer
227 views
Inputenc: utf8 characters in cross-references
I am using the hack given here as accepted solution to refer to a description list item by name instead of number. It works nicely, except when one of the words in the name ends with a non-ascii ...
4
votes
3answers
318 views
References to lists in theorem-like environments/writing # symbol to files
A little warning in advance: This will be quite lenghty. I spent quite some time over the last few days trying to solve the following problem: I'm typesetting mathematical lecture notes and have used ...
7
votes
3answers
4k views
labels for itemize in proposition
I have a Proposition which consists of an itemize with three claims, i.e.
\begin{prop}
\begin{itemize}
\item[(i)] ...
\item[(ii)] ...
\item[(iii)] ...
\end{itemize}
\end{prop}
I wish to insert ...
9
votes
1answer
531 views
Referencing a nested list item by only its most immediate bullet
I'd like to be able to reference a nested enumerated list item only by its inner-most identifying character.
\begin{enumerate}[(1)]
\item
\begin{enumerate}[(a)]
\item \label{mylabel} Referenced ...
4
votes
2answers
1k views
\nameref : how to get counter's label value instead of section name
Hi I build a customer list environment with a counter, and I'd like to be able to reference the name the label associated with the counter. The code below produces an output similar to this:
...
11
votes
3answers
6k views
Reference name of description list item in LaTeX
(Repost from Stack Overflow)
I'd like to refer to a description list item by name instead of number. To that effect, I've added labels to each item, but when referencing them I only get the name of ...
15
votes
4answers
4k views
How does one set custom labels for description lists?
Every now and then I use the description list environment
\begin{description}
\item[foo] foo is good
\item[bar] bar is bad
\end{description}
to create lists with non-numerical labels. ...

