From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Butz Subject: Re: export beamer Date: Tue, 4 May 2010 16:38:22 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9JGV-000278-Ki for emacs-orgmode@gnu.org; Tue, 04 May 2010 10:38:27 -0400 Received: from [140.186.70.92] (port=51157 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9JGU-00026s-6X for emacs-orgmode@gnu.org; Tue, 04 May 2010 10:38:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9JGS-00055R-Fn for emacs-orgmode@gnu.org; Tue, 04 May 2010 10:38:26 -0400 Received: from mail-bw0-f217.google.com ([209.85.218.217]:34077) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9JGS-000559-7V for emacs-orgmode@gnu.org; Tue, 04 May 2010 10:38:24 -0400 Received: by bwz9 with SMTP id 9so2111490bwz.9 for ; Tue, 04 May 2010 07:38:23 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rares Pop Cc: emacs-orgmode@gnu.org Hi Rares, actually it seems that it IS working. The error you are getting now is a latex error saying that you are missing a package (wrapfig). You probably need to update your latex installation with that package. The way you do this, depends on the distribution you're using. On ubuntu/debian you could do: apt-cache search wrapfig which would give: texlive-latex-extra - TeX Live: LaTeX supplementary packages which would then be the package that you're missing. Cheers, Erik On Tue, May 4, 2010 at 3:18 PM, Rares Pop wrote: > It's not working. > > I'm getting the following error when exporting to PDF: > > ! LaTeX Error: File `wrapfig.sty' not found. > > Type X to quit or to proceed, > or enter new name. (Default extension: sty) > > Enter file name: > ! Emergency stop. > > > l.11 \usepackage > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 {soul}^^M > *** (cannot \read from terminal in nonstop modes) > > =A0Thanks, > Rares > > On Tue, May 4, 2010 at 3:47 PM, Erik Butz wrot= e: >> >> Hi Rares, >> >> I had a similar problem recently which was cured by including >> >> (require 'org-latex) >> >> in my .emacs file. Does this help in your case? >> >> Cheers, >> >> Erik >> >> On Tue, May 4, 2010 at 10:09 AM, Rares Pop wrote: >> > Hi all, >> > >> > i'm using emacs-23.1 and org-mode 6.35i and trying to export as PDF th= e >> > beamer document from the Beamer tutorial >> > http://orgmode.org/worg/org-tutorials/org-beamer.php >> > but i get the following error: >> > >> > org-export-latex-set-initial-vars: No definition for class `beamer' in >> > `org-export-latex-classes' >> > >> > Can you please help me on this front? >> > >> > Thanks, >> > Rares >> > >> > _______________________________________________ >> > Emacs-orgmode mailing list >> > Please use `Reply All' to send replies to the list. >> > Emacs-orgmode@gnu.org >> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > >> > > >