It seems that you can switch document class between Beamer and Article-Beamer and get the presentation formatted PDF or an article formatted PDF.

Which is great, but in Latex when you add text between the frames they show up in the article but not the presentation. However text placed between frames in Lyx creates a new frame in the Lyx presentation.

How do I add normal text that only appears in the article output.

OK one way that works is to use an ERT insert with

 \mode<article> {This text is article only}

Is this the only way of doing it?

Graham

Reply via email to