emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Table captions in LaTeX export


From: Eric S Fraga
Subject: Re: [O] Table captions in LaTeX export
Date: Fri, 12 Jun 2015 08:41:17 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.4 (gnu/linux)

On Thursday, 11 Jun 2015 at 20:12, Thomas S. Dye wrote:

[...]

> It would be good to have :caption and label honored, even when :float
> nil, like this:

You could always resort to direct LaTeX directives, as in

#+begin_src org
  ,#+begin_margintable
  ,#+latex: \label{tab:eg} \caption{Example table}
  ,#+attr_latex: :float nil :booktabs t :center nil 
  | First | Second |
  |-------+--------|
  | One   | Two    |
  | Three | Four   |
  ,#+end_margintable
#+end_src
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-1216-gb856f6



reply via email to

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