Stefan van der Walt <[EMAIL PROTECTED]> writes: > On Wed, Feb 14, 2007 at 09:26:15PM -0500, Michael Olson wrote: >> > Formulas are typed inline, for example, `y = x + 2`. This works fine, >> > unless you start using subscripts, which muse interprets, i.e. `y_i = >> > d_p`. Is there a way to tell muse to leave everything between `` >> > alone? >> >> Assuming that this is happening in latex-based pdf documents, >> customize muse-latex-markup-specials-document and remove the rule for >> underscores. > > Sorry, I should have been clearer. The problem occurs while typing > the formulas in emacs -- I have no problem with publishing.
(require 'assoc) (adelete 'muse-colors-markup (concat "_[^" muse-regexp-blank "_\n]")) -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC |_] | \| |_| Reclaim your digital rights by eliminating DRM. See http://www.defectivebydesign.org/what_is_drm for details.
pgplt6isWGXMq.pgp
Description: PGP signature
_______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
