From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Tait Subject: MathJax SVG Date: Fri, 27 Jun 2014 16:11:04 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf301d425ad86e8204fcd2b781 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Xnv-0002Ef-HI for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 11:11:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Xnu-0001GA-AO for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 11:11:07 -0400 Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]:59545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Xnu-0001Fw-5H for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 11:11:06 -0400 Received: by mail-ie0-f174.google.com with SMTP id lx4so4361680iec.5 for ; Fri, 27 Jun 2014 08:11:04 -0700 (PDT) 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 --20cf301d425ad86e8204fcd2b781 Content-Type: text/plain; charset=UTF-8 Hi I'd like to use org-mode and MathJax to produce maths in SVG format. MathJax's CSS maths is wonderful but I need SVG for a specific purpose (printing). If I have a simple file like below, can I configure MathJax to render SVG? Thanks John #+TITLE: Maths test #+LATEX_HEADER: \usepackage{amsmath} #+TEX $$\begin{matrix} a & b & c \\ d & e & f \\ g & h & i \end{matrix}$$ #+END_TEX --20cf301d425ad86e8204fcd2b781 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi

I'd like to use org-mode and Mat= hJax to produce maths in SVG format.=C2=A0

MathJax= 's CSS maths is wonderful but I need SVG for a specific purpose (printi= ng).

If I have a simple file like below, can I configure Mat= hJax to render SVG?

Thanks

John



#+TITLE:= Maths test

#+LATEX_HEADER: \usepackage{amsmath}

#+TEX

$$\begin{matrix}
=C2=A0 a &= amp; b & c \\
=C2=A0 d & e & f \\
=C2=A0 g = & h & i
=C2=A0\end{matrix}$$

#+END_TEX

--20cf301d425ad86e8204fcd2b781--