{enumitem} is a package that provides user control over the layout of the three basic list environments: {itemize}, {enumerate}, and {description}.

learn more… | top users | synonyms

22
votes
2answers
350 views

Modifying labels on some enumerated items

In an enumerate environment, I want a few (not all) of the items to have asterisks which appear before the number (I don't feel strongly about whether the number or the asterisk is horizontally ...
18
votes
2answers
2k views

What are the differences between using paralist vs. enumitem

I am looking for advice on which of these packages to use? Under what circumstances would paralist be preferred over enumitem?
13
votes
1answer
687 views

Centre roman numbers in enumerate environment

I have an enumerated list that uses roman numbers. \documentclass{article} \usepackage{enumitem} \begin{document} \begin{enumerate}[label=\roman*] \item first entry \item second entry ...
11
votes
2answers
204 views

How do I control the font of the item text in an enumitem list?

\documentclass{article} \usepackage{enumitem} \begin{document} \begin{description}[style=nextline] \item[Label 1] {\sffamily\LARGE item text 1} \item[Label2] Item text 2 \end{description} ...
11
votes
3answers
8k views

How to make enumerate items align at left margin?

I would like to have my lists to have no indent for the top level, i.e. having the same left margin as the surrounding paragraph, with just enough space for the widest label to fit: Paragraph text ...
11
votes
1answer
2k views

Does enumitem conflict with beamer for lists?

I am using the enumitem package in a beamer presentation. When I added a usepackage directive for it, the bullets in front of itemize lists disappeared. I tried restoring them by using ...
11
votes
1answer
284 views

Description list with aligned descriptions

This forum thread is exactly what I'm looking for. I want my description environment to produce this: Label is long text lab2 blalballalaa label3 possible second rule label ...
11
votes
1answer
2k views

Description list with right alignment of labels

I want a description list that looks like the following: Name | Joel Spolsky Address | Some address Some zipcode Telephone | +31 123 456 E-Mail | ...
10
votes
2answers
206 views

A new environment based on enumerate

I have defined the following simple environment: \newenvironment{renumerate}{\begin{enumerate}\raggedright}{\end{enumerate}} I wonder how the above can be modified to use with, say, the following: ...
10
votes
2answers
405 views

Can't get my head around enumitem's spacing parameters

Maybe it's my terrible lack of sleep but I can't get my head around enumitem's horizontal spacing parameters. What I want is a decription enviroonment in which the first line of each item (where the ...
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 ...
10
votes
1answer
458 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: ...
9
votes
3answers
1k views

Trouble combining enumitem and beamer

I have trouble combining two things for a set of slides: Adjust item separation globally Use default overlays of lists locally (parameter [<+->]) I use enumitem for 1. but it seems to ...
9
votes
3answers
510 views

Defining an new itemize like environment where \item[foo] passes foo to a macro

I want to use enumitem or similar package to define a basic list with the following properties: When \item has no optional argument, a small square (\rule{1em}{1em}) is used When \item[foo] is ...
9
votes
4answers
184 views

Two-colum task list with status information

I'm trying to generate a two-column task list with status information in the second column. It has to allow page breaks and should look more a less like this: I managed to hack something together ...
9
votes
2answers
169 views

Nested enumerate labels with parent label appended plus a single set of enclosing parentheses

I want to have a list like (1) foo (1.1) foo (1.2) foo (2) foo I am using the package enumitem and \begin{enumerate}[label=(\arabic*)] \item foo \end{enumerate} I know that i can append ...
9
votes
3answers
542 views

enumerate in multicols

The following image illustrates what am looking for: Essentially I want the numbering to occur as shown above but using the multicol and enumitem package. But when I try it by using the following ...
9
votes
3answers
149 views

How to “bubble in”/color fill an item counter ((A),(B),(C),…) in an enumerated list

I'm trying to make an answer explanation guide for a test where the correct answer is "bubbled in". I've tried using the enumitem package and tikz as shown in this post (Enumerated list with blue ...
9
votes
2answers
5k views

How to tab the whole subitem?

I'm typing up a document that requires subitems (ex: 1. a), b), etc.). I have been able to do this by using \subitem but what really bugs me is that only this first line of the subitem has a indent ...
9
votes
1answer
215 views

How to change symbol separating description item definitions with enumitem

I'm trying to alter the description environment with enumitem so that an item will be separated from its description by a dash rather than a colon. Having searched the documentation and this forum, I ...
9
votes
3answers
547 views

Leftalign labels with enumitem

I'm using the enumitem package to define a legal list: \usepackage{enumitem} \newlist{legal}{enumerate}{10} \setlist[legal]{label*=\arabic*.} The output for a list looks like this: 1. foo 1.1 ...
9
votes
1answer
2k views

Tabbing with automatic line breaks

I want to format text like this: a) Bla bla bla bla lbal bla blablalakasdfdl sdlf sdfl blablalbalasldkfsdflksdf b) b;sdfdfgldfgajs;dflsfsldfk s;dlfskfwopwerkrotkdfpgodfg osdofkdfgk ...
8
votes
3answers
1k views

enumitem package and description lists

Why does the following generate an error? \documentclass{article} \usepackage{enumitem} \begin{document} \begin{description}[label=\emph{\alph*})] \item [aaa] bbbb \item [eee] əəəə ...
8
votes
2answers
314 views

How does the enumitem package place the labels?

In the following screenshot, I would like the 1st item A) in the inline mode to be at the same level of indentation of the labels A) to D) in the first list. To do that I would like to know how the ...
8
votes
2answers
130 views

Custom enumeration with undesired kerning

The following code produces the desired result as shown below: \documentclass[letterpaper]{article} \usepackage{xcolor} \usepackage{amsmath,amssymb,calc,bbding} \usepackage{enumitem} ...
8
votes
2answers
166 views

