[NTG-context] spreadsheet module

2024-07-20 Thread Henning Hraban Ramm
Hi, I checked the spreadsheet module for the first time (in my own invoices I do everything in Lua and don’t need it). In the attached example, I setup a decimal comma, as usual in German: \setupspreadsheet[rechnung][ period={,}, comma={\,}, split=yes] Unfortunately, this also replaces

[NTG-context] Re: Anyone working on a treesitter grammar?

2024-07-20 Thread Paul Mazaitis
On 4 Jul 2024, at 15:22, juh+ntg-context--- via ntg-context wrote: > Dear all, > > no mention here https://tree-sitter.github.io/tree-sitter/ and searching for > treesitter on the Wiki gives no match? A ha! You are correct; it turns out all the references are under "tree-sitter" (hyphen include

[NTG-context] Re: list of used files

2024-07-20 Thread Henning Hraban Ramm
Hans provided me with a patch that allows \enabledirectives[system.dumpfiles=json] It will be in the next update, I guess. I’m using it with the new tool "addtogit.py" in https://codeberg.org/fiee/context-tools to add all files that are necessary for a ConTeXt job to the current git repository.

[NTG-context] Re: list of used files

2024-07-20 Thread Henning Hraban Ramm
Am 20.07.24 um 10:04 schrieb Hans Hagen: subconscious you know the answer:    look at the log file Not only sub*; I forgot to mention I’d like to avoid parsing that. of course you can also try \enabledirectives[system.dumpfiles=lua] and stare at the resulting job log file (jlg) Thank yo

[NTG-context] Re: list of used files

2024-07-20 Thread Hans Hagen
On 7/20/2024 9:31 AM, Henning Hraban Ramm wrote: Hi, is there some mechanism (directive?) that gives me a list of files that were involved in making a PDF? Preferably only those outside of the texmf trees, but I could filter that myself. (With "latexmk -recorder somelatexfile" I get the file

[NTG-context] list of used files

2024-07-20 Thread Henning Hraban Ramm
Hi, is there some mechanism (directive?) that gives me a list of files that were involved in making a PDF? Preferably only those outside of the texmf trees, but I could filter that myself. (With "latexmk -recorder somelatexfile" I get the file list as a .fls file.) My goal is to commit all u