emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] MathJax SVG


From: John Tait
Subject: [O] MathJax SVG
Date: Fri, 27 Jun 2014 16:11:04 +0100

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]