mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Superscripts when *not* in math mode


Chronological Thread 
  • From: Lionel Elie Mamane <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Superscripts when *not* in math mode
  • Date: Thu, 4 Dec 2003 14:03:57 +0100

On Thu, Dec 04, 2003 at 12:03:56PM +0100, David Allouche wrote:
> On Thu, Dec 04, 2003 at 11:41:32AM +0100, Lionel Elie Mamane wrote:
>> On Thu, Dec 04, 2003 at 11:34:41AM +0100, Robert Borys wrote:

>> It inserts a superscript for me. The keyboard shortcuts seem inverted,
>> too: M-A-^ looks better for superscript than subscript to me, and
>> vice-versa for M-A-_.

> Here, both yield a superscript. A quick examination to the menu and
> keyboard definition Scheme files did not reveal any obvious bug.

Joris already fixed it, but one inserted a *left* superscript and the
other a *right* superscript. The definition was:

("Subscript" (make-script #t #f))
("Superscript" (make-script #t #t))

instead of

("Subscript" (make-script #f #t))
("Superscript" (make-script #t #t))

(or maybe

("Subscript" (make-script #t #t))
("Superscript" (make-script #f #t))

)

In short, the difference between the two was in the left/right bit
instead of being in the super/sub bit.

--
Lionel

Attachment: signature.asc
Description: Digital signature




Archive powered by MHonArc 2.6.19.

Top of page