From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Table captions in LaTeX export Date: Fri, 12 Jun 2015 06:52:21 -1000 Message-ID: References: <87d211pe5e.fsf@delle7240.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3SC9-0004OH-QC for emacs-orgmode@gnu.org; Fri, 12 Jun 2015 12:52:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3SC3-00038b-Nw for emacs-orgmode@gnu.org; Fri, 12 Jun 2015 12:52:41 -0400 Received: from gproxy6-pub.mail.unifiedlayer.com ([67.222.39.168]:40832) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Z3SC3-00038E-83 for emacs-orgmode@gnu.org; Fri, 12 Jun 2015 12:52:35 -0400 Received: from [98.155.37.29] (port=56568 helo=manifi) by box472.bluehost.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1Z3SBt-0007gn-5b for emacs-orgmode@gnu.org; Fri, 12 Jun 2015 10:52:25 -0600 In-Reply-To: <87d211pe5e.fsf@delle7240.chemeng.ucl.ac.uk> (Eric S. Fraga's message of "Fri, 12 Jun 2015 08:41:17 +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 Eric, Eric S Fraga writes: > 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=20 > | First | Second | > |-------+--------| > | One | Two | > | Three | Four | > ,#+end_margintable > #+end_src Unfortunately, this isn't fully functional. The internal link points to #+name: and not \label{}. ,---------------------------------------------------------- | Here is a reference to Table=C2=A0[[tab:eg]].=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 | #+begin_margintable=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | #+name: tab:eg=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | #+latex: \caption{Example table\label{tab:eg}}=20=20=20=20=20=20=20=20=20= =20=20 | #+attr_latex: :float nil :booktabs t :center nil | | First | Second |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | |-------+--------|=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | | One | Two |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | | Three | Four |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | #+end_margintable=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 `---------------------------------------------------------- ,------------------------------------------------ | Here is a reference to Table~\ref{orgkeyword1}. | \begin{margintable}=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 | \caption{Example table\label{tab:eg}}=20=20=20=20=20=20=20=20=20=20 | \begin{tabular}{ll}=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 | \toprule=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | First & Second\\=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 | \midrule=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | One & Two\\=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | Three & Four\\=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 | \bottomrule=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 | \end{tabular}=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 | \end{margintable}=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 `------------------------------------------------ All the best, Tom --=20 Thomas S. Dye http://www.tsdye.com