mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Problem with keymappings


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: David Allouche <address@hidden>
  • Cc: <address@hidden>, <address@hidden>
  • Subject: Re: [TeXmacs] Problem with keymappings
  • Date: Wed, 3 Mar 2004 13:11:37 +0100 (CET)


> 2. Design a hackish solution with a superscript and table, like this
> one (paste in texmacs with Edit->Paste as->Scheme):
>
> (assign "ordfeminine" (macro
> (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"))))))))

Notice that you do not need a table for this;
it is shorter and faster to use the wide-under primitive.
The underline macro combines this with the decorate-atoms
primitive and there are still some problems with that
(mainly due to the fact that the typesetting language
does not implement closures).




Archive powered by MHonArc 2.6.19.

Top of page