On Thu, Feb 15, 2007 at 09:45:25AM -0500, Michael Olson wrote:
> 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]"))

Thanks, Michael.  That at least stops the underscores from being
processed.  Is there any way to define text between ` and ` as a
different kind of markup, so I don't have to disable '_', '*' globally
etc. in muse?

Cheers
Stéfan

_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to