On Sat, May 2, 2015 at 5:08 PM, Patrick Dupre <pdu...@gmx.com> wrote: > Hello, > > It seems that the package enumitem is not compatible with overlays > specifications. > (Beamer) > I am trying to get control on the spacing of the itemized lists. > > Any idea?
Hi Patrick, Could you please use more descriptive subject lines? This one could have been "incompatibility of enumitem with overlays?" or "spacing of the itemized lists in beamer". As for the issue, try the following: 1. go to the first item in your itemize list and put the cursor at the beginning of the line (so it will be after the dot that marks the item). 2. In ERT, insert \setlength\itemsep{\fill} Does that do what you want? Scott