Re: line thickness
Giovanni Piredda <[email protected]>
| Newsgroups | gmane.editors.texmacs.user |
|---|---|
| Message-ID | <[email protected]> |
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