"Felipe Csaszar" <[EMAIL PROTECTED]> writes:

> Hi All,
>
> You may know about Beamer (a LaTeX style for creating amazing
> presentations, far superior to PowerPoint; for more details see
> http://latex-beamer.sourceforge.net ). The only problem with Beamer is
> that its syntax makes difficult to focus on the content of the
> presentation (the author spends more time opening and closing itemize
> constructs that thinking in the presentation itself).
>
> Wouldn't be nice to have a Muse publishing style that outputs a Beamer
> presentation? I am attaching an example of a muse-like document and
> how it would look as a presentation (see the attachments).
>
> Modifying Muse to do this is difficult but not impossible. I guess
> that having a system like this would positively impact the Muse,
> Beamer, LaTeX, and Emacs communities.

> Any volunteers? I could work as tester and Beamer consultant, but
> don't have the time to do the heavy weight programming.

I think it is a great idea: I had the same thought myself a while ago!
But I haven't had the time to follow it up yet.  I don't think it would
be all that difficult to adapt the latex publishing style to do this.  

I had something a little more elaborate in mind: I think it would be
great to be able to make a document from which one could generate
slides, handouts, and lecture notes using the beamer class.

I envisaged using tags, something like this:

    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras
    hendrerit, metus quis porta tempus, velit turpis semper leo, vitae
    porttitor felis augue ut risus.

    <slide>
    - First slide
      - First bullet
        - sub bullet
      - Second bullet
    </slide>


    Maecenas a risus id sem ullamcorper
    suscipit.  Nam aliquet.

But it could be the other way round, with slides as the top-level, and
tags for notes:

    <note>
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras
    hendrerit, metus quis porta tempus, velit turpis semper leo, vitae
    porttitor felis augue ut risus.
    </note>

    - First slide
      - First bullet
        - sub bullet
      - Second bullet

    <note>
    Maecenas a risus id sem ullamcorper
    suscipit.  Nam aliquet.
    </note>



Regards,

-- 
Jim Ottaway

_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to