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 do it globally for the entire document. This post suggests the enumitem package. However, I get an error in beamer when i use this package (just declaring it). Any suggestions? I'm currently using the addtolength method on all my itemize environments. I'd like a global solution. Thanks.
|
|
||||
|
|
|
In most documents, you can do this, which avoids the use of extra packages.
(Stufazi suggested a neater way of doing this in his answer, which I will use below.) However, I think that the
Alternatively, you could try this, but I can't guarantee that it won't break something else.
It might be safer to define your own list environment based on itemize and use this in future; thus
This would avoid the necessity for hacks that have unwanted side effects. |
|||||||||||
|
|
Just put the two line in your foredocument (change the 100pt to any value you want):
And if next time you write your document using the
|
|||||
|