Re: [LyX/master] Beamer block conversion: consider ERT arguments with leading/trailing blanks

2014-05-08 Thread Richard Heck
On 05/08/2014 09:14 AM, Juergen Spitzmueller wrote: commit 769b585176a78bc9a1380190e145aafdbe7d3a17 Author: Juergen Spitzmueller Date: Thu May 8 15:14:44 2014 +0200 Beamer block conversion: consider ERT arguments with leading/trailing blanks Should also go to branch. OK

Re: beamer block

2007-05-22 Thread Neal Becker
Paul A. Rubin wrote: > Neal Becker wrote: >> I want to do this in beamer: >> >> \begin{block}{Key Idea} >> >> \begin{itemize} >> \item \alert{Something interesting} >> \end{itemize} >> \end{block} >> >> Seems to be impossible to do this. >> >> > > Tedious but not impossible (assuming the att

Re: beamer block

2007-05-22 Thread Jürgen Spitzmüller
Paul A. Rubin wrote: > Tedious but not impossible (assuming the attached does what you want). > Haven't tried it in 1.5 yet. In 1.5, it's Edit->Text Style->Alert. Jürgen

Re: beamer block

2007-05-22 Thread Paul A. Rubin
Neal Becker wrote: I want to do this in beamer: \begin{block}{Key Idea} \begin{itemize} \item \alert{Something interesting} \end{itemize} \end{block} Seems to be impossible to do this. Tedious but not impossible (assuming the attached does what you want). Haven't tried it in 1.5 yet. /P

beamer block

2007-05-22 Thread Neal Becker
I want to do this in beamer: \begin{block}{Key Idea} \begin{itemize} \item \alert{Something interesting} \end{itemize} \end{block} Seems to be impossible to do this.