Re: Lyx and beamer again.

2011-11-05 Thread Jürgen Spitzmüller
Liviu Andronic wrote: > I guess that most Beamer hacks could be dropped once #6753 [1] gets > addressed. Liviu > > [1] http://www.lyx.org/trac/ticket/6753 Indeed, a sane argument UI is a major prerequisite (next to features such as "NextNested" which automatically nests following paragraphs). Ho

Re: Lyx and beamer again.

2011-11-05 Thread Liviu Andronic
On Sat, Nov 5, 2011 at 2:07 PM, Jürgen Spitzmüller wrote: > The problem at the moment is that LyX does not yet support beamer's overlay > arguments (<...>). At the time when the beamer layout was written (by the > beamer author himself, BTW), we also did not yet support mandatory environment > arg

Re: Lyx and beamer again.

2011-11-05 Thread Jürgen Spitzmüller
Bert Lloyd wrote: > Are these issues somewhat reduced by the incremental lists modules? > http://wiki.lyx.org/Layouts/Modules#toc9 > Perhaps these could be included in "stock" LyX in the future and make > the \lyxframe workaround unnecessary? Not really. These modules just hardcode some common ove

Re: Lyx and beamer again.

2011-11-05 Thread Bert Lloyd
On Sat, Nov 5, 2011 at 9:07 AM, Jürgen Spitzmüller wrote: > The problem at the moment is that LyX does not yet support beamer's overlay > arguments (<...>). At the time when the beamer layout was written (by the > beamer author himself, BTW), we also did not yet support mandatory environment > ar

Re: Lyx and beamer again.

2011-11-05 Thread Jürgen Spitzmüller
Bert Lloyd wrote: > I have never understood the purpose of \lyxframe and \lyxframeend when > the standard \begin{frame} and \end{frame} are available. > > Conceding my almost complete ignorance on this topic, wouldn't it be > better to for LyX to use standard Beamer / LaTeX commands whenever > pos

Re: Lyx and beamer again.

2011-11-05 Thread Bert Lloyd
I have never understood the purpose of \lyxframe and \lyxframeend when the standard \begin{frame} and \end{frame} are available. Conceding my almost complete ignorance on this topic, wouldn't it be better to for LyX to use standard Beamer / LaTeX commands whenever possible? This would seem to impr

Re: Lyx and beamer again.

