Re: line thickness
Hammer Hu <[email protected]>
| Newsgroups | gmane.editors.texmacs.user |
|---|---|
| Message-ID | <[email protected]> |
Several lines behind (define cell-current-pen-width "1ln") there's a function `cell-set-pen-width'. It should work if you put in init file: (use-modules (table table-edit)) (cell-set-pen-width "0.5ln") Best, Hammer --------------------------------------------- From: Giovanni Piredda <[email protected]> Sent: 15.11.2023 19:18 To: [email protected] Subject: Re: line thickness 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