Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Thangalin via ntg-context
Confirmed that the following worked: 1. Run: rm -rf /tmp/luatex-cache/ (your cache directory location will differ) 2. Edit ./tex/texmf-context/tex/context/base/mkiv/scrn-ref.lua 3. Replace line 15 to assign the empty function as Hans indicated 4. Save the file 5. Run:

Re: [NTG-context] Font scaling via sa in LMTX

2021-12-01 Thread Hans Hagen via ntg-context
On 11/30/2021 9:36 PM, Rik Kabel via ntg-context wrote: Hello list, It seems that font scaling to a letter is not working consistently in LMTX. This example: \definefont[TitleA][Sans sa a] \definefont[TitleAB][Sansbold sa a] \starttext {\ssa This is ssa \TitleA and this is

Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Pablo Rodriguez via ntg-context
On 12/1/21 2:03 PM, Denis Maier via ntg-context wrote: > Sorry for spamming the list, but I was able to narrow it further down: > [...] > \setupinteraction > [state=start, >openaction=FitWidth] % comment this out to make it work > [...] > Can anyone confirm this? Hi Denis, I can confirm

Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Hans Hagen via ntg-context
On 12/1/2021 2:03 PM, denis.ma...@unibe.ch wrote: Sorry for spamming the list, but I was able to narrow it further down: % \setupinteraction [ state=start, openaction=FitWidth, % comment this out to make it work ] \starttext asdf

[NTG-context] getting sha512 from text in buffer

2021-12-01 Thread Pablo Rodriguez via ntg-context
Dear list, I have this minimal sample: \ctxlua{require("util-sha")} \def\sha#1{% \ctxlua{context(utilities.sha2.hash512("#1"))}} \startbuffer[text] hola \stopbuffer \starttext \sha{hola} \sha{\typebuffer[text]} \stoptext How can I get that both commands get the same

Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Denis Maier via ntg-context
Sorry for spamming the list, but I was able to narrow it further down: % \setupinteraction [ state=start, openaction=FitWidth, % comment this out to make it work ] \starttext asdf \stoptext % Can anyone confirm this? >

Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Denis Maier via ntg-context
Another problem. Maybe that's related? Running the file with the --luatex flag gives me this error message: tx-context | redirect luametatex -> luatex: luatex --luaonly "C:/context/tex/texmf-win64/bin/mtxrun.lua" --script mtx-context --luatex debug --redirected mtxrun | unknown

Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Denis Maier via ntg-context
Ok, seems unrelated to XML. This here shows the problem: % no problems withouth setupinteraction \setupinteraction [ state=start, focus=standard, openaction=FitWidth, color=, contrastcolor=, style=, ]

Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Denis Maier via ntg-context
Still the same error. > -Ursprüngliche Nachricht- > Von: Maier, Denis Christian (UB) > Gesendet: Mittwoch, 1. Dezember 2021 11:02 > An: 'Hans Hagen' ; 'mailing list for ConTeXt users' cont...@ntg.nl> > Betreff: AW: [NTG-context] xml processing errors after latest upgrade > > Trying a

Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Denis Maier via ntg-context
Trying a fresh installation. > -Ursprüngliche Nachricht- > Von: Maier, Denis Christian (UB) > Gesendet: Mittwoch, 1. Dezember 2021 10:59 > An: 'Hans Hagen' ; mailing list for ConTeXt users cont...@ntg.nl> > Betreff: AW: [NTG-context] xml processing errors after latest upgrade > > You

Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Denis Maier via ntg-context
You mean a problem with the update? I've wiped the cache and ran mtxrun --generate context --make But, no change. Denis > -Ursprüngliche Nachricht- > Von: Hans Hagen > Gesendet: Mittwoch, 1. Dezember 2021 10:52 > An: mailing list for ConTeXt users > Cc: Maier, Denis Christian (UB)

Re: [NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Hans Hagen via ntg-context
On 12/1/2021 10:41 AM, Denis Maier via ntg-context wrote: Not sure what is going wrong. Any hints how I can start debugging? Any ideas what could have caused that change? (Ok, let’s build a MWE..) a mix of old / new files? -

[NTG-context] xml processing errors after latest upgrade

2021-12-01 Thread Denis Maier via ntg-context
Hi, the latest update may have introduced problems for xml processing : For a document I could convert with version 2021.10.24 21:45 without problems gives me now this error : % ... structure > sectioning > title @ level 2 : 0.0 -> \documentvariable {title} fatal

Re: [NTG-context] new upload

2021-12-01 Thread Hans Hagen via ntg-context
On 12/1/2021 9:49 AM, denis.ma...@unibe.ch wrote: Thank you, Hans! I don't understand 2, 3, and 4, but I can wikify 1. Just two question: What exactly are the limitations? And what is meant by horizontal registers? % this is a variant of an example on the mailing list \mainlanguage[es]

Re: [NTG-context] new upload

2021-12-01 Thread Denis Maier via ntg-context
Thank you, Hans! I don't understand 2, 3, and 4, but I can wikify 1. Just two question: What exactly are the limitations? And what is meant by horizontal registers? Regarding the implementation: I've just tried it, and I wondered whether the stacking of bars should not happen the other way