"Jürgen Spitzmüller" <sp...@lyx.org> írta: >Am Freitag 18 Oktober 2013, 14:56:05 schrieb Csikos Bela: >> How to fix this? > >Copy the following into Document > Settings > Local Format, press "validate" >and "OK". > >Style Enumerate-Resume >CopyStyle Enumerate >LatexParam [][resume] >OptionalArgs 0 ># a blue label to indicate that this is not a WYSIWYG label ># because the numbering differs in the output >LabelFont > Color blue >EndFont >End > > >The reason is that powerdot has its own list syntax and an additional optional >argument, so the enumitem module produces the wrong code here.
It works. Thank you. I have two questions. 1. The code inserted as local layout does override/replace the code specified in enumitem module? 2. Loosely related. I tried powerdot because enumitem does not work with beamer. And beamer even starts numbering enumerate list from 1 in every new frame/slide. If I could resume enumeration in beamer I would prefer to use beamer. bcsikos