Re: How to use 'block' in beamer?

2007-05-23 Thread Paul A. Rubin

Neal Becker wrote:

This is lyx-1.5.0b3.
I selected 'block' and I get something that says:
block ( ERT[{title}] body ): 

There is no way to select that block... with the mouse.  How do I edit it?


You can select the  part with the mouse, right?  The 
other part seems to be just a prompt as to how to format it.


If I do nothing, then pdflatex will pick up the first letter of the
following text and highlight it.

This is the latex code that would correspond to what I want:
\begin{itemize}
\item Key idea: 
\end{itemize}

\begin{block}{Key Idea}
 \alert{Remove Modulation and then filter}
\end{block}



Attached (using the supplied alert text style that JS pointed out on the 
other list).  This may be redundant since you licked the other problem, 
but it can't hurt.


/Paul


newfile1.lyx
Description: application/lyx


How to use 'block' in beamer?

2007-05-22 Thread Neal Becker
This is lyx-1.5.0b3.
I selected 'block' and I get something that says:
block ( ERT[{title}] body ): 

There is no way to select that block... with the mouse.  How do I edit it?

If I do nothing, then pdflatex will pick up the first letter of the
following text and highlight it.

This is the latex code that would correspond to what I want:
\begin{itemize}
\item Key idea: 
\end{itemize}
\begin{block}{Key Idea}
 \alert{Remove Modulation and then filter}
\end{block}