Is there a guide out there on how to customize the enumerate and itemize instances in my code? (I'm using the Memoir class in LaTeX for Windows, and I have the enumitem package included.) I want to mess with the margins and spacings to make my lists look a little less "LaTeX-default"...
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
This is some of the default examples included in the
Also see Good way to make \textcircled numbers? for a way to use |
|||||||
|


enumitemdocumentation? It includes a number of examples contained with section 13 Samples (p 13). Look at that - section and page match!:)– Werner Dec 10 '11 at 22:40enumeratepackage, butenumitemis more powerful. I would recommend not to mess much with the parameters, though, as it's easy to get wrong shape for lists. – egreg Dec 10 '11 at 22:45