From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: feature proposal, add prefix and suffix to orgtbl matrix Date: Fri, 10 Mar 2017 17:40:21 +0000 Message-ID: <8760jhc9oa.fsf@mat.ucm.es> References: <87shmm7k9v.fsf@mat.ucm.es> <87k27x9hi0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmOX3-0006hD-A4 for emacs-orgmode@gnu.org; Fri, 10 Mar 2017 12:40:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmOWy-0007qh-Ju for emacs-orgmode@gnu.org; Fri, 10 Mar 2017 12:40:49 -0500 Received: from [195.159.176.226] (port=39339 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmOWy-0007qU-95 for emacs-orgmode@gnu.org; Fri, 10 Mar 2017 12:40:44 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cmOWf-0002wd-49 for emacs-orgmode@gnu.org; Fri, 10 Mar 2017 18:40:25 +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 > Hello, > Uwe Brauer writes: > Is it really needed? You could send both tables within the same > environment, couldn't you? No I can't Look at this % BEGIN RECEIVE ORGTBL test \[ \begin{pmatrix} 6 & 7 \\ & \\ 8 & \\ 9 & \\ \end{pmatrix} \] % END RECEIVE ORGTBL test \begin{comment} #+ORGTBL: SEND test orgtbl-to-latex-matrix :splice nil :skip 0 | 6 | 7 | | | | | 8 | | | 9 | | \end{comment} Does not work, if I connect the table I obtain 1 matrix but I want two, besides I cannot have the following result % BEGIN RECEIVE ORGTBL test \[ A= \begin{pmatrix} 6 & 7 \\ & \\ 8 & \\ 9 & \\ \end{pmatrix} \]