From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: orgtbl-insert-matrix, embedded Date: Sun, 19 Feb 2017 17:20:32 +0000 Message-ID: <87r32uksgv.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfVAJ-0005a8-PP for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 12:20:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfVAE-0003yN-RO for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 12:20:51 -0500 Received: from [195.159.176.226] (port=42244 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cfVAE-0003xf-AF for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 12:20:46 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cfVA0-00076i-QM for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 18:20:32 +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 I can use orgtbl-insert-matrix to nicely insert one matrix resulting in % BEGIN RECEIVE ORGTBL neu \[ \begin{pmatrix} 8 & 8 \\ & \\ \end{pmatrix} \] % END RECEIVE ORGTBL neu \begin{comment} #+ORGTBL: SEND neu orgtbl-to-latex-matrix :splice nil :skip 0 | 8 | 8 | | | | \end{comment} is there a way to insert another array into the same latex environment? Thanks Uwe Brauer