mailing-list for TeXmacs Users

Text archives Help


Re: Re: Problem with keymappings


Chronological Thread 
  • From: address@hidden
  • To: address@hidden
  • Subject: Re: Re: Problem with keymappings
  • Date: Thu, 4 Mar 2004 20:08:00 +0100 (CET)

Hello!
I started TeXmacs, opened "std-symbol.ts", pasted your code as scheme and
changed
"kbd-text.scm" accordingly. I then restarted TeXmacs and entered ordfeminine,
but
it gave me a compound error. I thought that your code had an error, so I
removed the "assign" and "macro", leaving the code like this:

(rsup (tabular (tformat
(cwith "1" "-1" "1" "-1" "cell-lsep" "0")
(cwith "1" "-1" "1" "-1" "cell-rsep" "0")
(cwith "1" "-1" "1" "-1" "cell-tsep" "0")
(cwith "1" "-1" "1" "-1" "cell-vcorrect" "n")
(cwith "1" "1" "1" "-1" "cell-bborder" "1ln")
(cwith "1" "1" "1" "-1" "cell-bsep" "2ln")
(twith "table-valign" "T")
(table (row (cell "a"))))))

I then pasted the code in TeXmacs to see the result. It worked out OK!
So, what am I doing wrong?


Thanks for all your help!

Pedro



Archive powered by MHonArc 2.6.19.

Top of page