mailing-list for TeXmacs Users

Text archives Help


Re: line thickness


Chronological Thread 
  • From: Giovanni Piredda <address@hidden>
  • To: address@hidden
  • Subject: Re: line thickness
  • Date: Wed, 15 Nov 2023 19:18:35 +0000

I have investigated a bit (following the ideas in https://texmacs.github.io/notes/docs/menu-shortcuts.html) and found out in progs/table/table-edit.scm the definition

(define cell-current-pen-width "1ln")

This is local to the module. I tried it together with the with-module form shown in http://forum.texmacs.cn/t/advanced-user-tip-interacting-with-scheme-modules/1497, as


(with-module  (resolve-module '(table table-edit)) (define cell-current-pen-width "0.5ln"))


It works in a Scheme session, but it does not yet work for me in the init file. For today I have to stop: perhaps someone has an idea?

Giovanni


On 15/11/23 16:43, vincent douce wrote:
hello all
is it possible in TeXmacs to have finer line that the lines by default ?
thanks

Vincent

PNG image




Archive powered by MHonArc 2.6.24.

Top of page