From: Vikas Rawal <vikaslists@agrarianresearch.org>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: caption inside threeparttable
Date: Tue, 1 Sep 2015 18:26:50 +0530 [thread overview]
Message-ID: <828466B8-C3C8-4C08-AF2F-E9F92F9813C4@agrarianresearch.org> (raw)
I have a table like below. How can I get the caption inside threeparttable? Keeping caption outside threeparttable makes it go wider than the table width.
Vikas
#+NAME: energy-cost-uk
#+CAPTION: I have a long caption that is wider than the table and it goes beyond the table much to my dislike
#+begin_table
#+begin_threeparttable
#+attr_latex: :environment tabulary :width \textwidth :align lC :center :font \small
|------------------------------------------------------+---------------|
| Food group | Average |
|------------------------------------------------------+---------------|
| alskjd askjd askjdh | 1.26 |
| d skdjhf s | 9.13 |
| mk dls hds | 4.75 |
| Meat, protein | 4.93 |
| Food and sugar | 3.11 |
|------------------------------------------------------+---------------|
#+attr_latex: :options [flushleft]
#+begin_tablenotes
#+begin_footnotesize
\textit{Source}: \citet{nicholas2014}.
#+end_footnotesize
#+end_tablenotes
#+end_threeparttable
#+end_table
next reply other threads:[~2015-09-01 13:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-01 12:56 Vikas Rawal [this message]
2015-09-01 14:10 ` caption inside threeparttable Rasmus
2015-09-02 2:15 ` Vikas Rawal
2015-09-01 15:25 ` Eric S Fraga
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=828466B8-C3C8-4C08-AF2F-E9F92F9813C4@agrarianresearch.org \
--to=vikaslists@agrarianresearch.org \
--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 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.