emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Export / LaTeX / suggestion


From: Fabrice Popineau
Subject: [O] Export / LaTeX / suggestion
Date: Tue, 7 May 2013 21:42:10 +0200

Currently we need to write this :

#+ATTR_LATEX: :options [title of definition]
#+begin_definition
This is a definition.
#+end_definition

to get this with the LaTeX exporter :

\begin{definition}[title of definition]
This is a definition.
\end{definition}

I was wondering if something like this is possible :

#+begin_definition :options [title of definition]
This is a definition.
#+end_definition

Generally speaking, the rest of the line with #+begin_... could be considered as an implicit #+ATTR_HTML for this environment. 

Is it something doable ?

--
Fabrice

reply via email to

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