From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: feature proposal, add prefix and suffix to orgtbl matrix Date: Thu, 09 Mar 2017 11:38:04 +0000 Message-ID: <87shmm7k9v.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clwOl-0008AR-EP for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 06:38:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clwOh-0006H7-H6 for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 06:38:23 -0500 Received: from [195.159.176.226] (port=38870 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1clwOh-0006Gg-9f for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 06:38:19 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1clwOY-0003gb-6V for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 12:38:10 +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" To: emacs-orgmode@gnu.org Hi Around two weeks Rasmus suggested to use #+ATTR_LATEX: :mode math :environment pmatrix :math-suffix \times :math-prefix \mathbf{y}= | a | b | | c | d | #+ATTR_LATEX: :mode math :environment pmatrix | 1 | 2 | | 3 | 4 | In order to obtain two matrix clued in the same environment when exporting to latex. And it works nicely. Couldn't orgtbl have a similar feature in order to use it directly in a latex buffer together with orgtbl mode? Thanks Uwe Brauer