{enumerate} is about the enumerate list environment. If you use this tag, add the more general {lists} tag.

learn more… | top users | synonyms

5
votes
0answers
229 views

Change a specific label in enumerate environment

I'm using arabtex, and there is an error in the package. When using \alph as a label for enumerate, it works correctly, however it is not in Arabic alphabetical order. As you would expect for the ...
1
vote
0answers
27 views

Enumerate with combination of numbers and letters without using item labels

I want to achieve something like this: 1 blah 2 blub 3a something 3b an alternative of something 4 blob Sure I could use \item[3a] and \item[3b] to get the numbers right BUT the enumeration is part ...
0
votes
0answers
41 views

how to get numbers from enumerate into headnote?

Each paragraph of my text is numbered (by \begin{enumerate} \item and s.o.) So I need to write in a headnote on one side <'title'><'space'>chapter <#> paragraph from <'first paragraph ...
0
votes
0answers
46 views

`\setspace` and `\enumerate`

Forgive the long listing, worried about the behavior of some packages. I am looking to fix the space between text and enumerated list as I switch between \singlespace and \doublespace. Note the ...