How to create an inline list via a macro

I want to create a macro that yields an inline lists. I can easily do this using enumerate* form the the enumitem package, but when I attempt to wrap this in a macro, I get: Extra }, or forgotten ...
8
votes
1answer
1k views

A five level deep list

I would like to create a five level deep list using the enumitem package. I found this suggestion on stackoverflow and implemented it as follows \documentclass[twoside,a4paper,12pt]{report} ...
8
votes
1answer
104 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 ...
8
votes
1answer
365 views

Alternative Enumeration Environment

I have a theorem which lists a bunch of properties, and then I prove them one-by-one. Because the proofs are long, it looks awkward when every line is automatically indented by the enumerate ...
8
votes
2answers
346 views

Best way to part answers from solutions?

Now, if anyone could change the title into something better that would be great =) I am writing a rather long document, which contains plenty of integrals. I have a big list of integrals sorted in a ...
7
votes
3answers
517 views

newenvironment enumerate

I'd like to get a list with the label $\mathscr{G}_1$, where G_1 is the first item in the list. If I use \newenvironment{enumeratescr}{\begin{enumerate} [labelindent=\parindent, ...
7
votes
2answers
122 views

Unexpected list spacing when trying to implement vertical lists in paragraph style (with enumitem)

I'm trying to create a styling for certain numbered lists where they are formatted as normal paragraphs; i.e., a paragraph indent before the label, with all subsequent lines of each item unindented. ...
7
votes
2answers
142 views

enumitem conflicts with galician

The following code: \documentclass{report} \usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} \usepackage[galician]{babel} \usepackage[shortlabels]{enumitem} \begin{document} \chapter{Preguntas ...
7
votes
2answers
91 views

Different colours for the bullets in itemize environment

In the following list, the colour of the bullet will be fixed: \begin{itemize} \item Good point 1 \item Good point 2 \item Poor statement 1 \item Poor Statement 2 \end{itemize} Is there anyway to ...
7
votes
1answer
670 views

how to define inparaenum in the preamble

I'm using both \inparaenum and \enumerate in my thesis and I would like them to set them in the preamble so that each item is set off with a). I used \setenumerate[0]{\itshape a\upshape)} in the ...
7
votes
1answer
736 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 ...
7
votes
1answer
143 views

Unable to Remove Vertical Space Before and After Lists within longtable

All the tricks to remove vertical space before and after itemize lists (using enumitem) seem to work well in table/tabular environments, but not in longtable. The following MWE illustrates the ...
7
votes
1answer
202 views

How to alternate labels' styles in enumerated lists?

How can I alternate the display of an enumerated list's counter according to which command I've used? E.g., I want \foo{poor Yorick!} to look like (9) poor Yorick! but I want \bar{Joelle} to have a ...
7
votes
1answer
993 views

Automatically number a description list [duplicate]

Possible Duplicate: Enumerated description list I would basically like to produce some kind of combination of an enumerate and a description environment. Manually \begin{description} ...
7
votes
1answer
91 views

labelsep in enumitem: stretch ignored

As the title says: labelsep setting in the enumitem package ignores the stretch part. I would be happy to have a stretch there (in the end actually the current font's interword stretch achieved by ...
6
votes
2answers
636 views

Enumerated list with blue circles and number inside it

I am creating a manual for an application and I would like to provide step by step directions of the application. For the step numbers, I would like to use big, blue circles with white numbers in it. ...
6
votes
1answer
483 views

\usepackage{enumitem} produces “Environment description undefined” error

If I run pdflatex on the following: \documentclass[class=minimal,border=0pt]{standalone} \usepackage{tikz} \usepackage{varwidth} \usepackage{upquote} % \usepackage{enumitem} ...
6
votes
1answer
392 views

Indenting multiple paragraphs in description

I am trying to put multiple paragraphs in a description, where the body text is indented by one \parindent, and I want to indent the second paragraph by one \parindent relative to the body text ...
6
votes
1answer
102 views

Asterisk inside a variable

I am trying to define a variable with an asterisk in its value but keep getting errors. I have tried \def, \let and \newcommand but neither worked. A minimal example: \documentclass{article} ...
6
votes
1answer
189 views

Using enumitem inside mdframed

I tried to use enumitems within mdframed as \documentclass{article} \usepackage{mdframed} \usepackage{enumitem} \usepackage{pifont} \newcommand{\pitem}[1]{{\item {\small #1}}} \begin{document} ...
6
votes
2answers
5k views

Global setting of spacing between items in itemize environment for beamer

I'd like to modify the spacing between items in the itemize environment. This post shows how to modify a specific itemize environment (\addtolength{\itemsep}{0.5\baselineskip}). However, I'd like to ...
6
votes
1answer
120 views

Controlling parindent in enumerate inside customized list environment

I'm trying to control the indentation of paragraphs in an enumerated list that is inside a customized list environment. I find that changing \parindent in the inner list has no effect. Here's an ...
6
votes
1answer
316 views

Bullet and number indenting in list

I would like to make a custom indenting for lists: Bullet or number is indented 1.2 cm from the left margin Text (all lines) is indented 1.8 cm from the left margin I am trying to use the enumitem ...
6
votes
1answer
297 views

Nested enumerate (enumitem) interferes with suppressing vertical space after theorem heads.

In the post How to suppress vertical space between theorem heads and enumitem environments? David Carlisle suggested a piece of code that helps suppressing vertical space between theorem heads and an ...
6
votes
1answer
197 views

How to change list settings globally?

I'm new to latex, so this might just be a stupid error on my end, but I've downloaded the enumitem package and am trying to globally change the style of {enumerate} so that I don't have to type ...

1 2 3 4