On Tue, Dec 1, 2009 at 11:33 AM, Rainer M Krug wrote:
>
>
> On Tue, Dec 1, 2009 at 11:25 AM, Jürgen Spitzmüller wrote:
>
>> Rainer M Krug wrote:
>> > I just tried it out - when you put [plain] into a ERT as the first thing
>> in
>> > a frame, it shows a plain frame, and the same applies for
>> >
On Tue, Dec 1, 2009 at 11:25 AM, Jürgen Spitzmüller wrote:
> Rainer M Krug wrote:
> > I just tried it out - when you put [plain] into a ERT as the first thing
> in
> > a frame, it shows a plain frame, and the same applies for
> > [allowframebreaks]. Several options, can be separated by a comma. B
Rainer M Krug wrote:
> I just tried it out - when you put [plain] into a ERT as the first thing in
> a frame, it shows a plain frame, and the same applies for
> [allowframebreaks]. Several options, can be separated by a comma. But it
> does NOT work for fragile or containsverbatim.
>
> If this cou
I just tried it out - when you put [plain] into a ERT as the first thing in
a frame, it shows a plain frame, and the same applies for
[allowframebreaks]. Several options, can be separated by a comma. But it
does NOT work for fragile or containsverbatim.
If this could be changed, so that it works f
Uwe Stöhr wrote:
> For now - LyX 1.6.5 - I would add a frame that contains a listings inset to
> beamerlyxexample.lyx. OK?
Yes.
Jürgen
Jürgen Spitzmüller schrieb:
Interesting. We should add this information to our beamer example file (by
adding a program listing frame). Can you do this please?
I'm thinking about a way to implement fragile frames.
For now - LyX 1.6.5 - I would add a frame that contains a listings inset to
Uwe Stöhr wrote:
> > You need to use a "fragile" frame, which is not natively supported by
> > LyX.
>
> Interesting. We should add this information to our beamer example file (by
> adding a program listing frame). Can you do this please?
I'm thinking about a way to implement fragile frames.
Jü
Jürgen Spitzmüller schrieb:
You need to use a "fragile" frame, which is not natively supported by LyX.
Interesting. We should add this information to our beamer example file (by adding a program listing
frame). Can you do this please?
thanks and regards
Uwe
On 30/11/2009 17:35, Jürgen Spitzmüller wrote:
Uwe Stöhr wrote:
However, I also get the same error and it seems that the listings package
doesn't work together with beamer.
Not true. You just need the "fragile" frame option, which does not work with
\lyxframe.
See my previous post.
Jürgen
Uwe Stöhr wrote:
> However, I also get the same error and it seems that the listings package
> doesn't work together with beamer.
Not true. You just need the "fragile" frame option, which does not work with
\lyxframe.
See my previous post.
Jürgen
nikunj . schrieb:
How do we insert c code in lyx beamer presentation?
I am trying to use package listings.
but I get an error "\begin{lstlistings} ends by \end{bea...@frames!"
Have you used TeX code to insert the listing of have you used the listings insert via the menu
Insert->Program listi
nikunj . wrote:
> How do we insert c code in lyx beamer presentation?
> I am trying to use package listings.
You need to use a "fragile" frame, which is not natively supported by LyX.
* Instead of the "BeginFrame", insert and "EndFrame"
* Then, below, in ERT
\begin{frame}[fragile]
\frametitle
Hi,
How do we insert c code in lyx beamer presentation?
I am trying to use package listings.
I try the following:
\begin{lstlisting}
union mix_t {
long l;
struct {
short hi;
short lo;
} s;
char c[4];
} mix;
\end{lstlisting}
but I get an error "\begin{lstlistings} ends by \end{
13 matches
Mail list logo