all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Custom environment for LaTeX export
@ 2014-07-12 21:34 Julien Cubizolles
  2014-07-28 14:52 ` Sebastien Vauban
  0 siblings, 1 reply; 15+ messages in thread
From: Julien Cubizolles @ 2014-07-12 21:34 UTC (permalink / raw)
  To: emacs-orgmode

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}<only@+>{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.

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-08-25 20:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-12 21:34 Custom environment for LaTeX export Julien Cubizolles
2014-07-28 14:52 ` Sebastien Vauban
2014-08-10  6:59   ` Julien Cubizolles
2014-08-11  9:24     ` Suvayu Ali
2014-08-14 15:03       ` Sebastien Vauban
2014-08-15  9:46         ` Suvayu Ali
2014-08-15 10:05           ` Nicolas Goaziou
2014-08-15 10:51             ` Suvayu Ali
     [not found]     ` <877g2gvni9.fsf-GANU6spQydw@public.gmane.org>
2014-08-14  9:15       ` Sebastien Vauban
2014-08-15 19:45         ` Marcin Borkowski
2014-08-25 16:32           ` Julien Cubizolles
2014-08-25 16:43             ` Marcin Borkowski
2014-08-25 17:38               ` Julien Cubizolles
2014-08-25 20:11                 ` Marcin Borkowski
2014-08-25 16:53   ` Julien Cubizolles

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.