From c7201682f9dc91b8aca4a78929d9398c1118e390 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=B6cker?= Date: Tue, 17 Aug 2010 12:40:24 +0200 Subject: [PATCH] org-hacks: add section about Static MathJax --- org-hacks.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/org-hacks.org b/org-hacks.org index d6ece19..94cad59 100644 --- a/org-hacks.org +++ b/org-hacks.org @@ -1511,3 +1511,16 @@ define_webjump("worg", "http://www.google.com/cse?cx=002987994228320350715%3Az4g It creates two [[http://conkeror.org/Webjumps][webjumps]] for easily searching the Worg website and the Org-mode mailing list. + +* Use MathJax for HTML export without requiring JavaScript +As of 2010-08-14, MathJax is the default method used to export math to HTML. + +If you like the results but do not want JavaScript in the exported pages, +check out [[http://www.jboecker.de/2010/08/15/staticmathjax.html][Static MathJax]], a XULRunner application which generates a static +HTML file from the exported version. It can also embed all referenced fonts +within the HTML file itself, so there are no dependencies to external files. + +The download archive contains an elisp file which integrates it into the Org +export process (configurable per file with a "#+StaticMathJax:" line). + +Read README.org and the comments in org-static-mathjax.el for usage instructions. -- 2.11.4.GIT