[NTG-context] Re: Vertical spacing in table of content

2024-10-06 Thread mf
There's also \writetolist to add arbitrary content and make local adjustments. \writetolist[section]{}{\blank[...]} Massi Il 06/10/24 04:26, Gerion Entrup ha scritto: Hi, for my table of contents, I have set a style that makes sections and subsections smaller than chapters. However, in the

[NTG-context] Re: Vertical spacing in table of content

2024-10-06 Thread Mikael Sundqvist
Hi, not sure exactly what you want, but does adding \setupinterlinespace help you? As in \setuplist[section][ aligntitle=yes, style=\tfx\setupinterlinespace, ] /Mikael On Sun, Oct 6, 2024 at 4:27 AM Gerion Entrup wrote: > > Hi, > > for my table of contents, I have set a style t

[NTG-context] Re: Deactivate (back)links of the bibliography

2024-10-06 Thread Gerion Entrup
Am Sonntag, 6. Oktober 2024, 13:34:19 MESZ schrieb Pablo Rodriguez via ntg-context: > On 10/6/24 04:37, Gerion Entrup wrote: > > Hi, > > > when typesetting bibliographies, ConTeXt seems to link back to the > > (first?) citation within the text. > > A side effect is that the whole reference entry i

[NTG-context] Re: Vertical spacing in table of content

2024-10-06 Thread Gerion Entrup
Thank you, nice, that works like exactly as expected. Gerion Am Sonntag, 6. Oktober 2024, 09:18:47 MESZ schrieb Mikael Sundqvist: > Hi, > > not sure exactly what you want, but does adding \setupinterlinespace > help you? As in > > \setuplist[section][ > aligntitle=yes, > style=\

[NTG-context] Issue with Custom Conversion Code in Latest Version of ConTeXt

2024-10-06 Thread Jorge Manuel
Dear ConTeXt Support Team, I hope this message finds you well. In the latest version of ConTeXt, the following piece of code no longer works as expected. I use it to define a custom legal numbering format for itemized lists: \def\legalconversion#1{  \dorecurse{\numexpr\currentitemlevel-1}{%  \n

[NTG-context] Re: Draw leftframe to a description

2024-10-06 Thread Aditya Mahajan
On Sun, 6 Oct 2024, Gerion Entrup wrote: > I got exactly the same problems like with textbackground (see the > stackexchange post for screenshots). I had replied to you on stackexachange, but I think that the mailing list is a better place to discuss this, so I am following up here. Regarding

[NTG-context] Re: How to improve appearance of bars in frac, sqrt, etc. on screens?

2024-10-06 Thread Alan Braslau via ntg-context
Old mailing list post ... I do not see any issues whatsoever with any viewer under FreeBSD, btw. Alan On Fri, 14 Jun 2024 11:44:34 +0200 Hans Hagen via ntg-context wrote: > > So it’s dependend on the screen rendering, anti aliasing settings > > (that you usually can’t influence). > > hm, so

[NTG-context] Issues with vim and lettrine modules

2024-10-06 Thread Tommaso Gordini
Hi all, I'm trying to compile Axel Kielhorn's guide available here: https://github.com/AKielhorn/Context-Intro However, I get compilation errors regarding *vim *and *lettrine*. Both modules are loaded in the source files, so I typed in the terminal: mtxrun --script install-modules --install vim

[NTG-context] Re: Issues with vim and lettrine modules

2024-10-06 Thread Tommaso Gordini
Sorry, I forgot to specify the following: macOS Sonoma 14.5 context version 2024.09.25 11.53 lmtx version 2.11.05 Ciao Tommaso Il giorno dom 6 ott 2024 alle ore 18:49 Tommaso Gordini < illinguista1...@gmail.com> ha scritto: > Hi all, > > I'm trying to compile Axel Kielhorn's guide available he

[NTG-context] Re: Issues with vim and lettrine modules

2024-10-06 Thread Henning Hraban Ramm
Am 06.10.24 um 18:49 schrieb Tommaso Gordini: Hi all, I'm trying to compile Axel Kielhorn's guide available here: https://github.com/AKielhorn/Context-Intro However, I get compilation errors regarding *vim *and *lettrine*. Both modules are loade

[NTG-context] (ConTeXt LMTX) (Beginner) how do i set up vertical CJK?

2024-10-06 Thread Felix
https://pastebin.com/Cg8ZPDVK I have the code listed above and I am wondering how I can get CJK text to be in a vertical form (along with Vietnamese. I know l2r as an option exists in startalignment, but there seems to not be a vertical equivalent for vertical text. How do I achieve this? _

[NTG-context] Small issue with \breakhere in math mode

2024-10-06 Thread Otared Kavian
Hi Hans and Mikael, I found a small issue in math mode with \breakhere. When \breakhere is followed by a brace in the following line, it creates a spurious break line. It can be fixed easily by the user by adding an empty line or issuing a \relax command, but I wanted to let you know. Please s

[NTG-context] Re: Small issue with \breakhere in math mode

2024-10-06 Thread Wolfgang Schuster
Otared Kavian schrieb am 06.10.2024 um 23:43: Hi Hans and Mikael, I found a small issue in math mode with \breakhere. When \breakhere is followed by a brace in the following line, it creates a spurious break line. It can be fixed easily by the user by adding an empty line or issuing a \relax c

[NTG-context] Re: Deactivate (back)links of the bibliography

2024-10-06 Thread Alan Braslau via ntg-context
On Sun, 06 Oct 2024 17:38:25 +0200 Gerion Entrup wrote: > Am Sonntag, 6. Oktober 2024, 13:34:19 MESZ schrieb Pablo Rodriguez > via ntg-context: > > On 10/6/24 04:37, Gerion Entrup wrote: > > > Hi, > > > > when typesetting bibliographies, ConTeXt seems to link back to > > > > the > > > (first?) ci

[NTG-context] Re: Deactivate (back)links of the bibliography

2024-10-06 Thread Pablo Rodriguez via ntg-context
On 10/6/24 04:37, Gerion Entrup wrote: > Hi, > > when typesetting bibliographies, ConTeXt seems to link back to the > (first?) citation within the text. > A side effect is that the whole reference entry is colored in the > link color.> > Is there a possibility to deactivate the back linking or limi