Re: [NTG-context] Emojis showing up in black instead of colours

2021-11-12 Thread Pablo Rodriguez via ntg-context
On 11/12/21 7:08 PM, Vincent Hennebert via ntg-context wrote: > Hi there, > > freshly upgraded LMTX installation. TwemojiMozilla.ttf downloaded from > GitHub [1]. > [...] > gives me pages of emojis, all black. According to what is described on > Stackexchange, I should be getting colours. Am I

Re: [NTG-context] issue importing metadata from PDF

2021-11-12 Thread Pablo Rodriguez via ntg-context
On 11/12/21 8:04 PM, Hans Hagen via ntg-context wrote: > On 11/12/2021 7:24 PM, Pablo Rodriguez via ntg-context wrote: >> [...] >> I’m afraid I don’t know how to extract the real information, I only >> get:>> >>table: 0x324279a3400 > > then you're doing something wrong > [...] >

Re: [NTG-context] issue importing metadata from PDF

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 7:24 PM, Pablo Rodriguez via ntg-context wrote: On 11/12/21 7:14 PM, Hans Hagen via ntg-context wrote: They are tables because in lua objects are like tables. Doesn't context(tostring(main_doc.Info.ModDate)) work? Many thanks for your reply, Hans. I’m afraid I don’t know

Re: [NTG-context] issue importing metadata from PDF

2021-11-12 Thread Pablo Rodriguez via ntg-context
On 11/12/21 7:14 PM, Hans Hagen via ntg-context wrote: > They are tables because in lua objects are like tables. Doesn't > > context(tostring(main_doc.Info.ModDate)) > > work? Many thanks for your reply, Hans. I’m afraid I don’t know how to extract the real information, I only get: table:

