Skip to Content.
Sympa Menu

texmacs-users - Re: [texmacs-users] one shortcut

Subject: mailing-list for TeXmacs Users

List archive

Chronological Thread  
  • From: Giovanni Piredda <address@concealed>
  • To: address@concealed
  • Subject: Re: [texmacs-users] one shortcut
  • Date: Mon, 23 Dec 2024 12:42:17 +0000

Hi,

it works, but not in the environment you are testing it in, that is using an "insert" command inside a Scheme session; I do not know why. To test it, you might try a different way: in the Scheme session, instead of "insert", use "stree->tree"; alternatively, put your "insert" code in a keyboard shortcut and try that.

Giovanni


On 23/12/24 11:33, vincent douce wrote:
hello i am working on a shortcut to get a blue wide block


i can’t manage to understand why this code :

(insert '
(with "color" "blue" (wide-block (document (tformat (cwith "1" "-1" "1" "-1" "cell-tborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-bborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-lborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-rborder" "0.15ln") (table (row (cell (document (with "color" "black" "")))))))))
)

does not produce a blue table, despite this code has been generated by "copying to TeXmacs Scheme » a blue table

Vincent

PNG image




Archive powered by MHonArc 2.6.24.

Top of Page