Re: [O] Exporting a presentation to both slides and handouts?

2012-04-25 Thread Torsten Wagner
Hi, I think most flexible would be to use tags create tags like "handout" and "presentation" Tag all blocks accordingly (handout, presentation or both) Set the export tag to handout or resp. to presentation. Since blocks in slides are represented by third level org headlines one could easily remo

Re: [O] Exporting a presentation to both slides and handouts?

2012-04-25 Thread Eric Fraga
Alan Schmitt writes: > Hello, > > I'm finishing a presentation with org-mode which is exported as beamer > slides. I would like to also export it as a handouts, which basically > means changing a couple lines in the preamble. Is there a way to do it > from the org-mode file, or do I need to edit

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Sebastien Vauban
Hi Jacek, Jacek Generowicz wrote: > When giving, talks, presentations, lectures, tutorials, etc. I would > like to have sparse slides, whose main purpose is to establish an > order for the talk (remind me what to say next), and to highlight the > key messages. They need to be easily legible from t

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Alan Schmitt
On 15 mars 2012, at 15:11, Jacek Generowicz wrote: > Anything belonging to the "handout" class, will *not* be displayed on > the slides, everything else will appear on the slides. Could you play with export tags? http://orgmode.org/manual/Selective-export.html#Selective-export Then setting the ~

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Jacek Generowicz
At Thu, 15 Mar 2012 08:26:13 -0500, John Hendy wrote: > > On Thu, Mar 15, 2012 at 3:49 AM, Jacek Generowicz > wrote: > > At Thu, 15 Mar 2012 09:14:00 +0100, > > Alan Schmitt wrote: > >> > >> Hello, > >> > >> I'm finishing a presentation with org-mode which is exported as > >> beamer slides. I wou

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Alan Schmitt
On 15 mars 2012, at 14:26, John Hendy wrote: > So are you just looking for something to automate this? It seems that > the generation of the beamer slides themselves are the hard part and, > as you say, it would be pretty easy to tweak the resultant .tex file > to give you handouts. Would that wor

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread John Hendy
On Thu, Mar 15, 2012 at 3:49 AM, Jacek Generowicz wrote: > At Thu, 15 Mar 2012 09:14:00 +0100, > Alan Schmitt wrote: >> >> Hello, >> >> I'm finishing a presentation with org-mode which is exported as >> beamer slides. I would like to also export it as a handouts, which >> basically means changing

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Jacek Generowicz
At Thu, 15 Mar 2012 09:14:00 +0100, Alan Schmitt wrote: > > Hello, > > I'm finishing a presentation with org-mode which is exported as > beamer slides. I would like to also export it as a handouts, which > basically means changing a couple lines in the preamble. On a related note, I'm looking to

[O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Alan Schmitt
Hello, I'm finishing a presentation with org-mode which is exported as beamer slides. I would like to also export it as a handouts, which basically means changing a couple lines in the preamble. Is there a way to do it from the org-mode file, or do I need to edit the generated LaTeX manually?