Skip to Content.
Sympa Menu

texmacs-users - [texmacs-users] one shortcut

Subject: mailing-list for TeXmacs Users

List archive

Chronological Thread  
  • From: vincent douce <address@concealed>
  • To: address@concealed
  • Subject: [texmacs-users] one shortcut
  • Date: Mon, 23 Dec 2024 11:33:18 +0100

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



Archive powered by MHonArc 2.6.24.

Top of Page