From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Beamer handouts, pgfpages, no love Date: Mon, 17 Jun 2013 16:26:41 +0200 Message-ID: <87txkwizj2.fsf@gmail.com> References: <871u815h4e.wl%jamshark70@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoaOE-0004OS-SZ for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 10:26:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoaO9-0000Ke-BW for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 10:26:38 -0400 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:42535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoaO9-0000KL-2S for emacs-orgmode@gnu.org; Mon, 17 Jun 2013 10:26:33 -0400 Received: by mail-we0-f182.google.com with SMTP id p60so2443698wes.27 for ; Mon, 17 Jun 2013 07:26:32 -0700 (PDT) In-Reply-To: <871u815h4e.wl%jamshark70@dewdrop-world.net> (James Harkins's message of "Mon, 17 Jun 2013 15:30:25 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: James Harkins Cc: orgmode Hello, James Harkins writes: > Today I was playing around with exporting a beamer presentation for > handouts, following the advice online to use pgfpages for saving dead > trees. I'm not sure if it's an org problem or a LaTeX problem. > > Exporting to a presentation is no problem: > > #+startup: beamer > #+LaTeX_CLASS: beamer > #+LaTeX_CLASS_OPTIONS: [presentation] > #+BEAMER_THEME: default > > For handouts, I tried changing it like this: > > #+startup: beamer > #+LaTeX_CLASS: beamer > #+LaTeX_CLASS_OPTIONS: [handout] > #+BEAMER_THEME: default > #+LATEX_HEADER: \usepackage{pgfpages} > #+LATEX_HEADER: \pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm] > > One problem: if I use any :BMCOL: tags, I get strange errors like this: > > ! LaTeX Error: \begin{minipage} on input line 117 ended by \end{altenv}. > > ... where the entity that is \ended could be several different things. An ECM could be useful. By the way, does the generated LaTeX code look wrong? Regards, -- Nicolas Goaziou