mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] Advanced keyboard mapping


Chronological Thread 
  • From: Bernd Losert <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] Advanced keyboard mapping
  • Date: Tue, 14 Aug 2012 17:50:57 -0400

I am trying to create a keyboard mapping so that when I press "A A A",
the output will be a Ralph Smith calligraphic A. I have no idea how
to do this, so I've tried to mimic some of the stuff in the source
code. I have tried

("A A A" "<cal*-A>"))
("A A A" (with "math-font" "cal*" "A"))
("A A A" (make-with "math-font" "cal*" "A"))
("A A A" '(with "math-font" "cal*" "A"))
("A A A" (make-with '(with "math-font" "cal*" "A")))

but none of these work. Any tips?


  • [TeXmacs] Advanced keyboard mapping, Bernd Losert, 08/14/2012

Archive powered by MHonArc 2.6.19.

Top of page