From mboxrd@z Thu Jan 1 00:00:00 1970 From: Melanie Bacou Subject: Table notes (below table) in LaTeX? Date: Sun, 22 Feb 2015 17:50:15 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPfM4-0000Mm-S3 for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 17:50:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPfM0-00005r-Q3 for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 17:50:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:52849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPfM0-00005j-IK for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 17:50:24 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YPfLx-0002Bb-KD for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 23:50:22 +0100 Received: from c-69-136-235-188.hsd1.dc.comcast.net ([69.136.235.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Feb 2015 23:50:21 +0100 Received: from mel by c-69-136-235-188.hsd1.dc.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Feb 2015 23:50:21 +0100 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: emacs-orgmode@gnu.org Hi, I have a document with over 50 tables and I need to indicate data sources right below every table. Looking through the list I've found the workaround below, but it's rather syntax heavy, and places the table notes a little too far from the actual table. #+CAPTION: Tanzania Segmentation (Scheme #1, 23 Segments) #+NAME: tab:tza-seg1 #+ATTR_LATEX: :environment tabu :align lrrr #+begin_threeparttable | Segment | Area | Population | Population | | | | | Density | | | /sq. km./ | | /pp/sq. km./ | |-------------------+-----------+------------+--------------| | | | | | | BC, CM | 4,178 | 983,305 | 235 | | BC, CM, RS-WR | 9,057 | 672,557 | 74 | | BC, ML | 7,618 | 358,121 | 47 | | SM, CM | 11,836 | 2,288,607 | 193 | | TM | 23,958 | 1,287,792 | 54 | #+begin_tablenotes _Source_: authors and other notes and data sources. #+end_tablenotes #+end_threeparttable Instead I'd like to simply place all data sources and notes in a bottom row (as in the LaTeX fragment below). \begin{table}[htb] \caption{\label{tab:tza-seg1}Tanzania Segmentation (Scheme \#1, 23 Segments)} \centering \begin{tabu}{lrrr} \toprule Segment & Area & Population & Population\\ & & & Density\\ & \emph{sq. km.} & & \emph{pp/sq. km.}\\ \midrule BC, CM & 4,178 & 983,305 & 235\\ BC, CM, RS-WR & 9,057 & 672,557 & 74\\ BC, ML & 7,618 & 358,121 & 47\\ RS-WR & 13,729 & 412,623 & 30\\ RS, CM & 10,959 & 1,059,554 & 97\\ SM & 5,592 & 514,030 & 92\\ SM, CM & 11,836 & 2,288,607 & 193\\ TM & 23,958 & 1,287,792 & 54\\ \bottomrule Source: authors and other notes and data sources.\\ \end{tabu} \end{table} Any tip to achieve this without using threeparttable? Thanks, --Mel. -- Melanie BACOU International Food Policy Research Institute Snr. Program Manager, HarvestChoice E-mail m.bacou@cgiar.org Visit www.harvestchoice.org