emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Latex export and label entries


From: Carsten Dominik
Subject: Re: [Orgmode] Latex export and label entries
Date: Thu, 3 Dec 2009 15:31:29 +0100

Hi,
On Dec 2, 2009, at 2:51 PM, address@hidden wrote:


Hi,

I use org-export-latex to create latex powerdot
file. I make adaptation of template defined for
beamer class and it works quite well.

I have a problem I would like to submit :

By default in each section or slide (frame) environment,
there is a label added by default. This instruction
is not recognized by powerdot class. Is there a way
to prevent org-export-latex function to add such label
entries ?


a work-around would be to add this to your powerdot definition of org- export-latex-classes:

\def\label#1{}

I could make label generation optional, but since this is a standard LaTeX command, I don't want to remove it.

HTH

- Carsten


My document is following

#+LaTeX_CLASS: powerdot
#+TITLE: Presentation
#+AUTHOR: author
#+OPTIONS: H:2 num:t toc:nil

* Test 1
** Test in 1
*** Test in 1 in 1
* Test 2
** Test in 2
*** Test in 2 in 2

If you want to reproduce, you can substitute powerdot
by beamer for LaTeX_CLASS definition. You will find in
tex file the following :

\section{Test 1}
\label{sec-1} <=


Thanks

____________________________________________________

Michael Jackson, Susan Boyle, Black Eyed Peas ... Retrouvez leurs derniers titres sur http://musiline.voila.fr





_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

[Prev in Thread] Current Thread [Next in Thread]