one shortcut

vincent douce <[email protected]> Mon, 23 Dec 2024 11:33:18 +0100
Newsgroups gmane.editors.texmacs.user
Message-ID <[email protected]>
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