From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Import and run tizk code in org-mode Date: Fri, 13 Jan 2017 10:13:01 -0500 Message-ID: <87bmvb0z9e.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cS3YB-0001e9-1Z for emacs-orgmode@gnu.org; Fri, 13 Jan 2017 10:13:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cS3Y7-0001k4-R6 for emacs-orgmode@gnu.org; Fri, 13 Jan 2017 10:13:55 -0500 Received: from [195.159.176.226] (port=42877 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cS3Y7-0001jx-Kk for emacs-orgmode@gnu.org; Fri, 13 Jan 2017 10:13:51 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cS3Xh-0003Ea-Ta for emacs-orgmode@gnu.org; Fri, 13 Jan 2017 16:13: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 Lawrence Bottorff writes: > ... > This makes MathJax not work, but the tex code import work. Is there > anyway to get both, i.e., have my math done by MathJax and my tikz > file import work too? Teach MathJax how to interpret \input perhaps? I don't know if it's possible (and even if it is, it might be a lot of work). I would start by visiting https://github.com/mathjax/MathJax-third-party-extensions The README is useful and also contains a couple of pointers to tutorials and doc pages on the MathJax site. -- Nick