Re: [NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Denis Maier via ntg-context
Thanks, Hraban. That's really helpful. I'll have a look at this feature. Denis > -Ursprüngliche Nachricht- > Von: ntg-context Im Auftrag von Henning > Hraban Ramm via ntg-context > Gesendet: Samstag, 27. November 2021 22:23 > An: ntg-context@ntg.nl > Cc: Henning Hraban Ramm > Betreff:

Re: [NTG-context] Checking for a Unicode prefix of a Unicode string

2021-11-27 Thread Joey McCollum via ntg-context
I was afraid that might be the problem. I've described some of the intended purpose of this code near the end of the "Checking for a macro in a string without expanding it" thread on the mailing list, but I will get into more detail here. I'm working on a ConTeXt implementation of citation style

Re: [NTG-context] Macro for a comma separated list of authors

2021-11-27 Thread Andres Conrado Montoya via ntg-context
Gracias, Jairo! This works great. I will go ahead and document it on the wiki, if that's Ok. -- Andrés Conrado Montoya Andi Kú andresconr...@gmail.com http://sesentaycuatro.com http://messier87.com http://chiquitico.org Los fines no justifican los medios,

Re: [NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Henning Hraban Ramm via ntg-context
Am 27.11.21 um 21:49 schrieb Denis Maier via ntg-context: Hans added a short while ago a span feature to tabulate but it works only for simple tables (e.g. single line cells). You mean every cell has to be a single line cell? Or the ones where this span features applies ? That would be enough

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Henning Hraban Ramm via ntg-context
Am 27.11.21 um 18:40 schrieb Aditya Mahajan via ntg-context: On Sat, 27 Nov 2021, Wolfgang Schuster via ntg-context wrote: The option is no longer part of the default feature set. Personally, I think that that is a bit extreme. An apostrophe is a really common construct and I suspect that

Re: [NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Denis Maier via ntg-context
Von: Jean-Philippe Rey Gesendet: Samstag, 27. November 2021 19:31 An: Maier, Denis Christian (UB) Cc: ntg-context@ntg.nl Betreff: Re: [NTG-context] Have a cell span multiple columns with tabulate Denis, I have used natural tables that span multiple pages. However, if I am right, each row

Re: [NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Denis Maier via ntg-context
Looks like Outlook messed up the formatting in my last message ... Von: ntg-context Im Auftrag von Denis Maier via ntg-context Gesendet: Samstag, 27. November 2021 18:22 An: wolfgang.schuster.li...@gmail.com; ntg-context@ntg.nl; ntg-context@ntg.nl Cc: Maier, Denis Christian (UB) Betreff: Re:

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Aditya Mahajan via ntg-context
On Sat, 27 Nov 2021, Hans Hagen wrote: > On 11/27/2021 6:40 PM, Aditya Mahajan via ntg-context wrote: > > On Sat, 27 Nov 2021, Wolfgang Schuster via ntg-context wrote: > > > > > Jean-Philippe Rey via ntg-context schrieb am 27.11.2021 um 16:21: > > > > Dear list, > > > > > > > > When typing a

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Hans Hagen via ntg-context
On 11/27/2021 6:40 PM, Aditya Mahajan via ntg-context wrote: On Sat, 27 Nov 2021, Wolfgang Schuster via ntg-context wrote: Jean-Philippe Rey via ntg-context schrieb am 27.11.2021 um 16:21: Dear list, When typing a straight quotation mark, I used to get a curly apostrophe. But with a recent

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Jean-Philippe Rey via ntg-context
> Le 27 nov. 2021 à 17:59, Wolfgang Schuster > a écrit : > > Jean-Philippe Rey via ntg-context schrieb am 27.11.2021 um 16:21: >> Dear list, >> >> When typing a straight quotation mark, I used to get a curly apostrophe. But >> with a recent version of ConTeXt, I now get a straight apostrophe.

Re: [NTG-context] Checking for a Unicode prefix of a Unicode string

2021-11-27 Thread Hans Hagen via ntg-context
On 11/27/2021 6:13 PM, Joey McCollum wrote: All right, I think I've solved the expansion problem I described before: to ensure that the first input is expanded when it is passed to Lua, I have to pass it as [==[#1]==], not "#1". But the updated MWE below still does not seem to work, as the

Re: [NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Jean-Philippe Rey via ntg-context
Denis, I have used natural tables that span multiple pages. However, if I am right, each row must be contained on a single page. That may be an issue depending on your use cases. Best, > Le 27 nov. 2021 à 17:45, denis.ma...@unibe.ch a écrit : > > Bonjour Jean-Philippe > > Thank you for

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Aditya Mahajan via ntg-context
On Sat, 27 Nov 2021, Wolfgang Schuster via ntg-context wrote: > Jean-Philippe Rey via ntg-context schrieb am 27.11.2021 um 16:21: > > Dear list, > > > > When typing a straight quotation mark, I used to get a curly apostrophe. But > with a recent version of ConTeXt, I now get a straight

Re: [NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Denis Maier via ntg-context
Von: Wolfgang Schuster Gesendet: Samstag, 27. November 2021 18:11 An: mailing list for ConTeXt users ; Denis Maier via ntg-context Cc: jean-philippe@centralesupelec.fr; Maier, Denis Christian (UB) Betreff: Re: [NTG-context] Have a cell span multiple columns with tabulate Denis Maier via

Re: [NTG-context] Checking for a Unicode prefix of a Unicode string

2021-11-27 Thread Joey McCollum via ntg-context
All right, I think I've solved the expansion problem I described before: to ensure that the first input is expanded when it is passed to Lua, I have to pass it as [==[#1]==], not "#1". But the updated MWE below still does not seem to work, as the \DoIfPrefixElse macro is printing "NOP" instead of

Re: [NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Wolfgang Schuster via ntg-context
Denis Maier via ntg-context schrieb am 27.11.2021 um 17:45: Bonjour Jean-Philippe Thank you for your response. That sounds very promising. I don’t remember why I didn’t use natural tables when I’ve started setting things up for this journal. I think I’d might have had something to do with

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Wolfgang Schuster via ntg-context
denis.ma...@unibe.ch schrieb am 27.11.2021 um 18:04: Thanks. What does trep stand for? trep = TeX replacement tlig = TeX ligatures Wolfgang ___ If your question is of interest to others as well, please add an

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Denis Maier via ntg-context
Thanks. What does trep stand for? Denis > -Ursprüngliche Nachricht- > Von: ntg-context Im Auftrag von Wolfgang > Schuster via ntg-context > Gesendet: Samstag, 27. November 2021 18:00 > An: mailing list for ConTeXt users ; Jean-Philippe Rey > via ntg-context > Cc: Wolfgang Schuster >

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Wolfgang Schuster via ntg-context
Jean-Philippe Rey via ntg-context schrieb am 27.11.2021 um 16:21: Dear list, When typing a straight quotation mark, I used to get a curly apostrophe. But with a recent version of ConTeXt, I now get a straight apostrophe. Is there a new option to convert automatically straight into curly

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Denis Maier via ntg-context
Oh, but I’m still on ConTeXt ver: 2021.10.24 21:45 I’ll need to check after an update. Denis Von: Maier, Denis Christian (UB) Gesendet: Samstag, 27. November 2021 17:47 An: 'mailing list for ConTeXt users' Cc: Jean-Philippe Rey Betreff: AW: [NTG-context] Typographical quotes Same here, but I

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Denis Maier via ntg-context
Same here, but I get correct results with the –luatex flag Denis Von: ntg-context Im Auftrag von Jean-Philippe Rey via ntg-context Gesendet: Samstag, 27. November 2021 16:22 An: ntg-context@ntg.nl Cc: Jean-Philippe Rey Betreff: [NTG-context] Typographical quotes Dear list, When typing a

Re: [NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Denis Maier via ntg-context
Bonjour Jean-Philippe Thank you for your response. That sounds very promising. I don’t remember why I didn’t use natural tables when I’ve started setting things up for this journal. I think I’d might have had something to do with tables that break across pages. (At least, this is what

Re: [NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Jean-Philippe Rey via ntg-context
Dear Denis, > Le 27 nov. 2021 à 13:25, Denis Maier via ntg-context a > écrit : > > Hi, > > I’m using tabulate for parallel texts (source and translation next to each > other). The top of each table should consist of only one cell covering both > columns with centered content. Is that

[NTG-context] Typographical quotes

2021-11-27 Thread Jean-Philippe Rey via ntg-context
Dear list, When typing a straight quotation mark, I used to get a curly apostrophe. But with a recent version of ConTeXt, I now get a straight apostrophe. Is there a new option to convert automatically straight into curly apostrophes ? \starttext John's \stoptext gives GraphiqueCollé-1.pdf

Re: [NTG-context] Math prime issues for some fonts

2021-11-27 Thread Hans Hagen via ntg-context
On 11/26/2021 10:05 PM, Mikael Sundqvist via ntg-context wrote: Hi Jack, I've been working with Hans on math in general and primes in particular in the last week. I do not understand all the details, but I think primes are handled differently now, and that one essentially need to have some

[NTG-context] Have a cell span multiple columns with tabulate

2021-11-27 Thread Denis Maier via ntg-context
Hi, I'm using tabulate for parallel texts (source and translation next to each other). The top of each table should consist of only one cell covering both columns with centered content. Is that possible? A HTML equivalent will look roughly like this: Manuscript XY Some text

Re: [NTG-context] Math prime issues for some fonts

2021-11-27 Thread Wolfgang Schuster via ntg-context
Jack Hill schrieb am 26.11.2021 um 19:53: On Fri, 26 Nov 2021 at 17:39, Wolfgang Schuster wrote: Jack Hill via ntg-context schrieb am 26.11.2021 um 18:18: Hi list, When I run this test code [...] on my machine, the prime symbols are being placed too high (except for latin modern which is