From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: latex preview table environment Date: Thu, 16 Feb 2017 16:52:40 -0500 Message-ID: <87vas9ztuf.fsf@alphaville.usersys.redhat.com> References: <87k28pg74k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceTyv-0005op-Ke for emacs-orgmode@gnu.org; Thu, 16 Feb 2017 16:52:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceTys-0005Wh-IV for emacs-orgmode@gnu.org; Thu, 16 Feb 2017 16:52:53 -0500 Received: from [195.159.176.226] (port=54880 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ceTys-0005Vs-BV for emacs-orgmode@gnu.org; Thu, 16 Feb 2017 16:52:50 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ceTyj-0002ic-GF for emacs-orgmode@gnu.org; Thu, 16 Feb 2017 22:52:41 +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 Jeremie Juste writes: > Hello, > > I would like to preview easily latex table environment. I noticed that > org-toggle-latex-fragment shows the latex-preview for the tabular > environment but not for the table environment. > For me, the preview shows both tables. My org-preview-latex-default-process is set to imagemagick. > > \begin{center} > \begin{tabular}{ l | c | r } > \hline > 1 & 2 & 3 \\ \hline > 4 & 5 & 6 \\ \hline > 7 & 8 & 9 \\ > \hline > \end{tabular} > \end{center} > > > > \begin{table} > \begin{center} > \begin{tabular}{ l | c | r } > \hline > 1 & 2 & 3 \\ \hline > 4 & 5 & 6 \\ \hline > 7 & 8 & 9 \\ > \hline > \end{tabular} > \end{center} > \end{table} > -- Nick