[NTG-context] Tagging corrupts URLs in bibliographies

2022-06-30 Thread Max Chernoff via ntg-context
Enabling PDF tagging corrupts the URLs displayed in bibliographies. MWE: \setuptagging[state=start] \usebtxdataset[mkiv-publications.bib] \usebtxdefinitions[apa] % \usebtxdefinitions[chicago] \starttext \nocite[article, advancedonline] \placelistofpublications

Re: [NTG-context] Odd behaviour with Plex typescript

2022-06-30 Thread Max Chernoff via ntg-context
just preload it, as in: \usebodyfont[modern] \setupbodyfont[plex] \setuphead [section] [style={\switchtobodyfont[modern]}] \starttext \section{A} A \stoptext That seems to have fixed it. Thanks! -- Max

Re: [NTG-context] \setextrafontkerns can cause an infinite loop

2022-06-30 Thread Hans Hagen via ntg-context
On 6/30/2022 11:16 AM, Max Chernoff via ntg-context wrote: Sometimes using \setextrafontkerns can cause an infinite loop. Example 1:     \setextrafontkerns[max]     \starttext     l\it l     \stoptext Example 2:     \setupbodyfont[libertinus]     \setextrafontkerns[max]    

Re: [NTG-context] Odd behaviour with Plex typescript

2022-06-30 Thread Hans Hagen via ntg-context
On 6/30/2022 10:36 AM, Max Chernoff via ntg-context wrote: If you load the Plex typescript, a spurious space is added on the first switch to another font, messing up any alignment. This doesn't happen with any other fonts; only with Plex. MWE:    

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Pablo Rodriguez via ntg-context
On 6/30/22 18:10, Angel M Alganza via ntg-context wrote: > [...] > No, you aren't, and it almost does it, except when the fixed width > column is other than the first one, I'm afraid. Hi Ángel, there might be a way to get it, as long as you don’t define height directly, such as in: \starttext

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Angel M Alganza via ntg-context
Hi Pablo, On Thu, Jun 30, 2022 at 04:15:10PM +0200, Pablo Rodriguez via ntg-context wrote: I’m not sure whether I’m totally missing your point, but I think this is a way that might achieve what you want: No, you aren't, and it almost does it, except when the fixed width column is other than

[NTG-context] Graded Transparency in MetaFun

2022-06-30 Thread Keith McKay via ntg-context
Hi all  I'm trying to create graded transparency over an area similar to the effect produced using lmt_shade, where one colour goes to another colour over a continuum, but with graded transparency we would go from say 0 to 1 transparency, for a single colour. See the MWE below. I have tried

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Pablo Rodriguez via ntg-context
On 6/30/22 09:46, Angel M Alganza via ntg-context wrote: > [...] > How about the auto row height? That'd be the only thing I'm missing. Hi Ángel, I’m not sure whether I’m totally missing your point, but I think this is a way that might achieve what you want: \starttext \showframe

Re: [NTG-context] Multiline text in mathmode

2022-06-30 Thread Johann Birnick via ntg-context
Thank you! On Thu, 2022-06-30 at 07:58 +0200, Hans Hagen via ntg-context wrote: > On 6/30/2022 7:13 AM, Aditya Mahajan via ntg-context wrote: > > On Thu, 30 Jun 2022, Johann Birnick via ntg-context wrote: > > > > > I guess you will update to LMTX..? Unfortunately I use MkIV, because of > > >

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Angel M Alganza via ntg-context
Hi again, On Thu, Jun 30, 2022 at 12:12:07PM +0200, Henning Hraban Ramm via ntg-context wrote: I can stay with “natural tables” (and “tabulate” for easy cases), but the auto-stretching of rows or whole tables _is_ missing. I'm going back, too, I think. Unfortunately, this is a situation

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Henning Hraban Ramm via ntg-context
Am 30.06.22 um 09:36 schrieb Hans Hagen via ntg-context: On 6/30/2022 9:22 AM, Angel M Alganza via ntg-context wrote: They’re also tedious, because you can’t setup rows/columns in advance (like \setupTABLE) – or did that change? I'm afraid you're right. You're joking right? SInce when can one

[NTG-context] \setextrafontkerns can cause an infinite loop

2022-06-30 Thread Max Chernoff via ntg-context
Sometimes using \setextrafontkerns can cause an infinite loop. Example 1: \setextrafontkerns[max] \starttext l\it l \stoptext Example 2: \setupbodyfont[libertinus] \setextrafontkerns[max] \starttext x\ss x \stoptext Both of these examples cause

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Angel M Alganza via ntg-context
Hi again, Hans, On Thu, Jun 30, 2022 at 10:26:58AM +0200, Hans Hagen via ntg-context wrote: How about the auto row height?  That'd be the only thing I'm missing. we don't have it for the vertical direction ... you can remind me later this year (to see if it is doable) Ah, OK. Thank you!

[NTG-context] Odd behaviour with Plex typescript

2022-06-30 Thread Max Chernoff via ntg-context
If you load the Plex typescript, a spurious space is added on the first switch to another font, messing up any alignment. This doesn't happen with any other fonts; only with Plex. MWE: \setuphead[section][style={\switchtobodyfont[modern]}] \setupbodyfont[plex] \starttext

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Hans Hagen via ntg-context
On 6/30/2022 9:46 AM, Angel M Alganza via ntg-context wrote: On Thu, Jun 30, 2022 at 09:36:07AM +0200, Hans Hagen via ntg-context wrote: You're joking right? SInce when can one not set up something in some context subsystem? Why would I make a table mechanism with no presets? I see! :-)

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Angel M Alganza via ntg-context
On Thu, Jun 30, 2022 at 09:36:07AM +0200, Hans Hagen via ntg-context wrote: You're joking right? SInce when can one not set up something in some context subsystem? Why would I make a table mechanism with no presets? I see! :-) It's just more symbolic than in natural tables (which is better

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Hans Hagen via ntg-context
On 6/30/2022 9:22 AM, Angel M Alganza via ntg-context wrote: Hi Henning, On Thu, Jun 30, 2022 at 09:02:28AM +0200, Henning Hraban Ramm via ntg-context wrote: They’re also tedious, because you can’t setup rows/columns in advance (like \setupTABLE) – or did that change? I'm afraid you're

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Angel M Alganza via ntg-context
Hi Henning, On Thu, Jun 30, 2022 at 09:02:28AM +0200, Henning Hraban Ramm via ntg-context wrote: They’re also tedious, because you can’t setup rows/columns in advance (like \setupTABLE) – or did that change? I'm afraid you're right. Cheers, Ángel

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Henning Hraban Ramm via ntg-context
Am 30.06.22 um 08:40 schrieb Angel M Alganza via ntg-context: Hello, Hans, On Thu, Jun 30, 2022 at 08:16:53AM +0200, Hans Hagen via ntg-context wrote: \startxtable[option=stretch]   \startxrow   \startxcell[width=3cm,option=fixed] one \stopxcell Thank you very much, that does part of

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Angel M Alganza via ntg-context
Hello, Hans, On Thu, Jun 30, 2022 at 08:16:53AM +0200, Hans Hagen via ntg-context wrote: \startxtable[option=stretch] \startxrow \startxcell[width=3cm,option=fixed] one \stopxcell Thank you very much, that does part of the trick (the column width). Is there a way to do the same for

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Hans Hagen via ntg-context
On 6/30/2022 7:43 AM, Angel M Alganza via ntg-context wrote: Hello, I want some tables to occupy 100% of \textwidth and \textheight and for all columns to be the same width except one or two that I want to specify and for all rows to be the same height except for one or two, that I want to