Re: [NTG-context] Emojis showing up in black instead of colours

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 7:08 PM, Vincent Hennebert via ntg-context wrote: Hi there, freshly upgraded LMTX installation. TwemojiMozilla.ttf downloaded from GitHub [1]. The following: \usemodule[fonts-emoji] \definefontfeature [overlay] [default] [ccmp=yes,

Re: [NTG-context] issue importing metadata from PDF

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 6:53 PM, Pablo Rodriguez via ntg-context wrote: Hans, I have a PDF document (which I didn’t generate) and it contains the following objects: 1 0 obj << /Title 272 0 R /Producer 273 0 R /Creator 274 0 R /CreationDate 275 0 R /ModDate 275 0 R >>

Re: [NTG-context] Problem with Google Font 'Vollkorn'

2021-11-12 Thread Pablo Rodriguez via ntg-context
On 11/12/21 6:23 PM, Michael Urban via ntg-context wrote: > I downloaded the Google free font ‘Vollkorn’ > (https://fonts.google.com/specimen/Vollkorn) into an appropriate directory > and ran > mtxrun --script font --reload Hi Michael, I would rather wipe out the cache and start again:

[NTG-context] Emojis showing up in black instead of colours

2021-11-12 Thread Vincent Hennebert via ntg-context
Hi there, freshly upgraded LMTX installation. TwemojiMozilla.ttf downloaded from GitHub [1]. The following: \usemodule[fonts-emoji] \definefontfeature [overlay] [default] [ccmp=yes, colr=yes, dist=yes] \starttext

Re: [NTG-context] rule beneath chapter number

2021-11-12 Thread Thomas A. Schmitz via ntg-context
On 11/12/21 18:13, Henning Hraban Ramm via ntg-context wrote: You’re right, tabular numbers are nonproportional. I meant versal (“normal”) numbers in opposite of oldstyle (mediaeval) numbers. I think there are two mutually exclusive feature pairs that you're mixing up: lnum vs onum:

Re: [NTG-context] Problem with Google Font 'Vollkorn'

2021-11-12 Thread Henning Hraban Ramm via ntg-context
> Am 12.11.2021 um 18:23 schrieb Michael Urban via ntg-context > : > > I downloaded the Google free font ‘Vollkorn’ > (https://fonts.google.com/specimen/Vollkorn) into an appropriate directory > and ran > mtxrun --script font --reload > all went well, and the Vollkorn truetype fonts show

[NTG-context] issue importing metadata from PDF

2021-11-12 Thread Pablo Rodriguez via ntg-context
Hans, I have a PDF document (which I didn’t generate) and it contains the following objects: 1 0 obj << /Title 272 0 R /Producer 273 0 R /Creator 274 0 R /CreationDate 275 0 R /ModDate 275 0 R >> endobj 272 0 obj (This is an important title) endobj 273 0 obj

[NTG-context] Problem with Google Font 'Vollkorn'

2021-11-12 Thread Michael Urban via ntg-context
I downloaded the Google free font ‘Vollkorn’ (https://fonts.google.com/specimen/Vollkorn) into an appropriate directory and ran mtxrun --script font --reload all went well, and the Vollkorn truetype fonts show up in the output of mtxrun --script font --list --all . However, the following

Re: [NTG-context] rule beneath chapter number

2021-11-12 Thread Henning Hraban Ramm via ntg-context
> Am 12.11.2021 um 09:47 schrieb jbf via ntg-context : > > In fact, in this instance, adjusting the roffset solved the problem, and I > didn't see any marked change using the proportional tabular (monospaced?) > fontfeature you suggest, though it is an interesting point to bear in mind in >

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 4:56 PM, juh via ntg-context wrote: Am Fri, Nov 12, 2021 at 02:42:13PM +0100 schrieb Hans Hagen: educational tip: \starttext \startluacode context("%M",1234567.89) context.par() context("%m",1234567.89) \stopluacode \stoptext Nice, so I can use that instead:

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 5:15 PM, juh via ntg-context wrote: Am Fri, Nov 12, 2021 at 04:56:51PM +0100 schrieb juh via ntg-context: Am Fri, Nov 12, 2021 at 02:42:13PM +0100 schrieb Hans Hagen: educational tip: \starttext \startluacode context("%M",1234567.89) context.par()

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Am Fri, Nov 12, 2021 at 04:56:51PM +0100 schrieb juh via ntg-context: > Am Fri, Nov 12, 2021 at 02:42:13PM +0100 schrieb Hans Hagen: > > educational tip: > > > > \starttext > > > > \startluacode > > context("%M",1234567.89) > > context.par() > > context("%m",1234567.89) > >

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Am Fri, Nov 12, 2021 at 02:42:13PM +0100 schrieb Hans Hagen: > educational tip: > > \starttext > > \startluacode > context("%M",1234567.89) > context.par() > context("%m",1234567.89) > \stopluacode > > \stoptext Nice, so I can use that instead: \startcell[align=flushright] @ "0.2M

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Am Fri, Nov 12, 2021 at 02:33:45PM +0100 schrieb Wolfgang Schuster: > Not without a complete minimal example. Sorry, of course. \usemodule[spreadsheet] \setupspreadsheet [ period={,}, comma={.}, split=yes, ] \startspreadsheettable[test][frame=off]

Re: [NTG-context] rule beneath chapter number

2021-11-12 Thread Wolfgang Schuster via ntg-context
Henning Hraban Ramm via ntg-context schrieb am 12.11.2021 um 09:09: Am 12.11.2021 um 06:26 schrieb jbf via ntg-context : It does seem, though, just using '1' as the chapter number for the moment, that the underline is not quite centered; almost but not quite. So am playing around with the

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 2:27 PM, juh via ntg-context wrote: Once again me, I set this \setupspreadsheet [ period={,}, comma={.}, split=yes, ] to get german numbers in my invoice like: 10.000,00 EUR. educational tip: \starttext \startluacode context("%M",1234567.89)

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Wolfgang Schuster via ntg-context
juh via ntg-context schrieb am 12.11.2021 um 14:27: Once again me, I set this \setupspreadsheet [ period={,}, comma={.}, split=yes, ] to get german numbers in my invoice like: 10.000,00 EUR. The drawback is that I can't use a normal period and comma in the normal text.

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Once again me, I set this \setupspreadsheet [ period={,}, comma={.}, split=yes, ] to get german numbers in my invoice like: 10.000,00 EUR. The drawback is that I can't use a normal period and comma in the normal text. Any hints? juh signature.asc Description: PGP signature

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Thank you Wolfgang for your reply. I was lucky in the meantime. Am Fri, Nov 12, 2021 at 12:55:59PM +0100 schrieb Wolfgang Schuster: > juh via ntg-context schrieb am 12.11.2021 um 12:20: > > Dear all, > > > > I thought I could find my way through the spreadsheet documentation to > > make my

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Wolfgang Schuster via ntg-context
juh via ntg-context schrieb am 12.11.2021 um 12:20: Dear all, I thought I could find my way through the spreadsheet documentation to make my invoices. While it is simple to calculate the sum or the product of two cells if you know that they are A[2] and B[2] I can't find the solution to access

[NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Dear all, I thought I could find my way through the spreadsheet documentation to make my invoices. While it is simple to calculate the sum or the product of two cells if you know that they are A[2] and B[2] I can't find the solution to access cell A and B *on the same row*. Amount | Single |

Re: [NTG-context] Synonyms feature request

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 4:22 AM, Rik Kabel via ntg-context wrote: Hello developers, Is it possible to get a mechanism to reset and setup synonyms by way (page, part, chapter, section, ...)? This is not a high-priority request. I currently accomplish this in the after key of chapter setuphead

Re: [NTG-context] rule beneath chapter number

2021-11-12 Thread jbf via ntg-context
In fact, in this instance, adjusting the roffset solved the problem, and I didn't see any marked change using the proportional tabular (monospaced?) fontfeature you suggest, though it is an interesting point to bear in mind in the future. I'd always thought of proportional versus tabular

Re: [NTG-context] rule beneath chapter number

2021-11-12 Thread Henning Hraban Ramm via ntg-context
> Am 12.11.2021 um 06:26 schrieb jbf via ntg-context : > > It does seem, though, just using '1' as the chapter number for the moment, > that the underline is not quite centered; almost but not quite. So am playing > around with the roffset to adjust that. It might make sense to use a