[NTG-context] Hyphen collapsing

2021-05-06 Thread Thangalin
Not sure if this is a regression: % SOF \nohyphencollapsing \setuphead[chapter][align={nothyphenated}] \starttext \chapter{Such --- Emdashery} \stoptext % EOF Expected: No collapsed hyphens. Actual: Hyphens are collapsed. Workaround: Remove the nothyphenated option or insert

[NTG-context] SVG transparent stroke shown

2021-05-06 Thread Thangalin
Hi again! % SOF\startbuffer[svg] \stopbuffer \starttext \placefigure{}{\includesvgbuffer[svg][conversion=mp]} \stoptext % EOF Expected: No border around the outer white box, border around the inner green box. Actual: Border around both boxes. Version: 2021.05.06 Additional details: The

[NTG-context] Bug with OpenBSD 6.9 amd64?

2021-05-06 Thread Damien Thiriet
Hi, I have just upgraded my LMTX install to OpenBSD 6.9. Unfortunately, my first context run aborted with this error message /usr/local/context/tex/texmf-openbsd6.9-amd64/bin/mtxrun[1]: syntax error: `newline' unexpected I tried mtxrun --generate and ended with alomst the same error message,

Re: [NTG-context] Bug with OpenBSD 6.9 amd64?

2021-05-06 Thread Hans Hagen
On 5/6/2021 9:03 PM, Damien Thiriet wrote: Hi, I have just upgraded my LMTX install to OpenBSD 6.9. Unfortunately, my first context run aborted with this error message /usr/local/context/tex/texmf-openbsd6.9-amd64/bin/mtxrun[1]: syntax error: `newline' unexpected I tried mtxrun --generate

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-06 Thread Bruce Horrocks
On 3 May 2021, at 09:29, Nicola wrote: > > > Sorry, my explanation of what I am trying to achieve was a bit too > terse. > > There is a little wonderful app on the App Store, called iSH > (https://github.com/ish-app/ish), which essentially allows you to run > a 32-bit x86 Alpine Linux

Re: [NTG-context] Double-sided layer

2021-05-06 Thread Wolfgang Schuster
Huseyin Özoguz schrieb am 06.05.2021 um 12:48: Hello context-community, I have an image as a layer and want it to place on every page of a book with some offset. My minexample: \setlayer[mybg]     [hoffset=2cm, voffset=0.2cm, doublesided=yes] {\framed[frame=off, width=2cm,

Re: [NTG-context] Bug in \framed and \inframed

2021-05-06 Thread Aditya Mahajan
On Thu, 6 May 2021, Johann Birnick wrote: > There is a bug with \framed and related commands: If this is the first object > in > a line, a linebreak is inserted! See the following example: > > > \starttext > > > This

[NTG-context] Bug in \framed and \inframed

2021-05-06 Thread Johann Birnick
There is a bug with \framed and related commands: If this is the first object in a line, a linebreak is inserted! See the following example: \starttext This \inframed{works} fine. \inframed{But} this not. \stoptext Thank

Re: [NTG-context] A Bug in lmt_shade

2021-05-06 Thread Hans Hagen
On 5/6/2021 1:04 PM, Keith McKay wrote: Hi all, I think a bug has appeared in lmt_shade in the latest upload. MWE below. more a genwral bug (side effect of changed helper) .. fixed in next upload Hans -

[NTG-context] A Bug in lmt_shade

2021-05-06 Thread Keith McKay
Hi all, I think a bug has appeared in lmt_shade in the latest upload. MWE below. Thanks Keith McKay %% \setuppapersize[A4,landscape][A4,landscape] \starttext \startMPpage StartPage; width := PaperWidth ; height := PaperHeight ; unit := cm ; definecolor [ name

[NTG-context] Double-sided layer

2021-05-06 Thread Huseyin Özoguz
Hello context-community, I have an image as a layer and want it to place on every page of a book with some offset. My minexample: \setlayer[mybg]     [hoffset=2cm, voffset=0.2cm, doublesided=yes] {\framed[frame=off, width=2cm,

[NTG-context] setupalign[line]/setupalign[height] break \testpage

2021-05-06 Thread denis.maier
Hi everyone, I've recently asked this question: https://www.mail-archive.com/ntg-context@ntg.nl/msg98293.html To reiterate: Is there any way to add a \vfill on a page immediately before a section heading? On the mailing list I then found a possible solution :

Re: [NTG-context] environments in texmf-local?

2021-05-06 Thread Henning Hraban Ramm
> Am 06.05.2021 um 00:58 schrieb jbf : > > Hi list, > > A query: since we can place private (or any) modules in the texmf-local > subdirectory and call them from anywhere, would it be a misuse to also place > some environment setups there as well? It certainly makes it easy to call > them