3
votes
2answers
69 views

referencing an item from enumerate in an article calss

I misspoke I meant I used enumerate not cases sorry. Is it possible to reference a case? I have \begin{enumerate} and then cases 1 to 4 where each case is a rather detailed. I would like the refer ...
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 ...
2
votes
1answer
24 views

Referencing in multienum package

Can you reference the counter when using the multienum package? See MWE below: \documentclass{article} \usepackage{multienum} \begin{document} \begin{multienumerate} ...
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} ...
5
votes
1answer
77 views

Link enumerate item to subsection

I have an enumerate like this \begin{enumerate} \item this is item 1 in \ref{SectionName1} \item this is item 2 in \ref{SectionName2} \end{enumerate} \section{AAA} \label{SectionName1} text ...
7
votes
2answers
124 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 ...
7
votes
2answers
113 views

Automatic referencing of item number in enumerate environment

Here is what I want: And here is how I want to achieve this: Just like you have the \label and \ref commands for automatic section number referencing, I wish to have something similar which will ...
6
votes
1answer
168 views

Simple answer for multiple choice question

I am writing a question, and I have something like this: \begin{enumerate} \item Question 1 \begin{enumerate} \item Choice 1 \item Choice 2 \end{enumerate} \end{enumerate} ...
8
votes
1answer
102 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
526 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 ...
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: ...
5
votes
2answers
188 views

How to make the hyperlink point to the top of linked figure and item of enumeration?

I want to create a problem booklet. Each problem numbered by enumerate has at most one figure that may either be in marginpar or float and occupy the full width. The caption for each figure has a ...
5
votes
1answer
550 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, ...
12
votes
2answers
245 views

\ref should use enumerate label name

I have done this: \begin{enumerate} \renewcommand{\labelenumi}{\textbf{S.\theenumi}} \item a \item \label{l} b \item c. goto \ref{l} \end{enumerate} The \ref just uses the enumerate number. But I ...
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 ...
10
votes
1answer
256 views

Enumerate environments within theorems

How to create an environment for enumerating that allows one to identify the enumeration with the theorem environment? Example: Definition 1.1 Let X be a set. An algebra over X is a collection C ...
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
593 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 ...
2
votes
1answer
235 views

How to refer to labels in math mode from math mode

If you refer to item labels that are written in math mode from some other math mode occurrence, then you get errors. I guess it's because it leads to nested math modes. Is there any way to avoid these ...
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 ...
4
votes
4answers
496 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
3answers
215 views

Label a complete enumeration

I am trying to create a simple enumeration and give it a label so I can access it. But the only thing I get in return is the number of the subsubsection. This is my code, which doesn't seem to work. ...
4
votes
2answers
483 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 ...
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 ...
7
votes
1answer
733 views

Refer to customized `enumerate` counter

Background I'm typesetting a list of conditions for a certain mathematical object. There are three conditions. Later on I wish to provide an equivalent condition for the third. Therefore, it would be ...
4
votes
2answers
289 views

showexpl LTXexample and references inside enumerate

I've used the wonderful LTXexample environment defined by showexpl to illustrate some LaTeX basics. However, the following code confuses it: the reference remains ?? no matter how many times I ...
3
votes
2answers
582 views

Label numbering gone crazy

I have redefined the enumerate counters to include the section number, and this works as expected. However, when I try to cross-reference text in my document, the number on the reference doesn't show ...