mailing-list for TeXmacs Users

Text archives Help


Re: variations table


Chronological Thread 
  • From: Giovanni Piredda <address@hidden>
  • To: address@hidden
  • Subject: Re: variations table
  • Date: Wed, 6 Apr 2022 20:40:44 +0000


On 06.04.22 21:20, vincent douce wrote:
("t t t" (concat (block* (tformat (table (row (cell ""))))) ""))


Try


(kbd-map
  ("t t t" (insert  `(block* (document (tformat (table (row (cell ""))))) ""))))



====

The trick is to

1) use the "insert" keyword in the code

2) copy the code that composes the TeXmacs structure from TeXmacs itself, with Copy to -> TeXmacs Scheme

3) apply the quote (') or quasiquote (`) in front of the code that you copy, this indicates Scheme that it must not interpret what it reads





Archive powered by MHonArc 2.6.24.

Top of page