emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: John Hendy <jw.hendy@gmail.com>
Cc: emacs-orgmode Mode <emacs-orgmode@gnu.org>,
	Jacek Generowicz <jacek.generowicz@cern.ch>
Subject: Re: Exporting a presentation to both slides and handouts?
Date: Thu, 15 Mar 2012 15:04:54 +0100	[thread overview]
Message-ID: <5B436EAF-E6AC-46B3-8674-4AD5C56D8BB9@polytechnique.org> (raw)
In-Reply-To: <CA+M2ft_44U-Ha1t4HzNSb3BpVmrHrXVjA2XbJekxn4dmgwXRsQ@mail.gmail.com>

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 work?

Yes, this is what I'm currently doing. More precisely, I
- copy the tex file to another name
- edit the prelude

> You can add LaTeX class options to org-mode, and so you could export
> once for the beamer presentation and then export again with the
> handout class option added?
> 
> #+latex_class_options: [handout]
> 
> which produces:
> 
> \documentclass[handout]{beamer}
> 
> in the resultant file.

Yes. When I don't want it anymore, I can remove it. But I'd rather keep it for next time. Is there a way to comment out a local setup line? (Add an extra '#' at the beginning?)

> I haven't made handouts before, but this email got me interested. It
> seems that all this option does is "flatten" the transitions and
> overlays and whatnot? From there it seems one still needs to do
> something to the file to layout the handouts n-up on a page.

Yes, what I'm doing is this (using a package described here http://www.guidodiepen.nl/2009/07/creating-latex-beamer-handouts-with-notes/):

#+LaTeX_HEADER: \usepackage{handoutWithNotes}
#+LaTeX_HEADER: \pgfpagesuselayout{3 on 1 with notes}[a4paper,border shrink=5mm]
#+LaTeX_HEADER: \renewcommand\pgfsetupphysicalpagesizes{%
#+LaTeX_HEADER:     \pdfpagewidth\pgfphysicalwidth\pdfpageheight\pgfphysicalheight%
#+LaTeX_HEADER: }

(The last 3 lines are for xelatex compatibility.)


> Just use a new document to layout the handouts how you want? I also
> stumbled upon pdfjam, which looks like it aims to accomplish this step
> more easily: http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam
> 
> They have this example:
> ---
> A useful application of pdfjam is for producing a handout from a file
> of presentation slides. For slides made with the standard 4:3 aspect
> ratio a nice 6-up handout on A4 paper can be made by
> 
>  pdfjam --nup 2x3 --frame true --noautoscale false --delta "0.2cm 0.3cm" \
>         --scale 0.95 myslides.pdf --outfile myhandout.pdf
> ---

Thanks for the suggestion. I could use that as well indeed.

Alan

  reply	other threads:[~2012-03-15 14:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-15  8:14 Exporting a presentation to both slides and handouts? Alan Schmitt
2012-03-15  8:49 ` Jacek Generowicz
2012-03-15 13:26   ` John Hendy
2012-03-15 14:04     ` Alan Schmitt [this message]
2012-03-15 14:11     ` Jacek Generowicz
2012-03-15 14:55       ` Alan Schmitt
2012-03-15 15:10       ` Sebastien Vauban
2012-04-25  9:08 ` Eric Fraga
2012-04-25 14:50   ` Torsten Wagner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5B436EAF-E6AC-46B3-8674-4AD5C56D8BB9@polytechnique.org \
    --to=alan.schmitt@polytechnique.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=jacek.generowicz@cern.ch \
    --cc=jw.hendy@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).