emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Custom environment for LaTeX export


From: Julien Cubizolles
Subject: [O] Custom environment for LaTeX export
Date: Sat, 12 Jul 2014 23:34:40 +0200
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux)

I need to export the same org file to both LaTeX and beamer, and I'd
like the headings that are exported to the "block" environment in beamer
to be exported to another environment in LaTeX (named
"consequence"). The LaTeX export engine allows one to specify any
environment but it doesn't suit my needs. Consider the following heading:

--8<---------------cut here---------------start------------->8---
**** Puissance des force de Laplace sur un moment magnétique      :eleves:
#+ATTR_LATEX: :options [Puissance des force de Laplace sur un moment magnétique]
#+BEGIN_consequence
La puissance des forces de Laplace subies par un moment magnétique
plongé dans un champ magnétique et en rotation autour d'un axe
\(\Delta\) est:
#+BEGIN_LaTeX
\begin{equation*}
- m_\perp B_\perp \sin(\theta) \dot{\theta}.
\end{equation*}
#+END_LaTeX

#+END_consequence
--8<---------------cut here---------------end--------------->8---

If I export it to beamer, I get

--8<---------------cut here---------------start------------->8---

\begin{frame}[label=sec-1-1-1]{Puissance des forces de Laplace}
\begin{block}<address@hidden>{Puissance des force de Laplace sur un moment 
magnétique}
\begin{consequence}[Puissance des force de Laplace sur un moment magnétique]
La puissance des forces de Laplace subies par un moment magnétique
plongé dans un champ magnétique et en rotation autour d'un axe
\(\Delta\) est:
\begin{equation*}
- m_\perp B_\perp \sin(\theta) \dot{\theta}.
\end{equation*}
\end{consequence}
\end{block}
\end{frame}
--8<---------------cut here---------------end--------------->8---

but I just want the \begin{block}..., not the \begin{consequence}...


If I export to LaTeX, I get:

--8<---------------cut here---------------start------------->8---
\begin{enumerate}
\item Puissance des force de Laplace sur un moment magnétique
\label{sec-1-1-1-1}
\begin{consequence}[Puissance des force de Laplace sur un moment magnétique]
La puissance des forces de Laplace subies par un moment magnétique
plongé dans un champ magnétique et en rotation autour d'un axe
\(\Delta\) est:
\begin{equation*}
- m_\perp B_\perp \sin(\theta) \dot{\theta}.
\end{equation*}
\end{consequence}
\end{enumerate}
--8<---------------cut here---------------end--------------->8---

but I don't want the \item Puissance..., only the
\begin{consequence}[...

Any ideas how I should go about this ?

Julien.




reply via email to

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