From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: caption inside threeparttable Date: Wed, 2 Sep 2015 07:45:17 +0530 Message-ID: <74061E22-C04B-4808-B0EE-89CBF9F6C245@agrarianresearch.org> References: <828466B8-C3C8-4C08-AF2F-E9F92F9813C4@agrarianresearch.org> <87r3mib57d.fsf@gmx.us> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWxaC-0000QQ-Ep for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 22:15:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWxa8-0002Le-To for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 22:15:28 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWxa8-0002La-O7 for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 22:15:24 -0400 Received: by paap5 with SMTP id p5so7505065paa.0 for ; Tue, 01 Sep 2015 19:15:24 -0700 (PDT) In-Reply-To: <87r3mib57d.fsf@gmx.us> 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: Rasmus Cc: org-mode mailing list > > Hi, > > Vikas Rawal writes: > >> 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. > > Next time please also include desired output. > > Anyway try this: > > 0. (add-to-list 'org-latex-caption-above 'special-block) > > Hope it's what you are looking for. > Worked like a charm! Thank you. Vikas