Re: beamer suggestion

2014-05-19 Thread Richard Heck
On 05/19/2014 09:03 AM, Neal Becker wrote: On Mon, May 19, 2014 at 9:01 AM, Richard Heck > wrote: On 05/19/2014 07:17 AM, Neal Becker wrote: How about an 'insert frame', perhaps under 'insert' menu? It would insert a frame, a 'standard' environment n

Re: beamer suggestion

2014-05-19 Thread Neal Becker
That's my usual workflow for setting up a frame. Often, I would then change that standard env to an itemize, and I'd have a typical frame with bullets. What would you do differently? On Mon, May 19, 2014 at 9:01 AM, Richard Heck wrote: > On 05/19/2014 07:17 AM, Neal Becker wrote: > >> How abo

Re: beamer suggestion

2014-05-19 Thread Richard Heck
On 05/19/2014 07:17 AM, Neal Becker wrote: How about an 'insert frame', perhaps under 'insert' menu? It would insert a frame, a 'standard' environment nested under the frame, and a separator. Cursor placed into frame title, ready to add a title. Why are you inserting a nested standard environm

Re: beamer suggestion

2007-05-30 Thread Paul A. Rubin
Bo Peng wrote: Actually, most of my frames are just a big itermize. So you choose begin frame, put a title, switch to itemize, add items. Now if you choose 'begin frame', guess what you've got? begin frame inside an item. blahh. You only need to insert 'endframe' environment at the end of

Re: beamer suggestion

2007-05-30 Thread Bo Peng
Actually, most of my frames are just a big itermize. So you choose begin frame, put a title, switch to itemize, add items. Now if you choose 'begin frame', guess what you've got? begin frame inside an item. blahh. You only need to insert 'endframe' environment at the end of a document. As o

Re: beamer suggestion

2007-05-30 Thread Neal Becker
Paul A. Rubin wrote: > Neal Becker wrote: >> I think inserting begin frame should automatically add the matching end >> frame. >> >> > > It already does -- it ends the *previous* frame. Doesn't seem to do that for me (1.5.0beta3). Actually, most of my frames are just a big itermize. So you

Re: beamer suggestion

2007-05-30 Thread Paul A. Rubin
Neal Becker wrote: I think inserting begin frame should automatically add the matching end frame. It already does -- it ends the *previous* frame. If you mean that it should add an EndFrame environment to end itself, I can see a problem and an annoyance. The annoyance would be that the Ly

Re: beamer suggestion

2007-05-30 Thread Andreas K .
Neal Becker <[EMAIL PROTECTED]> writes: > > I think inserting begin frame should automatically add the matching end frame. > > Agreed. Andreas