muse-latex2png: Fix several <latex> and <math> issues
commit931e8f71b5a8cadb33cb35cd7aae6b31657c5839
authorMichael Olson <mwolson@gnu.org>
Sun, 14 Jan 2007 07:14:38 +0000 (14 07:14 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 14 Jan 2007 07:14:38 +0000 (14 07:14 +0000)
tree91f0dd71f84aa8327d39e61672c97a16c3e8c44d
parent58b3aa4dfc4bf27297fa9fb4cb1505c206d729c6
muse-latex2png: Fix several <latex> and <math> issues

2007-01-14  Michael Olson  <mwolson@gnu.org>

* lisp/muse-latex2png.el: Associate <math> tag with
muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
Klymak for the report.
(muse-publish-math-tag): Use muse-insert-markup for the "$"
characters, so they don't get escaped.

* lisp/muse-publish.el (muse-style-derived-p-1): New function to
make muse-style-derived-p easier to implement.
(muse-style-derived-p): If the style is not provided, fetch it and
check to see if the car is a string.  This should fix the other
problem that was reported.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-269
ChangeLog
lisp/muse-latex2png.el
lisp/muse-publish.el