From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Problem with beamer export Date: Sun, 6 Oct 2013 21:31:09 -0400 Message-ID: <3630654D-6D57-484B-B9D6-5C0D5400BA17@gmail.com> References: Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSzfF-0007xa-62 for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 21:31:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSzf9-0005Us-RH for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 21:31:13 -0400 Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]:63080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSzf9-0005UU-Mh for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 21:31:07 -0400 Received: by mail-qc0-f179.google.com with SMTP id l4so4361851qcv.38 for ; Sun, 06 Oct 2013 18:31:07 -0700 (PDT) In-Reply-To: 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: John Hendy Cc: "emacs-orgmode@gnu.org" Hi John, This is an interesting bug. When I use the stable version of org i.e. = 8.2.1 everything works as expected. To use xelatex I included the following in my .emacs file (some code I = picked up several years ago (setq org-latex-pdf-process (list=20 "xelatex -shell-escape -interaction nonstopmode = -output-directory %o %f" "xelatex -shell-escape -interaction nonstopmode = -output-directory %o %f" )) ;; for multiple passes With regards to the split beamer theme this is included in beamer. I am = using texlive 2013 on the mac. thanks M On Oct 6, 2013, at 9:23 PM, John Hendy wrote: > On Sun, Oct 6, 2013 at 7:45 PM, Marvin Doyley = wrote: >> For more clarification >> Here is a simple test file >=20 > [snip] >=20 > I can't current reproduce. I don't use xelatex, so I did `tlmgr > install xetex` and the same for `xetex-def`. I wasn't sure if Org > would pick up to use xelatex or not, so I took your example, exported > to PDF via `C-c C-e l P` (for LaTeX Beamer) and then opened a terminal > and did `xelatex test.tex`, the file Org created from my test.org file > containing your contents. >=20 > I attached the result. >=20 > Some observations: > - I noticed your latex output has beamer using the split theme. Where > is it picking that? > - You have a line in your #+ headers: `#+BEAMER_HEADER: > \input{header_beamer} \date{}`. I don't have that file so I'm not sure > what it does. I just removed it. > - Here is my .emacs Beamer setting (default from the Org 8.0 new > Beamer Worg page): >=20 > #+begin_src .emacs >=20 > (add-to-list 'org-latex-classes > '("beamer" > "\\documentclass\[presentation\]\{beamer\}" > ("\\section\{%s\}" . "\\section*\{%s\}") > ("\\subsection\{%s\}" . "\\subsection*\{%s\}") > ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}"))) >=20 > #+end_src >=20 > Again, see if the attached looks reasonable. Feel free to tell me how > to more properly export via xelatex if you want someone to try and > reproduce. I'm just not familiar with it at all, so I wasn't really > sure bit gave it the 'ole college try. >=20 >=20 > John >