{enumerate} is about the enumerate list environment. If you use this tag, add the more general {lists} tag.
1
vote
2answers
4k views
Enumerate and itemize undefined + captions not working
I am trying to recompile a document in kwrite; I previously compiled it all OK under debian squeeze about 6 months ago, but I now have an opensuse 11.2 (kwrite-4.3.5-0.1.1.x86_64).
A few problems ...
20
votes
2answers
24k views
How do I change the `enumerate` list format to use letters instead of the default Arabic numerals?
I've seen documentation whereby an \alph command is put around the \begin{enumerate} somewhere, but I'm not entirely sure how that operates...
29
votes
3answers
3k views
Resuming a list
I'd like to be able to resume an enumerated list, continuing the old numbering, after some intervening text which should not be formatted like a list item. Is there a nice way to do this?
In ...
20
votes
1answer
830 views
How can I change the order of an alphabetic enumeration?
For instance, in Welsh the alphabet starts a, b, c, ch, d, dd, etc.
Is there a way to automatically alter the ordering of lists to match this?
8
votes
4answers
2k views
How to put bullets in the margin?
I'm no typography expert, but I heard that the bullets and numbers in itemize/enumerate environments are better placed outside of the main body of text, i.e. in the margin. How can I do that in LaTeX?
...
5
votes
2answers
2k views
Include section number in list number
As a follow-up to this question, I'd like to know if it is possible to automatically include the current section number, including all nesting levels, in the list number. How do I accomplish this?
...
11
votes
1answer
763 views
Infinite-depth list
I want to create a command set that allows me to do something like
\nestedlist{
\listitem An item
\sublist{
\listitem A sub item
\listitem Another sub item
}
}
and get
An item
1.1 A ...
21
votes
1answer
5k views
Remove space around bullet points in itemized or enumerated list
How can I reduce the amount of space around items in an itemized or enumerated list? I would like to reduce the vertical space between items, the space to the left of the bullet, and the space ...
30
votes
3answers
18k views
How can I make an enumerate list start at something other than 1?
Sometimes, I want to have enumerate lists in LaTeX start at other than the first value (1, a, i, etc.) How can I make an enumerate list start at an arbitrary value?
9
votes
3answers
6k views
Specifying a no-indent for a list
I have the following:
This is just normal text...
\begin{enumerate}
\item First Item ?\\\\
This is the text of the first item
\item Second Item ?\\\\
This is the text of the second item
...
