emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Julien Cubizolles <j.cubizolles@free.fr>
To: emacs-orgmode@gnu.org
Subject: Re: Custom environment for LaTeX export
Date: Mon, 25 Aug 2014 18:53:00 +0200	[thread overview]
Message-ID: <8738ckh5oz.fsf@free.fr> (raw)
In-Reply-To: 86k36xedt9.fsf@somewhere.org

Sebastien Vauban <sva-news@mygooglest.com>
writes:

> Julien Cubizolles wrote:
>> 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:
>>
>> **** 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
>>
>> If I export it to beamer, I get
>>
>> \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}
>>
>> but I just want the \begin{block}..., not the \begin{consequence}...
>
> Throwing an idea here: make the `consequence' environment be a no-op in Beamer?

I think I now see how to do it, thanks.

>> If I export to LaTeX, I get:
>>
>> \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}
>>
>> but I don't want the \item Puissance..., only the
>> \begin{consequence}[...

This part this to be more difficult and I'm now thinking about another
way around. In LaTeX export, headings with a level greater than
org-export-headline-levels are exported to enumerate items (according to
the doc you can choose to use itemize items, but I couldn't find
how). A solution to my problem would be to allow the user to choose to
wrap the text of these headings, the way the export to beamer does with
block environments.

Julien.

      parent reply	other threads:[~2014-08-25 16:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8738ckh5oz.fsf@free.fr \
    --to=j.cubizolles@free.fr \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).