Re: How can I write a number inside a circle?
Giovanni Piredda <[email protected]>
| Newsgroups | gmane.editors.texmacs.user |
|---|---|
| Message-ID | <[email protected]> |
On 23/10/23 16:12, vincent douce wrote:
> i have tried this in my-init-texmacs :
>
> the @1 … @6 work very fine
> but curiously the @1 var do not work
>
> any idea why ?
>
> Vincent
>
> ;-----------------------------------
> ;------ dice and cards ------ only in styx mode !!!!!!!
> ;-----------------------------------
>
> (kbd-map (:mode in-math?)
> ("@ 1" "<#2680>");ne marche pas en "roman"
> ("@ 2" "<#2681>");idem pour les autres
> ("@ 3" "<#2682>");marche avec "styx"
> ("@ 4" "<#2683>");pour les autres poss
> ("@ 5" "<#2684>")
> ("@ 6" "<#2685>")
> ("@ k" (insert '(with "color" "red" "<#2665>")));coeur
> ("@ c" (insert '(with "color" "red" "<#2666>")));carreau
> ("@ p" "<#2660>");pique
> ("@ t" "<#2663>");trefle
> )
>
For me all of these work with Roman on Linux Ubuntu. By the way very
nice shortcuts! I wonder whether anyone else tried them.