2011-11-04 Thread Murat Yildizoglu
I was ignorant of this mechanism (inserting hte definition only if the last \lyxframeend{} is manually inserted. Since the part of my document that has not been reconverted to the beamer format was just flowing text,I can compile my document once exported to Latex. But since I have only inserted St

Re: Lyx and beamer again.

2011-11-04 Thread Jürgen Spitzmüller
Rich Shepard wrote: > I concur. I've found that each frame needs a \endframe and that also needs > to be the last line in the presentation. This is probably a misunderstanding. I meant that LyX is supposed to \lyxframeend definition to the auto-generated preamble whenever this macro is used (whi

Re: Lyx and beamer again.

2011-11-04 Thread Rich Shepard
On Fri, 4 Nov 2011, Jürgen Spitzmüller wrote: It is defined once you insert an "EndFrame" in the document. In my experience, it is generally advisable to insert such and EndFrame at the end of a presentation. But of course the \lyxframeend definition should be inserted in all cases where this m

Re: Lyx and beamer again.

2011-11-04 Thread Jürgen Spitzmüller
Murat Yildizoglu wrote: > - I have spent some time before observing that, when I have set the > document class to Presentation(beamer) in Lyx; it has introduced the > definition of \lyxframe, but not the one of the \lyxframeend. Once I have > introduced it in the preamble, I have been able to compi

Lyx and beamer again.

2011-11-04 Thread Murat Yildizoglu
Hi, Contrary to what I have announced in my preceding post, I continue to try to import my latex beamers, following the schema to which I have arrived after the remarks of Guenter : convert first the document to article; neutralize the frame commands; import in Lyx; set the document class to beame

Fwd: Lyx and Beamer

2011-06-29 Thread Murat Yildizoglu
Oups, I have forgotten the list's address in my reply. -- Forwarded message -- From: Murat Yildizoglu Date: 2011/6/29 Subject: Re: Lyx and Beamer To: Guenter Milde Thank you Guenter, That works better visually, but I crash too frequently after having introduced

Re: Lyx and Beamer

2011-06-29 Thread Guenter Milde
On 2011-06-29, Murat Yildizoglu wrote: > 2011/6/29 Guenter Milde >> On 2011-06-28, Murat Yildizoglu wrote: >> > Lyx is not able to recognize \section like commands and translate them to >> > its environment structure (this is how I got the \lyxframeend problem: I >> > wanted to have more readable

Re: Lyx and Beamer

2011-06-29 Thread Murat Yildizoglu
2011/6/29 Guenter Milde > On 2011-06-28, Murat Yildizoglu wrote: > > > Lyx is not able to recognize \section like commands and translate them to > > its environment structure (this is how I got the \lyxframeend problem: I > > wanted to have more readable section titles, by selection the > corresp

Re: Lyx and Beamer

2011-06-29 Thread Guenter Milde
On 2011-06-28, Murat Yildizoglu wrote: > Lyx is not able to recognize \section like commands and translate them to > its environment structure (this is how I got the \lyxframeend problem: I > wanted to have more readable section titles, by selection the corresponding > environment for them). Loo

Re: Lyx and Beamer

2011-06-29 Thread Guenter Milde
On 2011-06-28, Richard Heck wrote: > On 06/28/2011 09:28 AM, Murat Yildizoglu wrote: >> Just to complete my previous mail by an example, I get the following >> type strange codings (copied from the View latex code window): >> \end{frame} >> \lyxframeend{}\section{Blabla} >> The \end{frame} com

Re: Lyx and Beamer

2011-06-28 Thread José Matos
On Tuesday 28 June 2011 15:42:08 Richard Heck wrote: > If I were doing this, I'd write a Perl script to handle the clean up. > I've done this already with old documents converted from WordPerfect, > but of course your needs will be different. > > Richard Due to this I have python scripts (no surp

Re: Lyx and Beamer

2011-06-28 Thread Richard Heck
On 06/28/2011 10:27 AM, Murat Yildizoglu wrote: > Thanks Richard, > > This is really bad news for me, since I have a whole bunch of course > beamers that I would like to convert to Lyx, since I am trying to > definitely ditch Scientific Word (after having lived for some time > with both SW and Lyx)

Re: Lyx and Beamer

2011-06-28 Thread Murat Yildizoglu
Thanks Richard, This is really bad news for me, since I have a whole bunch of course beamers that I would like to convert to Lyx, since I am trying to definitely ditch Scientific Word (after having lived for some time with both SW and Lyx). My beamer documents are not particularly fancy, with som

Re: Lyx and Beamer

2011-06-28 Thread Richard Heck
On 06/28/2011 09:28 AM, Murat Yildizoglu wrote: > Just to complete my previous mail by an example, I get the following > type strange codings (copied from the View latex code window): > > \end{frame} > > \lyxframeend{}\section{Blabla} > > > The \end{frame} comes from an Evil Red box and \lyxframee

Re: Lyx and Beamer

2011-06-28 Thread Murat Yildizoglu
Just to complete my previous mail by an example, I get the following type strange codings (copied from the View latex code window): \end{frame} \lyxframeend{}\section{Blabla} The \end{frame} comes from an Evil Red box and \lyxframeend{} is introduced without a selection by me of a frame enviro

Lyx and Beamer

2011-06-28 Thread Murat Yildizoglu
Hi, I have imported a beamer document written previously by Scientific Word (portable latex). The \begin{frame} and \end{frame} instruction have been imported as evel red boxes. This is not a problem in itself, but now, when I introduce a section between two frames Lyx introduces a \lyxframeend in

Re: lyx and beamer class

2010-03-03 Thread Giovanni Bacci
mercoledì 03 marzo 2010, 20:07, Paul Rubin: > Giovanni Bacci writes: > > > Hi all! I'm trying to do a presentation with the beamer class > > inside LyX. I'd like to pass an option to the itemize environment. > > In plain latex: > > \begin{itemize}[<+->] > > > > It's possible to do this dir

Re: lyx and beamer class

2010-03-03 Thread Paul Rubin
Giovanni Bacci writes: > Hi all! I'm trying to do a presentation with the beamer class inside > LyX. I'd like to pass an option to the itemize environment. In plain > latex: > \begin{itemize}[<+->] > > It's possible to do this directly in LyX, without writing all the > itemize code in an ERT?

lyx and beamer class

2010-03-03 Thread Giovanni Bacci
Hi all! I'm trying to do a presentation with the beamer class inside LyX. I'd like to pass an option to the itemize environment. In plain latex: \begin{itemize}[<+->] It's possible to do this directly in LyX, without writing all the itemize code in an ERT? Thanks, Giovanni

Re: lyx and beamer

2006-09-08 Thread Andrés Becerra Sandoval
2006/9/8, Tino Langer <[EMAIL PROTECTED]>: Where I can get some documentation how to use it with lyx? thanx - Tino Paul A. Rubin wrote: > Tino Langer wrote: >> Hello, >> >> I want to use lyx to write some slides with the beamer package. Is it >> possible to do this? I use miketex 2.5, installed

Re: lyx and beamer

2006-09-08 Thread Tino Langer
Where I can get some documentation how to use it with lyx? thanx - Tino Paul A. Rubin wrote: Tino Langer wrote: Hello, I want to use lyx to write some slides with the beamer package. Is it possible to do this? I use miketex 2.5, installed the beamer package, did a reconfigure of lyx but can

Re: lyx and beamer

2006-09-08 Thread Tino Langer
perfectly - many thanks! Paul A. Rubin wrote: Tino Langer wrote: Hello, I want to use lyx to write some slides with the beamer package. Is it possible to do this? I use miketex 2.5, installed the beamer package, did a reconfigure of lyx but can not find beamer as document type. How to do th

Re: lyx and beamer

2006-09-08 Thread Paul A. Rubin
Tino Langer wrote: Hello, I want to use lyx to write some slides with the beamer package. Is it possible to do this? I use miketex 2.5, installed the beamer package, did a reconfigure of lyx but can not find beamer as document type. How to do this? thanx, nice day - Tino LyX is a great w

lyx and beamer

2006-09-08 Thread Tino Langer
Hello, I want to use lyx to write some slides with the beamer package. Is it possible to do this? I use miketex 2.5, installed the beamer package, did a reconfigure of lyx but can not find beamer as document type. How to do this? thanx, nice day - Tino

Re: idiosyncrasies with lyx and beamer (bookmarks)

2006-01-13 Thread Paul A. Rubin
Micha Feigin wrote: On Thu, 29 Dec 2005 21:45:19 -0500 "Paul A. Rubin" <[EMAIL PROTECTED]> wrote: Micha Feigin wrote: For some reason when I use beamer with lyx and set tocdepth to 1 I get no bookmarks for sections/subsections but setting it to 2 I get bookmarks for both sections and subsect

Re: idiosyncrasies with lyx and beamer (bookmarks)

2005-12-30 Thread Micha Feigin
On Thu, 29 Dec 2005 21:45:19 -0500 "Paul A. Rubin" <[EMAIL PROTECTED]> wrote: > Micha Feigin wrote: > > For some reason when I use beamer with lyx and set tocdepth to 1 I get no > > bookmarks for sections/subsections but setting it to 2 I get bookmarks for > > both > > sections and subsections. >

Re: idiosyncrasies with lyx and beamer (bookmarks)

2005-12-29 Thread Paul A. Rubin
Micha Feigin wrote: For some reason when I use beamer with lyx and set tocdepth to 1 I get no bookmarks for sections/subsections but setting it to 2 I get bookmarks for both sections and subsections. This doesn't match the latex behavior which is one behind (sections only in bookmarks for tocdep

idiosyncrasies with lyx and beamer (bookmarks)

2005-12-27 Thread Micha Feigin
For some reason when I use beamer with lyx and set tocdepth to 1 I get no bookmarks for sections/subsections but setting it to 2 I get bookmarks for both sections and subsections. This doesn't match the latex behavior which is one behind (sections only in bookmarks for tocdepth=2 and nothing for t