From mboxrd@z Thu Jan 1 00:00:00 1970 From: bsun@pku.edu.cn Subject: Question about the math mode table exporting for latex and html Date: Tue, 07 Jan 2014 17:47:10 +0800 Message-ID: <87ha9gi0o1.fsf@pku.edu.cn> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0TDw-00014p-1R for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 04:45:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0TDo-0003pX-Oz for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 04:45:23 -0500 Received: from mx9.pku.edu.cn ([162.105.129.172]:36044 helo=mail.pku.edu.cn) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0TDo-0003ig-4K for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 04:45:16 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.pku.edu.cn (tmailer) with ESMTP id AA58F138095 for ; Tue, 7 Jan 2014 17:45:01 +0800 (CST) Received: from mail.pku.edu.cn ([127.0.0.1]) by localhost (bj-mail05.pku.edu.cn [127.0.0.1]) (theinterface-new, port 10024) with ESMTP id X6ESUqyPwwEr for ; Tue, 7 Jan 2014 17:45:00 +0800 (CST) Received: from localhost (unknown [162.105.71.37]) by mail.pku.edu.cn (tmailer) with ESMTPSA id AEA20138031 for ; Tue, 7 Jan 2014 17:45:00 +0800 (CST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org hello list, Here is the example. ------------------------------------------------------------------------ #+ATTR_LATEX: :mode math :environment pmatrix :math-prefix \mathbf{H}= | \vdots | 0 | \vdots | | \vdots | H | \vdots | | \vdots | 0 | \vdots | ------------------------------------------------------------------------ These lines generate perfect latex code. But the html exporter omits the #+attr_latex line (which is correct), and produces a plain text table. The question is, is it possible to export the math mode table as latex code in html exporting? Maybe there is some option like "#+attr_html: :mode latex"? Thanks. Regards, Bing