From mboxrd@z Thu Jan 1 00:00:00 1970 From: LanX Subject: Re: Tutorial for Beamer export seems to lack settings Date: Sat, 6 Aug 2011 17:31:46 +0200 Message-ID: References: <80y5z6inng.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd150f870d08804a9d7e97a Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qpiqr-0005jf-5l for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 11:31:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qpiqp-0000cJ-PH for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 11:31:49 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:45240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qpiqp-0000cD-Gs for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 11:31:47 -0400 Received: by pzk36 with SMTP id 36so5822842pzk.17 for ; Sat, 06 Aug 2011 08:31:46 -0700 (PDT) In-Reply-To: <80y5z6inng.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org --000e0cd150f870d08804a9d7e97a Content-Type: text/plain; charset=ISO-8859-1 ECM? The worg tutorial has an example using #+begin_src which should be translated into \begin{lstlisting} environments in latex. namely: #+begin_src octave A = [1 2 ; 3 4] b = [1; 1]; x = A\b #+end_src But when I check the corresponding latexcode (C-c C-e L) the necessary package is not imported, namely "\usepackage{listings}" I was able to solve the other problem with BEAMER_FRAME_LEVEL adding "\subsection{%s}" to Org-Export-Latex-Classes. I'm using gnu-emacs 23.1.50.1. It seems like some auto-configurations of the latex-classes are not initialized. If I'm the only one experiencing this problem I will try to set up a new emacs instance to test it. Cheers Rolf 2011/8/6 Sebastien Vauban > Hi LanX, > > LanX wrote: > > maybe I'm missing something but the examples in > > > > http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html > > > > don't seem to work with a normal org-mode 7.7 installation. > > > > For instance needed to add \usepackage{hyperref} in > > Org-Export-Latex-Classes to make #+begin_src work. > > > > Are the settings of > > > http://emacs-fu.blogspot.com/2009/10/writing-presentations-with-org-mode-and.htmlnecessary > > to use this tutorial? > > > > Also > > #+BEAMER_FRAME_LEVEL: 3 > > doesn't seem to work for me... no subsections are generated. > > Could you send us an ECM (complete, but... minimal example) that allows us > to > reproduce the above problems? > > Best regards, > Seb > > -- > Sebastien Vauban > > > --000e0cd150f870d08804a9d7e97a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ECM?

The worg tutorial has an example using #+begin_src which should= be translated into \begin{lstlisting} environments in latex.

namely= :
#+begin_src octave 
A =3D [1 2 ; 3 4]
b = =3D [1; 1];
x =3D A\b
#+end_src
But when I check= the corresponding latexcode (C-c C-e L) the=A0 necessary package is not im= ported, namely =A0 "\usepackage{listings}"

I was able to s= olve the other problem with BEAMER_FRAME_LEVEL=A0 adding "\subsection{= %s}" to Org-Export-Latex-Classes.

I'm using=A0 gnu-emacs 23.1.50.1.

It seems like some auto-co= nfigurations of the latex-classes are not initialized.

If I'm th= e only one experiencing this problem I will try to set up a new emacs insta= nce to test it.

Cheers
=A0 Rolf
2011/8/6 Sebastien Vauban <<= a href=3D"mailto:wxhgmqzgwmuf@spammotel.com">wxhgmqzgwmuf@spammotel.com= >
Hi LanX,

LanX wrote:
> maybe I'm missing something but the examples in
>
> http://orgmode.org/worg/org-tutorials/org-beamer/tut= orial.html
>
> don't seem to work with a normal org-mode 7.7 installation.
>
> For instance =A0needed to add =A0 =A0 =A0 \usepackage{hyperref} in
> Org-Export-Latex-Classes to make #+begin_src work.
>
> Are the settings of
> http://emacs-fu.blogspot= .com/2009/10/writing-presentations-with-org-mode-and.htmlnecessary
> to use this tutorial?
>
> Also
> #+BEAMER_FRAME_LEVEL: 3
> doesn't seem to work for me... no subsections are generated.

Could you send us an ECM (complete, but... minimal example) tha= t allows us to
reproduce the above problems?

Best regards,
=A0Seb

--
Sebastien Vauban



--000e0cd150f870d08804a9d7e97a--