From 94420c9d4e85cc6d5da41dead1cf0313577ba894 Mon Sep 17 00:00:00 2001 From: Willem Rein Oudshoorn Date: Thu, 4 Apr 2013 20:18:18 +0200 Subject: [PATCH] Tiny improvement, do not emit text/x-math-config script section if not needed --- plugins/mathjax.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/mathjax.lisp b/plugins/mathjax.lisp index b885952..09af6c3 100644 --- a/plugins/mathjax.lisp +++ b/plugins/mathjax.lisp @@ -9,9 +9,9 @@ (in-package :coleslaw-mathjax) -(defvar *mathjax-header* " +(defvar *mathjax-header* "~@[~] ") (defun enable (&key force config (preset "TeX-AMS-MML_HTMLorMML")