Re: [NTG-context] mwe (font proble) SOLVED

2021-11-14 Thread Henning Hraban Ramm via ntg-context
> Am 15.11.2021 um 04:34 schrieb Aditya Mahajan via ntg-context > : > > On Sun, 14 Nov 2021, skyhorse--- via ntg-context wrote: > >> >> Solved. Well almost. I do know that it's an access problem of some sort. >> I used 'font-manager' to look at fonts and it showed 'DejaVu Math Tex Gyre'

[NTG-context] Paragraph break over pages with hanging float

2021-11-14 Thread Adam Reviczky via ntg-context
Hi, Is there a way to allow a paragraph to break over two pages (between the paragraph start and the placement of the float) with a hanging float further down the paragraph? MWE: \starttext \input lorem \blank[20*line] % commenting out the hanging float allows paragraph break

[NTG-context] directsetup vs setups

2021-11-14 Thread Rik Kabel via ntg-context
Hello list, Can anyone provide a description of, or a point to a description of, the differences between setups= and directsetup= for including setups? I searched the list archive and the documents and found nothing. (That may indicate my level of search foo, but nonetheless I am in need of

Re: [NTG-context] mwe (font proble) SOLVED

2021-11-14 Thread Aditya Mahajan via ntg-context
On Sun, 14 Nov 2021, skyhorse--- via ntg-context wrote: > > Solved. Well almost. I do know that it's an access problem of some sort. > I used 'font-manager' to look at fonts and it showed 'DejaVu Math Tex Gyre' > as "disabled" > For su is shows the font as usable. > When context is run su,

Re: [NTG-context] Bug in lmt_arrow

2021-11-14 Thread Aditya Mahajan via ntg-context
On Sun, 14 Nov 2021, Aditya Mahajan via ntg-context wrote: > On Sun, 14 Nov 2021, Hans Hagen wrote: > > > On 11/14/2021 4:33 AM, Aditya Mahajan via ntg-context wrote: > > > Hi, > > > > > > There is a bug in lmt_arrow. If given a "non-cycle" path, lmt_arrow > > > completes the cycle. > > > > >

Re: [NTG-context] Bug in lmt_arrow

2021-11-14 Thread Aditya Mahajan via ntg-context
On Sun, 14 Nov 2021, Hans Hagen wrote: > On 11/14/2021 4:33 AM, Aditya Mahajan via ntg-context wrote: > > Hi, > > > > There is a bug in lmt_arrow. If given a "non-cycle" path, lmt_arrow > > completes the cycle. > > > > \starttext > > > > \startMPcode > >newpath p; > >

Re: [NTG-context] mwe (font proble) SOLVED

2021-11-14 Thread skyhorse--- via ntg-context
Solved. Well almost. I do know that it's an access problem of some sort. I used 'font-manager' to look at fonts and it showed 'DejaVu Math Tex Gyre' as "disabled" For su is shows the font as usable. When context is run su, it compiles successfully. So the fonts are there. The example does

Re: [NTG-context] minimum working example plus (output)

2021-11-14 Thread Wolfgang Schuster via ntg-context
skyhorse--- via ntg-context schrieb am 14.11.2021 um 21:13: Hans Hagen via ntg-context wrote: On 11/14/2021 12:26 AM, skyhorse--- via ntg-context wrote: Here is the minium example which I took from the Wikigarden a few minutes ago. \def\T#1{% \startitemize[#1,joinedup] \item This

Re: [NTG-context] minimum working example plus (output)

2021-11-14 Thread skyhorse--- via ntg-context
Hans Hagen via ntg-context wrote: > On 11/14/2021 12:26 AM, skyhorse--- via ntg-context wrote: > > Here is the minium example which I took from the > > Wikigarden a few minutes ago. > > > > \def\T#1{% > >\startitemize[#1,joinedup] > > \item This is a bullet of type #1. > >

Re: [NTG-context] minimum working example plus (output)

2021-11-14 Thread Hans Hagen via ntg-context
On 11/14/2021 12:26 AM, skyhorse--- via ntg-context wrote: Here is the minium not-working example which I took from the Wikigarden a few minutes ago. \def\T#1{% \startitemize[#1,joinedup] \item This is a bullet of type #1. \stopitemize } \starttext

Re: [NTG-context] Bug in lmt_arrow

2021-11-14 Thread Hans Hagen via ntg-context
On 11/14/2021 4:33 AM, Aditya Mahajan via ntg-context wrote: Hi, There is a bug in lmt_arrow. If given a "non-cycle" path, lmt_arrow completes the cycle. \starttext \startMPcode newpath p; ahfactor := 5; p := origin .. (1cm, 1cm) .. (2cm, 0); draw