texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Inverted breve


From: Miguel de Benito Delgado
Subject: Re: [Texmacs-dev] Inverted breve
Date: Sun, 13 Jan 2013 13:56:20 +0100

Maybe I should've mentioned that if you want to test to answer my questions, as 
with the regular breve, you can use this one with a <wide> tag. The easiest way 
is to define a new keymap. In your my-init-texmacs.scm (then restart) or in a 
scheme session type:

(kbd-map
  (:mode in-math?)
  ("C-A" (make-wide "<invbreve>")))

Then select something inside math mode and press ctrl+shift+a.

I would of course add the necessary menu items, shortcuts and documentation 
before committing this code.

Best,
--
Miguel de Benito.

On Jan 13, 2013, at 1:38 PM, Miguel de Benito Delgado <address@hidden> wrote:

> Dear list,
> 
>  how do you draw a wide arc above some text in math mode? I found no way and 
> implemented an "inverted breve", for lack of a better name (see the attached 
> patch against latest SVN) Was it necessary or is there already a way to do 
> it? In case there isn't, is the name "invbreve" correct or should I rather 
> choose "arc" or something like that?(especially since the arc has different 
> curvature, angles and vertical offset…)
> 
> <invbreve.diff>
> --
> Miguel de Benito.
> 
> 
> 
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]