Re: [NTG-context] complete cover example

2020-05-12 Thread jbf
Hi Marcus, That is very good of you, and a good example of 'cultivando o bem'! Parabéns! I have downloaded the code. My OS is also Linux. I shall take a good look at it. Thank you, Julian On 13/5/20 4:38 am, Marcus Vinicius Mesquita wrote: Hi, Julian I uploaded to github a cover I

Re: [NTG-context] complete cover example

2020-05-12 Thread Marcus Vinicius Mesquita
Hi, Julian I uploaded to github a cover I designed and created with ConTeXt some time ago for a book I typesetted called “Cultivando o bem” for a buddhist organization. It is quite a complete example and illustrates the power of ConTeXt. The comments in the code are sparse and not exactly

[NTG-context] new lmtx upload

2020-05-12 Thread Hans Hagen
Hi, The tex engine has at most 65K dimen and count registers and these can be local and global (although mixing these two models for the same variable can be inefficient). Anyway, in the current upload there is a mechanism for using way more variables, global ones, that are managed by lua:

Re: [NTG-context] Retrieving original value of enviroment variable HOME

2020-05-12 Thread context
Hello, On 2020-05-12 10:53, Hans Hagen wrote: On 5/11/2020 5:57 PM, cont...@vivaldi.net wrote: d:\Lukas\ConTeXt\Test\EnvHome> - I'm still getting: 1   C:/Users/u×ivatel 2   C:/Users/u×ivatel 3   C:/Users/u×ivatel 4   C:/Users/u×ivatel whilst HOME environment has been

Re: [NTG-context] ConTeXt doesn't recognize source on network drive?

2020-05-12 Thread context
Hello Hans, On 2020-05-12 10:58, Hans Hagen wrote: On 5/11/2020 5:26 PM, cont...@vivaldi.net wrote: Hello, after I've updated ConTeXt to the latest version, a new problem appeared - see the steps: (Note that "X:" is a network drive mapped as "\\192.168.112.xxx\px" - if it was of

Re: [NTG-context] Retrieving original value of enviroment variable HOME

2020-05-12 Thread Hans Hagen
On 5/12/2020 11:36 AM, cont...@vivaldi.net wrote: And - once I "inject" an extra debug info - do I have to call "context.exe --make --generate" (or similar)? You need to remake the fomat (and make sure you have the right mtxrun/context scripts). Hans

Re: [NTG-context] ConTeXt doesn't recognize source on network drive?

2020-05-12 Thread Hans Hagen
On 5/11/2020 5:26 PM, cont...@vivaldi.net wrote: Hello, after I've updated ConTeXt to the latest version, a new problem appeared - see the steps: (Note that "X:" is a network drive mapped as "\\192.168.112.xxx\px" - if it was of importance.) i have no problem here running from a mapped

Re: [NTG-context] Retrieving original value of enviroment variable HOME

2020-05-12 Thread Hans Hagen
On 5/11/2020 5:57 PM, cont...@vivaldi.net wrote: d:\Lukas\ConTeXt\Test\EnvHome> - I'm still getting: 1   C:/Users/u×ivatel 2   C:/Users/u×ivatel 3   C:/Users/u×ivatel 4   C:/Users/u×ivatel whilst HOME environment has been set to "DummyHome"  (see "echo %HOME%"). What's