hello
in my-init-texmacs i have written this and none of 3 do work
could you help me find why ?
i mean the first two dont create errors but just dont work
;liens
(kbd-map (:mode in-text?) ("l l l"
(small (slink ""))
))
;plie
(kbd-map (:mode in-text?) ("p p p"
(folded (document (concat (small (slink "")) "réponses (cliquer sur " (math "<circ>") ")")) (document ""))
))
; division euclidienne
(kbd-map (:mode in-math?) ("d d d" (insert'
(math (tabular* (tformat (cwith "2" "2" "6" "6" "cell-bborder" "0ln") (cwith "3" "3" "6" "6" "cell-tborder" "0ln") (cwith "5" "5" "6" "6" "cell-bborder" "0ln") (cwith "1" "-1" "6" "6" "cell-lborder" "0.15ln") (cwith "1" "-1" "5" "5" "cell-rborder" "0.15ln") (cwith "1" "-1" "6" "6" "cell-rborder" "0ln") (cwith "1" "1" "6" "6" "cell-tborder" "0ln") (cwith "1" "1" "6" "6" "cell-bborder" "0.15ln") (cwith "2" "2" "6" "6" "cell-tborder" "0.15ln") (cwith "1" "1" "6" "6" "cell-lborder" "0.15ln") (cwith "1" "1" "5" "5" "cell-rborder" "0.15ln") (cwith "1" "1" "6" "6" "cell-rborder" "0ln") (table (row (cell "") (cell "9") (cell "8") (cell "1") (cell "") (cell "7")) (row (cell "") (cell "") (cell "") (cell "") (cell "") (cell "")) (row (cell "") (cell "") (cell "") (cell "") (cell "") (cell "")) (row (cell "") (cell "") (cell "") (cell "") (cell "") (cell "")) (row (cell "") (cell "") (cell "") (cell "") (cell "") (cell ""))))))
)))