From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: orgtbl in latex files: array with \hline Date: Tue, 29 May 2018 08:59:21 +0200 Message-ID: <87603754mu.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNYbW-0001BF-RU for emacs-orgmode@gnu.org; Tue, 29 May 2018 02:59:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNYbS-00010o-0a for emacs-orgmode@gnu.org; Tue, 29 May 2018 02:59:34 -0400 Received: from [195.159.176.226] (port=55979 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fNYbR-0000zU-P7 for emacs-orgmode@gnu.org; Tue, 29 May 2018 02:59:29 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fNYZI-00010k-Dg for emacs-orgmode@gnu.org; Tue, 29 May 2018 08:57:16 +0200 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" To: emacs-orgmode@gnu.org Hi I would like to generate the following array environment with orgtbl. \begin{equation*} % BEGIN RECEIVE ORGTBL laplace \begin{array}{|c|c|} f(x) & \mathcal{L} \left\{ f(x) \right\} =F(s) \\ \hline \end{array} % END RECEIVE ORGTBL laplace \begin{comment} #+ORGTBL: SEND laplace orgtbl-to-latex :latex-default-table-mode math :environment array | f(x) | \mathcal{L} \left\{ f(x) \right\} =F(s) | \end{comment} \end{equation*} How can I achieve {|c|c|} and \hline when translating the table to latex? Thanks Uwe Brauer