[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: 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

[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

[NTG-context] request for talk/article on writing modules

2024-07-19 Thread Henning Hraban Ramm
Hi wizards, I’d really appreciate an introduction “how to write a ConTeXt module” at the meeting and in the next journal. * How does this namespace and setup stuff work? * When does it make sense to use variables, macros or parameters? * Should I use the namespace for internally used MP

[NTG-context] Re: Fwd: expansion and variables

2024-07-18 Thread Henning Hraban Ramm
Am 17.07.24 um 23:10 schrieb Hans Hagen: \setevariable Thank you, works! Hraban ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] expansion and variables

2024-07-17 Thread Henning Hraban Ramm
Something’s wrong with my code. I’ll try to keep a status to output a certain marker only the first time after a change. With the code below I get it never. I guess it’s an expansion problem again, but I didn’t find the right places for \expanded – if I use it in front of every \getvariable,

[NTG-context] Re: Zed editor

2024-07-15 Thread Henning Hraban Ramm
Am 15.07.24 um 16:09 schrieb luigi scarso: https://zed.dev/ It supports Tree-sitter. Looks interesting, and I’ll check it out, but they’re already including “AI” and collect the users’ data (even if you still can disable telemetry etc.). They’re private-equity owned, and

[NTG-context] Context Journal: last call for articles / proofreaders wanted

2024-07-14 Thread Henning Hraban Ramm
Hi all, with the articles by Massimiliano and Willi, we have already more than 40 pages, more would be welcome, but please deliver within the next two weeks (until end of July)! I would appreciate the help of English native speakers for proofreading/editing, you could start immediately with

[NTG-context] Re: table float split behavior

2024-07-10 Thread Henning Hraban Ramm
Am 17.06.24 um 18:36 schrieb Henning Hraban Ramm: Table floats split in odd places, independent of top/page/here location. There’s always a first part, then some not-float text, then the other parts. Even if the table would fit on two pages (with location=page), it always gets split

[NTG-context] Re: regular online meet-up

2024-07-10 Thread Henning Hraban Ramm
current solution to typesetting messenger chats and discuss how to make it better. CU Hraban Am 04.07.24 um 20:25 schrieb Henning Hraban Ramm: You’re invited to our regular online meet-up, this upcoming Wednesday, July 10th, 19:00 CEST (UTC+2) at https://lecture.senfcall.de/hen-rbr-rku-oke

[NTG-context] Re: https://behdad.org/text2024/

2024-07-09 Thread Henning Hraban Ramm
Am 09.07.24 um 07:13 schrieb luigi scarso: https://behdad.org/text2024/ A lot of stuff. The author is quite opinionated against ConTeXt/LuaTeX, knows only the HarfBuzz version and can’t appreciate an independent, complete OpenType renderer, it seems. Hraban

[NTG-context] Re: table float split behavior

2024-07-08 Thread Henning Hraban Ramm
Am 08.07.24 um 15:48 schrieb vm via ntg-context: There is a reason that the \recurselevel do not work in this context; all \recurselevel show up as zero   {\bTABLE    \dorecurse{100}{    \bTR \bTD \recurselevel \eTD \bTD one \eTD \eTR    \bTR \bTD two \eTD \bTD \recurselevel \eTD \eTR   

[NTG-context] Re: table float split behavior

2024-07-08 Thread Henning Hraban Ramm
Am 08.07.24 um 14:39 schrieb Bruce Horrocks: On 7 Jul 2024, at 19:34, Henning Hraban Ramm wrote: Am 07.07.24 um 20:22 schrieb Bruce Horrocks: On 7 Jul 2024, at 10:51, Henning Hraban Ramm wrote: Also, is it possible to have different captions in first and other parts? This previous

[NTG-context] Re: table float split behavior

2024-07-07 Thread Henning Hraban Ramm
Am 07.07.24 um 20:22 schrieb Bruce Horrocks: On 7 Jul 2024, at 10:51, Henning Hraban Ramm wrote: Also, is it possible to have different captions in first and other parts? This previous thread might help. <https://www.mail-archive.com/ntg-context@ntg.nl/msg102641.html> Tha

[NTG-context] Re: documenting itemize specials

2024-07-07 Thread Henning Hraban Ramm
Am 07.07.24 um 18:03 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 07.07.2024 um 10:54: Hi, * can anyone give me an example where \noitem makes sense? This is why the command exists: \starttext \startitemize[repeat,n][width=0pt] \noitem   \startitemize[a,broad]   \item First

[NTG-context] Re: processor for index sub-entry?

2024-07-07 Thread Henning Hraban Ramm
Am 07.07.24 um 18:01 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 05.07.2024 um 22:36: Hi, is it possible to apply a processor to an index sub-entry? \index{Modules+\type{filter}} looks good, but "filter" is sorted under "type". \defineprocessor[type][style=

[NTG-context] Re: table float split behavior

2024-07-07 Thread Henning Hraban Ramm
This is a long-time open issue. Am I the only one affected by this? Also, \bTABLEfoot doesn’t repeat – I’d like to use it e.g for a line (rule). Also, is it possible to have different captions in first and other parts? Hraban Am 17.06.24 um 18:36 schrieb Henning Hraban Ramm: Table floats

[NTG-context] Re: index sort order (de)

2024-07-07 Thread Henning Hraban Ramm
Would any of the German users object to a change of the default? Am 14.05.24 um 18:57 schrieb Henning Hraban Ramm: Hi, I checked the German index sorting rules, and as far as I can tell, all of them are somewhat wrong. – de, default, or no setting (just mainlanguage de) – Duden - DIN 5007-1

[NTG-context] documenting itemize specials

2024-07-07 Thread Henning Hraban Ramm
Hi, * can anyone give me an example where \noitem makes sense? * is the + symbol of \sub configurable? \startitemize[n,packed] \startitem oins \stopitem \noitem zwoi \startitem droi \stopitem \sub droi ond ebbes \stopitemize Hraban

[NTG-context] processor for index sub-entry?

2024-07-05 Thread Henning Hraban Ramm
Hi, is it possible to apply a processor to an index sub-entry? \index{Modules+\type{filter}} looks good, but "filter" is sorted under "type". \defineprocessor[type][style=mono] \index{Modules+type->filter} results in a "Modules / type->filter" entry.

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

2024-07-05 Thread Henning Hraban Ramm
Am 05.07.24 um 12:33 schrieb Jethro Djan: Hi, I tried to write one some time ago but it seems my knowledge of ConTeXt was insufficient. I gave up. I also think it would be nice. Well, obviously, Paul managed to do it: https://github.com/pmazaitis/tree-sitter-context Maybe we could benefit

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

2024-07-04 Thread Henning Hraban Ramm
Am 04.07.24 um 22:31 schrieb juh+ntg-context--- via ntg-context: Am 04.07.24 um 21:39 schrieb Henning Hraban Ramm: https://github.com/pmazaitis/tree-sitter-context_en Thanks a lot. Now, if you could explain me how to install this in Pulsar? I am struggling with emacs and neovim. If you

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

2024-07-04 Thread Henning Hraban Ramm
Am 04.07.24 um 21:22 schrieb juh+ntg-context--- via ntg-context: no mention here https://tree-sitter.github.io/tree-sitter/ and searching for treesitter on the Wiki gives no match? Many texteditors have treesitter support builtin so having a ConTeXt grammar would be nice.

[NTG-context] regular online meet-up

2024-07-04 Thread Henning Hraban Ramm
You’re invited to our regular online meet-up, this upcoming Wednesday, July 10th, 19:00 CEST (UTC+2) at https://lecture.senfcall.de/hen-rbr-rku-oke (same, but shorter: https://u.mtxrun.eu/ctxmtg) ConTeXt users of all levels are welcome! Do you have a subject that you’d like to talk about?

[NTG-context] Re: No roman numerals in frontmatter header

2024-06-29 Thread Henning Hraban Ramm
Am 29.06.24 um 11:33 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 29.06.2024 um 10:10: Am 29.06.24 um 06:49 schrieb jbf: But if I change to \setuppagenumbering[location= ], and choose, for example: \setupheadertexts     [ ]    [{\getmarking[chapter]\hskip1em \pagenumber

[NTG-context] Re: No roman numerals in frontmatter header

2024-06-29 Thread Henning Hraban Ramm
Am 29.06.24 um 06:49 schrieb jbf: But if I change to \setuppagenumbering[location= ], and choose, for example: \setupheadertexts [ ][{\getmarking[chapter]\hskip1em \pagenumber}] [{\pagenumber \hskip1em \documentvariable{metadata:title}}][ ] I get my header texts with

[NTG-context] Re: Letter module broken?

2024-06-26 Thread Henning Hraban Ramm
Am 26.06.24 um 02:12 schrieb Kip Warner: Hello Wolfgang, I've been using your letter module for many years, but I noticed since upgrading to ConTeXt 2024.06.21 23:32 it seems to have stopped working. I tried your sample here:

[NTG-context] Re: (any) link with document breaks Reader DC

2024-06-26 Thread Henning Hraban Ramm
Am 25.06.24 um 22:24 schrieb Pablo Rodriguez via ntg-context: Sorry for asking for this, but would you be so kind to compile (or download the attachment) and open it with an updated Acrobat (opening Acrobat with the document)? I need that you double (or triple) click on the link (to the Garden)

[NTG-context] Re: getting LuaTeX to work

2024-06-24 Thread Henning Hraban Ramm
Am 24.06.24 um 14:39 schrieb Hans Hagen: … the same "unknown script" error as without the symlink, when the luatex binary is found on the PATH. And yes, "mtxrun --generate --luatex" worked. Might it be a conflict of texmfcnf.lua ? could be ... there was some change between tl2023 and tl 2024

[NTG-context] Re: getting LuaTeX to work (was: Trouble installing on Alpine Linux)

2024-06-24 Thread Henning Hraban Ramm
Am 24.06.24 um 11:11 schrieb Hans Hagen: On 6/24/2024 10:02 AM, Henning Hraban Ramm wrote: Am 24.06.24 um 09:31 schrieb Hans Hagen via ntg-context: Does it work without --luatex, i.e. does it work for LMTX but not MkIV? mtxrun --generate --luatex works for me (on OSX), but context --make

[NTG-context] Re: Trouble installing on Alpine Linux

2024-06-24 Thread Henning Hraban Ramm
Am 24.06.24 um 09:31 schrieb Hans Hagen via ntg-context: Does it work without --luatex, i.e. does it work for LMTX but not MkIV? mtxrun --generate --luatex works for me (on OSX), but context --make --luatex doesn’t since forever. Do you have a bin then? And ran mtxrun --generate --luatex ?

[NTG-context] Re: “call for articles” (context meeting 2023)

2024-06-23 Thread Henning Hraban Ramm
Am 23.06.24 um 22:15 schrieb Pablo Rodriguez via ntg-context: On 6/23/24 21:50, Henning Hraban Ramm wrote: [...] It would be really helpful for me to have the TeX source of an already published article, so I can adapt the template to my article. [...] Noting special, besides the header. I

[NTG-context] Re: OT? LLaMa!

2024-06-23 Thread Henning Hraban Ramm
Am 23.06.24 um 23:38 schrieb Hans Hagen: On 6/23/2024 9:44 PM, Henning Hraban Ramm wrote: You didn’t want “AI” in ConTeXt? So Søren Fuglede Jørgensen put it into a font, to auto-complete sentences. https://fuglede.github.io/llama.ttf/ Now run… I'd better not even look at it. Anyway, as AI

[NTG-context] Re: Trouble installing on Alpine Linux

2024-06-23 Thread Henning Hraban Ramm
Am 24.06.24 um 04:05 schrieb Bryan Kaplan via ntg-context: mtx-install | running: /opt/context/tex/texmf-linuxmusl-64/bin/context --luatex --generate mtx-context | redirect luametatex -> luatex: luatex --luaonly --socket "/opt/context/tex/texmf-linuxmusl-64/bin/mtxrun.lua" --generate

[NTG-context] Re: “call for articles” (context meeting 2023)

2024-06-23 Thread Henning Hraban Ramm
Am 23.06.24 um 11:42 schrieb Pablo Rodriguez via ntg-context: On 6/22/24 20:29, Henning Hraban Ramm wrote: Hey, don’t want a journal this year? Pretty please… Hraban, well, I think I could write something (so I get a permanent ban on using ConTeXt ever again ). It would be really helpful

[NTG-context] OT? LLaMa!

2024-06-23 Thread Henning Hraban Ramm
You didn’t want “AI” in ConTeXt? So Søren Fuglede Jørgensen put it into a font, to auto-complete sentences. https://fuglede.github.io/llama.ttf/ Now run… ___ If your question is of interest to others as well,

[NTG-context] Re: Typesetting conversion tables, ref charts, scales, rulers in ConTeXt

2024-06-23 Thread Henning Hraban Ramm
Am 22.06.24 um 22:12 schrieb John Magolske: * Henning Hraban Ramm [240621 08:14]: https://codeberg.org/fiee/context-examples/src/branch/master/typometer Basically, I'm looking to typeset conversion charts, scales, etc ... Programming in Lua and/or MetaPost makes sense. Thanks

[NTG-context] Re: “call for articles” (context meeting 2023)

2024-06-22 Thread Henning Hraban Ramm
Hey, don’t want a journal this year? Pretty please… Am 18.06.24 um 18:35 schrieb Henning Hraban Ramm: Dear participants of last year’s context meeting, after a lot of procrastination and more or less resolving several technical and personal issues, I’m finally ready to work on the context

[NTG-context] Re: Typesetting conversion tables, ref charts, scales, rulers in ConTeXt

2024-06-20 Thread Henning Hraban Ramm
Am 21.06.24 um 06:01 schrieb John Magolske: Checking to see if anything else might be out there. https://codeberg.org/fiee/context-examples/src/branch/master/typometer Basically, I'm looking to typeset conversion charts, scales, etc for use in the machine shop and lab. Programming in Lua

[NTG-context] Re: (off-topic) hovering over links in Acrobat Reader

2024-06-19 Thread Henning Hraban Ramm
Am 19.06.24 um 22:10 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 19.06.2024 um 21:55: Am 19.06.24 um 19:16 schrieb Pablo Rodriguez via ntg-context: Trying to compile your code, I get: This should be \protected\def \protect\def\myhref#1#2%   {...} Oops, didn’t find

[NTG-context] Re: (off-topic) hovering over links in Acrobat Reader

2024-06-19 Thread Henning Hraban Ramm
Am 19.06.24 um 19:16 schrieb Pablo Rodriguez via ntg-context: Would you be so kind to test the attached document (and the one you may generate from the sample source) hovering over the link frames in Acrobat (ideally DC updated to latest)? At least, I would like to be sure what is going on

[NTG-context] “call for articles” (context meeting 2023)

2024-06-18 Thread Henning Hraban Ramm
Dear participants of last year’s context meeting, after a lot of procrastination and more or less resolving several technical and personal issues, I’m finally ready to work on the context journal (proceedings of the 17th context meeting in Sibřina). If I didn’t overlook anything, I got only

[NTG-context] Re: digital signing in ConTeXt

2024-06-17 Thread Henning Hraban Ramm
Am 17.06.24 um 19:51 schrieb Pablo Rodriguez via ntg-context: Dear list, the latest version of LMTX can digitally sign PDF documents. It requires OpenSSL installed (since it does the crypto part). Could anyone confirm the following issues? 1. The signature I get is wrong, unless I apply this

[NTG-context] Re: context / auctex problem?

2024-06-17 Thread Henning Hraban Ramm
Am 17.06.24 um 14:15 schrieb Jürgen Hanneder via ntg-context: Apologies for this question, which is probably an auctex problem. I have a new install of everything (LinuX, emacs, texlive) and the latest (?) context (ConTeXt ver: 2024.05.27 18:16 LMTX) Latest ist today’s, but that’s not the

[NTG-context] Re: line numbering respecting original lines

2024-06-17 Thread Henning Hraban Ramm
Am 17.06.24 um 19:07 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 17.06.2024 um 18:46: Am 17.06.24 um 18:16 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 17.06.2024 um 14:03: When discussing verses or other texts that have distinct line breaking, I need line numbering

[NTG-context] Re: line numbering respecting original lines

2024-06-17 Thread Henning Hraban Ramm
Am 17.06.24 um 18:16 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 17.06.2024 um 14:03: When discussing verses or other texts that have distinct line breaking, I need line numbering to adhere to that, even if some lines are too long and need breaking. Is that possible? In my

[NTG-context] table float split behavior

2024-06-17 Thread Henning Hraban Ramm
Table floats split in odd places, independent of top/page/here location. There’s always a first part, then some not-float text, then the other parts. Even if the table would fit on two pages (with location=page), it always gets split into three. Can I influence this anyhow? Hraban

[NTG-context] line numbering respecting original lines

2024-06-17 Thread Henning Hraban Ramm
When discussing verses or other texts that have distinct line breaking, I need line numbering to adhere to that, even if some lines are too long and need breaking. Is that possible? In my example below the 3rd line is too long and gets line numbers 3 and 4. Same problem with source code

[NTG-context] Re: contextwiki what is going on?

2024-06-16 Thread Henning Hraban Ramm
Am 16.06.24 um 22:00 schrieb Hans van der Meer via ntg-context: Today I find on my Mac the following alert when browsing wiki.contextgarden.net Do you want to allow downloads on “wiki.contextgarden.net”? instead of the home page. I don't see any problems, the

[NTG-context] Re: How to improve appearance of bars in frac, sqrt, etc. on screens?

2024-06-14 Thread Henning Hraban Ramm
Am 13.06.24 um 23:13 schrieb Hans Hagen via ntg-context: On 6/13/2024 10:04 PM, Otared Kavian wrote: Hi Ralph, I don’t see any pixels in the PDF file when I typeset your code snipet (on MacOS 11.7.10). Here is what I get. No problems on windows on chrome-os either. Mikael S and I checked it

[NTG-context] Re: get measures as dimension in Lua

2024-06-13 Thread Henning Hraban Ramm
Am 10.06.24 um 10:58 schrieb Henning Hraban Ramm: local namespace = tokens.getters.macro("??measure") function tex.getmeasure(name,asdimen) local value = tex.getdimensionvalue(namespace..name) if asdimen then return value .. "sp

[NTG-context] Re: regular online meet-up

2024-06-12 Thread Henning Hraban Ramm
Reminder: tonight! Am 09.06.24 um 17:25 schrieb Henning Hraban Ramm: I nearly forgot: You’re invited to our regular online meet-up, this upcoming Wednesday, June 12th, 19:00 CEST (UTC+2) at https://lecture.senfcall.de/hen-rbr-rku-oke (same, but shorter: https://u.mtxrun.eu/ctxmtg) ConTeXt

[NTG-context] nearly on topic: BoVeX, AI alignment

2024-06-10 Thread Henning Hraban Ramm
Funny idea of replacing hyphenation with LLM-generated alternative wording, also explains a bit how TeX works: http://tom7.org/bovex/ (a SIGBOVIK submission) ;) hr ___ If your question is of interest to others as

[NTG-context] Re: get measures as dimension in Lua

2024-06-10 Thread Henning Hraban Ramm
Thank you, Max, for the effort and Hans for a core solution! Am 10.06.24 um 10:28 schrieb Hans Hagen via ntg-context: Indeed we can have:     local namespace = tokens.getters.macro("??measure")     function tex.getmeasure(name,asdimen)     local value =

[NTG-context] get measures as dimension in Lua

2024-06-09 Thread Henning Hraban Ramm
Hi, when I define a measure on the TeX side, I used to get at the value in Lua with tex.getdim, like: \definemeasure[Bleed][3mm] tex.getdimen("Bleed") But now I get "incorrect dimen name". I need it as a dimension, since I do calculations with other dimensions like "topspace". How should

[NTG-context] regular online meet-up

2024-06-09 Thread Henning Hraban Ramm
I nearly forgot: You’re invited to our regular online meet-up, this upcoming Wednesday, June 12th, 19:00 CEST (UTC+2) at https://lecture.senfcall.de/hen-rbr-rku-oke (same, but shorter: https://u.mtxrun.eu/ctxmtg) ConTeXt users of all levels are welcome! Do you have a subject that you’d like

[NTG-context] Re: ConTeXt source from XML

2024-06-07 Thread Henning Hraban Ramm
Am 07.06.24 um 21:41 schrieb Pablo Rodriguez via ntg-context: It is part of our task (the one reserved to final users) to compose a proper introduction on how to typeset XML sources with ConTeXt. Have a look at the XMl related articles in https://articles.contextgarden.net/journal/2019.html

[NTG-context] Re: Kerning in Noto Serif

2024-06-06 Thread Henning Hraban Ramm
Am 06.06.24 um 09:41 schrieb Lutz Haseloff: Hi all, I can't get Kerning working with Noto Serif. My minimal file is: \definefontfeature[oldstylenumber][onum=yes] \definefont[testnoto][file:NotoSerif-Regular*default at 12pt] \starttext Line 1: {VAVAVAVAVAVA 12345}\par Line 2:

[NTG-context] Re: \item would fit, but was pushed to next page. Work-around or fix?

2024-06-05 Thread Henning Hraban Ramm
Am 05.06.24 um 17:33 schrieb Jim: Hi, I had the following structure which ended up at the bottom of a page: … Q1: Is there a Right Way to force ConTeXt to put an \item on the current page? Q2: If not, does anyone wish to suggest some way to trick ConTeXt here, or to do an end-run around

[NTG-context] Re: After using a custom command in the title, the table of contents is not generated properly

2024-06-05 Thread Henning Hraban Ramm
Am 05.06.24 um 16:03 schrieb ai2472206...@yeah.net: As described, here is example: % \def\cmd#1{{\tt\textslash #1}} \def\cmdii#1{\tt #1} \def\cmdiii#1{\rm #1} \starttext \placecontent% if i dont place toc command , ConText can render it. \chapter{anything else} \section{\cmdi{with

[NTG-context] Re: ConTeXt source from XML

2024-06-05 Thread Henning Hraban Ramm
Am 05.06.24 um 12:00 schrieb Christoph Edenhauser: My Question is, is it possible to generate a second context file2.tex with the help of this first xml-mapping file1.tex, where all the xml-nodes from the xml file are mapped to contex commands Hi, I don’t find it hard to understand, but I

[NTG-context] Re: Draft vertical text in margins

2024-06-03 Thread Henning Hraban Ramm
Am 03.06.24 um 02:45 schrieb Kip Warner: Hello list, I'd like to place the text "DRAFT" in the left and right side margins of every page, rotated 90 degrees so that the text runs vertically. It would be nice if the text was 180 degrees rotated on the right side in comparison to the left margin.

[NTG-context] Re: Number in a circle

2024-05-30 Thread Henning Hraban Ramm
Am 30.05.24 um 19:25 schrieb Kip Warner: On Thu, 2024-05-30 at 18:26 +0200, Thomas A. Schmitz wrote: Is this a message "I'm volunteering to maintain such a ppa" or a message "wouldn't it be nice if someone went out of their way to make my life easier"? Just out of curiosity. Right now it's

[NTG-context] \hfrac undefined in latest

2024-05-30 Thread Henning Hraban Ramm
Hi Hans & Mikael, \hfrac is not defined anymore in latest LMTX, is this intentional? (I don’t need it, it’s just about documentation.) Hraban ___ If your question is of interest to others as well, please add an

[NTG-context] Re: Number in a circle

2024-05-30 Thread Henning Hraban Ramm
Am 28.05.24 um 23:49 schrieb Kip Warner: On Tue, 2024-05-28 at 08:17 +0200, Henning Hraban Ramm wrote: Am 27.05.24 um 19:20 schrieb Kip Warner: You could just define a fallback font, like: \definefontfallback[SymbolFB]    [file:symbola.otf]    [0x00300-0x003FF,0x02100-0x02800,0x1F000

[NTG-context] Re: Number in a circle

2024-05-30 Thread Henning Hraban Ramm
Am 28.05.24 um 23:50 schrieb Kip Warner: On Tue, 2024-05-28 at 17:47 +0200, Pablo Rodriguez wrote: fw is a new dimensio unit only available in LMTX (not in LuaTeX). Just in case it might help, Thanks Pablo. I'm using the context package for Ubuntu Mantic which is version

[NTG-context] Re: how to prevent item appearing in List of Figures

2024-05-30 Thread Henning Hraban Ramm
Am 29.05.24 um 17:35 schrieb Charles Doherty via ntg-context: I have \placelistoffigures some of which are logos (for the publisher and two granting bodies) that I have placed with: \setupcaptions[number=no] \starttplacefigure[ location={middle,high,low}, reference=fig:logo,

[NTG-context] Re: regular expression as lua pattern

2024-05-29 Thread Henning Hraban Ramm
Am 28.05.24 um 20:06 schrieb Hans Hagen: On 5/28/2024 6:25 PM, Tomáš Hála wrote: Hi Pablo, unfortunately, that it is not possible: http://lua-users.org/wiki/PatternsTutorial, section Limitations. \starttext \startTEXpage[pagestate=start, offset=1em]     \startluacode    

[NTG-context] Re: lua error in `strc-lev.lua`

2024-05-29 Thread Henning Hraban Ramm
Am 29.05.24 um 11:16 schrieb Henning Hraban Ramm: Am 29.05.24 um 11:05 schrieb Sylvain Hubert: I replaced `strc-lev.lua` and rerun `context` but the error message stays the same. `context` command doesn't seem to recognize the change of `strc-lev.lua`. Should I run `mtxrun` or something before

[NTG-context] Re: lua error in `strc-lev.lua`

2024-05-29 Thread Henning Hraban Ramm
Am 29.05.24 um 11:05 schrieb Sylvain Hubert: I replaced `strc-lev.lua` and rerun `context` but the error message stays the same. `context` command doesn't seem to recognize the change of `strc-lev.lua`. Should I run `mtxrun` or something before? After changes to the source files you must

[NTG-context] Re: Number in a circle

2024-05-28 Thread Henning Hraban Ramm
Am 27.05.24 um 19:20 schrieb Kip Warner: On Mon, 2024-05-27 at 07:09 +0200, Ryszard Kubiak wrote: Hi Kip, You may try characters with Unicode slots from U+2460 upto U+2469. They mean circled digits and are available in many fonts. Thanks Ryszard. Those would be perfect, except I can't get

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Henning Hraban Ramm
Am 28.05.24 um 01:24 schrieb Kip Warner: Hello list, I am using BibTeX under ConTeXt to typeset a publication. I noticed while building the publication ConTeXt raises the following non-fatal warning: ... This is BibTeX, Version 0.99d (TeX Live 2023/Debian) The top-level auxiliary

[NTG-context] index sort order (de)

2024-05-14 Thread Henning Hraban Ramm
Hi, I checked the German index sorting rules, and as far as I can tell, all of them are somewhat wrong. – de, default, or no setting (just mainlanguage de) – Duden - DIN 5007-1(:2005) - DIN 5007-2(:1996) - de-AT IMO, "Duden" is obsolete, should be the same as default; it makes no sense to

[NTG-context] Re: regular online meet-up

2024-05-08 Thread Henning Hraban Ramm
Reminder: This is tonight! Am 03.05.24 um 22:40 schrieb Henning Hraban Ramm: You’re invited to our regular online meet-up, this upcoming Wednesday, May 8th, 19:00 CEST (UTC+2!) at https://lecture.senfcall.de/hen-rbr-rku-oke (same, but shorter: https://u.mtxrun.eu/ctxmtg) ConTeXt users of all

[NTG-context] Re: transparent color

2024-05-06 Thread Henning Hraban Ramm
Am 06.05.24 um 16:01 schrieb Jacob Kauffmann via ntg-context: Am 06.05.2024 um 10:41 schrieb Hans van der Meer via ntg-context : I would like to use a transparent version of an existing color. Thus \definecolor[transparentcolor][color,t=0.2,a=1] instead of

[NTG-context] Re: transparent color

2024-05-06 Thread Henning Hraban Ramm
Am 06.05.24 um 10:41 schrieb Hans van der Meer via ntg-context: I would like to use a transparent version of an existing color. Thus \definecolor[transparentcolor][color,t=0.2,a=1] instead of \definecolor[transparentcolor][r=..,g=..,b=..,t=0.2,a=1] because I do not know the rgb values of the

[NTG-context] Re: Switch number and enumeration text

2024-05-04 Thread Henning Hraban Ramm
Am 04.05.24 um 04:57 schrieb Jethro Djan: Dear List, I would like to get something like: 1.1 Theorem instead of Theorem 1.1. Seems simple enough but can't figure out how to switch the number and the text. I have the following MWE: \defineenumeration[theorem][   prefix=chapter,  

[NTG-context] regular online meet-up

2024-05-03 Thread Henning Hraban Ramm
You’re invited to our regular online meet-up, this upcoming Wednesday, May 8th, 19:00 CEST (UTC+2!) at https://lecture.senfcall.de/hen-rbr-rku-oke (same, but shorter: https://u.mtxrun.eu/ctxmtg) ConTeXt users of all levels are welcome! Do you have a subject that you’d like to talk about? I’m

[NTG-context] Re: more register questions!

2024-05-03 Thread Henning Hraban Ramm
Am 03.05.24 um 22:24 schrieb Thomas A. Schmitz: Hi Massi, yes, that was a very good idea! I can detect if the element occurs within a footnote by testing \xmldoiftext {#1} {ancestor::footnote} and then apply a processor to these entries. That would be a good solution for the time being.

[NTG-context] Re: \par and \startlines

2024-05-01 Thread Henning Hraban Ramm
Am 01.05.24 um 09:44 schrieb Wolfgang Schuster: but that should be sufficient, but to repeat Hraban's question: What would be the advantage of using the format module? The module provides features like     - alignment of the verse lines     - numbering of the lines (which isn't supported by

[NTG-context] Re: QR Code

2024-04-29 Thread Henning Hraban Ramm
Hi Ben, I’m not sure if this is your issue, but the zint library’s API used to change with every version, so that ConTeXt supports only the “latest” few, and probably that’s still 2.10 to 2.12. I still have 2.12 via MacPorts on MacOS 10.15, and it works. Can you try an older zint version?

[NTG-context] Re: Why Difference Between \placefloat and \definefloat

2024-04-28 Thread Henning Hraban Ramm
Where’s the float type "sidebar" defined? AFAIK it’s not a default type. And it might interfere with the actual sidebar stuff from https://source.contextgarden.net/tex/context/base/mkxl/anch-bar.mkxl, see also https://wiki.contextgarden.net/Command/setupsidebar Hraban Am 28.04.24 um 19:54

[NTG-context] Re: statistical charts module re-published

2024-04-28 Thread Henning Hraban Ramm
tatistical-charts module is now www.thala.cz/statcharts, available also via www.konvoj.cz/statcharts, and mirrored at user.mendelu.cz/thala/statcharts. Best, Tomáš On Fri, Apr 05, 2024 at 08:54:46PM +0000, Henning Hraban Ramm wrote: Hi, since the Ak

[NTG-context] Re: \par and \startlines

2024-04-27 Thread Henning Hraban Ramm
Am 26.04.24 um 18:24 schrieb Wolfgang Schuster: BTW: ConTeXt has a module for poems which can be loaded with \usemodule[format]. Never heard of it. Version says “ancient” ;) https://source.contextgarden.net/tex/context/modules/mkiv/m-format.mkiv What’s the advantage of all this markup over

[NTG-context] Re: \par and \startlines

2024-04-26 Thread Henning Hraban Ramm
Am 26.04.24 um 19:52 schrieb Denis Maier via ntg-context: I see. But there's no command that could be used to simulate an empty line? Did you try \vskip{…}? Hraban ___ If your question is of interest to others as

[NTG-context] Re: start/stopregister

2024-04-25 Thread Henning Hraban Ramm
Am 25.04.24 um 15:44 schrieb Thomas A. Schmitz: Hi all, has \startregister been superseded in luametatex or is it not yet implemented? I tried to read strc-reg.lmt but couldn't figure out what is going on. The following silly minimal test produces the expected result with mkiv but not in

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread Henning Hraban Ramm
Am 25.04.24 um 10:46 schrieb h...@hongfeng.ch: thank you. just tried, not worked out yet. Here it is my text: ``` setuplist[height=0] \startitemize[n] \item It's impossible --- don't waste my time. \item It's possible, but not worth doing. \item I said it was a good ideal all along.

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread Henning Hraban Ramm
Am 25.04.24 um 10:20 schrieb h...@hongfeng.ch: which parameter in `\setuplist` is used for adjusting the distance between the items of a list? Usually it’s the general line height. You can use "inbetween=\blank[3pt]" to insert extra space. (Untested) Hraban

[NTG-context] Re: documentation: parameters of \setuplist

2024-04-24 Thread Henning Hraban Ramm
Am 23.04.24 um 23:14 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 23.04.2024 um 21:43: Am 22.04.24 um 18:09 schrieb Henning Hraban Ramm: I tried to complete https://wiki.contextgarden.net/Command/setuplist, but I don’t understand all parameters. Can anyone explain these please

[NTG-context] Re: documentation: parameters of \setuplist

2024-04-24 Thread Henning Hraban Ramm
Am 24.04.24 um 01:00 schrieb Bruce Horrocks: In the source there is a comment relating to location: %D Regular list entries are bound to a specific location in order to get the right %D pagenumber etc.\ associated. When pushing something inbetween (in mkiv) it ends %D up directtly in the

[NTG-context] Re: documentation: parameters of \setuplist

2024-04-23 Thread Henning Hraban Ramm
Am 22.04.24 um 18:09 schrieb Henning Hraban Ramm: I tried to complete https://wiki.contextgarden.net/Command/setuplist, but I don’t understand all parameters. Can anyone explain these please: * state (start stop): what does this en-/disable? collecting entries? * label (yes no none Name

[NTG-context] Re: documentation: parameters of \setuplist

2024-04-22 Thread Henning Hraban Ramm
Am 22.04.24 um 18:30 schrieb Duncan Hothersall: Hi Hraban, I can help with one - aligntitle means an unnumbered section will align in the table of contents under the number rather than the title. So for example if you have a TOC combining \section and \subject entries, they would look like

[NTG-context] documentation: parameters of \setuplist

2024-04-22 Thread Henning Hraban Ramm
I tried to complete https://wiki.contextgarden.net/Command/setuplist, but I don’t understand all parameters. Can anyone explain these please: * state (start stop): what does this en-/disable? collecting entries? * label (yes no none Name): language dependent labels? as a prefix or what? *

[NTG-context] [off topic] non-English programming languages: Arab and Cuneiform

2024-04-20 Thread Henning Hraban Ramm
Came across this, I guess some of you might find it interesting: https://nas.sr/%D9%82%D9%84%D8%A8/ https://github.com/MrLogarithm/emeszida ___ If your question is of interest to others as well, please add an

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-18 Thread Henning Hraban Ramm
Am 17.04.24 um 23:25 schrieb Garulfo: - exactly, it's not a question of proposing new documents, but of proposing another complementary way of accessing and browsing existing ones. - Actually, the wiki is (or can be) a hub for the 4 needs:   - "Reference" like

[NTG-context] Re: How to isolate serious errors from warnings?

2024-04-18 Thread Henning Hraban Ramm
Am 18.04.24 um 02:09 schrieb Joel via ntg-context: I'm about to have a lengthy (2,000+ page) document published. Normally if it compiles and looks okay, I regard that as meaning no errors appeared, but I've noticed that sometimes ConTeXt will still compile, even if something isn't displayed on

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-17 Thread Henning Hraban Ramm
Am 17.04.24 um 13:57 schrieb Bruce Horrocks: - There are at least two books, and a third being written but not yet released: these fit into the Tutorials and Explanation quadrants. Which published books do you mean? I know of Alan Braslau’s book, AFAIK that will be published in French

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-17 Thread Henning Hraban Ramm
Am 17.04.24 um 10:36 schrieb Hans Hagen: On 4/17/2024 8:32 AM, Thomas A. Schmitz wrote: On 16. Apr 2024, at 21:56, Peter Hopcroft via ntg-context wrote: On 17/04/2024, at 7:11 AM, Henning Hraban Ramm wrote: In my poster (still WIP) I wrote: … Excellent No, I must admit I don’t

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-16 Thread Henning Hraban Ramm
Am 14.04.24 um 21:45 schrieb Peter Hopcroft via ntg-context: It would be great if the main page actually said what Context does. In my poster (still WIP) I wrote: start --- The “infamous” alternative to LaTeX While most designers use graphical tools, there are still areas where code-based

  1   2   3   4   5   6   7   8   9   10   >