From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: change tables to matrix when importing, including expressions. Date: Thu, 13 Jun 2019 16:10:29 -0400 Message-ID: <87v9x9qma2.fsf@alphaville.usersys.redhat.com> References: <87muilwr8m.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59750) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbW3U-0003tU-9N for emacs-orgmode@gnu.org; Thu, 13 Jun 2019 16:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hbW3T-0007AF-3x for emacs-orgmode@gnu.org; Thu, 13 Jun 2019 16:10:40 -0400 Received: from [195.159.176.226] (port=34670 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hbW3S-00077m-Rg for emacs-orgmode@gnu.org; Thu, 13 Jun 2019 16:10:39 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hbW3Q-000m5z-51 for emacs-orgmode@gnu.org; Thu, 13 Jun 2019 22:10:36 +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 Uwe Brauer writes: > However I would like > > #+begin_src > #+attr_latex: :mode math :environment matrix > D= > | 0 | -5 | > | 5 | 0 | > #+end_src > > > To be exported as > > #+begin_src > \[ > D= > \begin{matrix} > 0 & -5 \\ > 5 & 0 \\ > \end{matrix} > \] > #+end_src > #+attr_latex: :mode math :environment matrix :math-prefix D= perhaps? -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler