Re: [O] org-pretty-entities and symbols like M_x^y

2012-12-13 Thread Bastien
Achim Gratz writes: >> When the facts change, I change my mind. What do you do, sir? > > If the facts have been changing once, I can wait for them to change > again. Or they may not even be facts after all. :-) This opens up my mind a lot, thanks :) -- Bastien

Re: [O] org-pretty-entities and symbols like M_x^y

2012-12-13 Thread Achim Gratz
Rasmus writes: > - \bar{x}, tilde{x}, underline{x}, ... ==> constructed using >combining utf8 characters ¹ (or at least support of it; i couldn't >get it working properly) We've been at this before, but I believe that introducing utf8 characters into the sources would cut off Emacs 22 com

Re: [O] org-pretty-entities and symbols like M_x^y

2012-12-13 Thread Rasmus
Bastien writes: > M_x ^y is the only (non fully satisfactory) solution I can think of. In general org entities work wonders, and I'm a very happy user. I have a couple of others things that could be made nicer (somehow). '===>' indicates what would be nicer: - \frac{x}{y} ===> [(x)/(y)] or so

Re: [O] org-pretty-entities and symbols like M_x^y

2012-12-13 Thread Bastien
Hi Laurent, Laurent Hoeltgen writes: > I was wondering if there is a way to fontify expressions like M_x^y > correctly with org-pretty-entities. M_x ^y is the only (non fully satisfactory) solution I can think of. -- Bastien

[O] org-pretty-entities and symbols like M_x^y

2012-10-14 Thread Laurent Hoeltgen
Hi I was wondering if there is a way to fontify expressions like M_x^y correctly with org-pretty-entities. M_x^y displays the subscript x correctly but not the superscript y. M^y_x displays the superscript y correctly but not the subscript x. Regards, Laurent