emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: "Thomas S. Dye" <tsd@tsdye.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Table captions in LaTeX export
Date: Fri, 12 Jun 2015 08:41:17 +0100	[thread overview]
Message-ID: <87d211pe5e.fsf@delle7240.chemeng.ucl.ac.uk> (raw)
In-Reply-To: m2616tmp51.fsf@tsdye.com

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	other threads:[~2015-06-12  8:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-12  6:12 Table captions in LaTeX export Thomas S. Dye
2015-06-12  7:41 ` Eric S Fraga [this message]
2015-06-12 16:52   ` Thomas S. Dye
2015-06-12 20:09 ` Rasmus
2015-06-12 21:57   ` Thomas S. Dye

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=87d211pe5e.fsf@delle7240.chemeng.ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=tsd@tsdye.com \
    /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).