On 2012-11-27, Jürgen Spitzmüller wrote: > Not yet, but I plan to implement a proper frame environment and get rid > of the lyxframe, lyxframeend (and all other lyx-specific hacks) in the > layout.
> My rough plan is to implement a new layout style (say Frame_Environment), > that > will > * directly use the paragraph content as a mandatory argument (as in > \begin{frame}{par content} and \begin{block}{par content}) > * by default nest consecutive paragraphs (with a nested standard paragraph as > default if you hit Enter in a Frame paragraph; two consecutive Enters get you > out of the frame, same as in list nestings) > * separate consecutive frame paragraphs without the need of a "separator". This looks like a proper solution to the 11 years old bug 341 (http://www.lyx.org/trac/ticket/341 duplicated in http://www.lyx.org/trac/ticket/2697) and would obsolete http://www.lyx.org/trac/ticket/5515. As use cases also include Seminar slides, Theorems and letters, I vote for a more generic name. > Effectively, this should result in a hack-less LaTeX code without any > limitations wrt beamer use, but also without any drawbacks in LyX usage (one > of the disadvantages of the proposed module). Thanks a lot for this work! Günter