From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: caption inside threeparttable Date: Tue, 1 Sep 2015 18:26:50 +0530 Message-ID: <828466B8-C3C8-4C08-AF2F-E9F92F9813C4@agrarianresearch.org> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWm1R-0006Lt-Tk for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 09:54:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWm1M-0005Oz-RA for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 09:54:49 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:33119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWm1M-0005CQ-Lz for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 09:54:44 -0400 Received: by paczk9 with SMTP id zk9so30126430pac.0 for ; Tue, 01 Sep 2015 06:54:21 -0700 (PDT) Received: from [192.168.1.33] ([59.176.42.82]) by smtp.gmail.com with ESMTPSA id y9sm6794841pdp.17.2015.09.01.06.54.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Sep 2015 06:54:20 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list 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