From 87f6b3b342cd0db042ab73aef54d7163726f1e41 Mon Sep 17 00:00:00 2001 From: "Michael W. Olson" Date: Mon, 24 Sep 2007 15:09:43 -0400 Subject: [PATCH] latex2png: Fix bug introduced by recent change * lisp/muse-latex2png.el (muse-publish-math-tag): Fix bug introduced by recent change. Thanks to Darlan Cavalcante Moreira for the report. --- ChangeLog | 6 ++++++ lisp/muse-latex2png.el | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 88b18c2..b4061f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-09-24 Michael Olson + + * lisp/muse-latex2png.el (muse-publish-math-tag): Fix bug + introduced by recent change. Thanks to Darlan Cavalcante Moreira + for the report. + 2007-09-23 Michael Olson * lisp/muse-context.el (muse-context-pdf-generate): Change diff --git a/lisp/muse-latex2png.el b/lisp/muse-latex2png.el index d198bfd..691763a 100644 --- a/lisp/muse-latex2png.el +++ b/lisp/muse-latex2png.el @@ -247,6 +247,7 @@ centered in the published output, among other things." (concat "latex2png-" (muse-page-name)))) (if centered nil '(("inline" . t)))))) + (goto-char beg) (muse-insert-markup tag-beg) (goto-char end) (muse-insert-markup tag-end) -- 2.11.4.GIT