[NTG-context] Ukrainian hyphenation?

2023-07-18 Thread Gerben Wierda
This file:

\setupinteraction
  [state=start,
   color=blue,
   style=bold]

\definefallbackfamily
  [archimate]
  [ss]
  [Helvetica]
  [preset=range:cyrillic,
   tf=style:light,
   it=style:lightoblique,
   bf=style:regular,
   bi=style:oblique,
   force=yes,
   rscale=1.0]
\definefontfamily [archimate] [ss] [Helvetica]
\setupbodyfont[archimate]

\starttext
\setuplanguage[en][patterns={ru}]\mainlanguage[ru]
{\framed[frame=on,align=flushleft,width=7cm]{Техніка здатна до фізичної 
поведінки (на відміну від інформаційної поведінки). Наприклад `Металургійний 
комбінат'.}}\\
\setuplanguage[ua][patterns={ua}]\mainlanguage[ua]
{\framed[frame=on,align=flushleft,width=7cm]{Техніка здатна до фізичної 
поведінки (на відміну від інформаційної поведінки). Наприклад `Металургійний 
комбінат'.}}\\

\stoptext

Hyphenates russian but not ukrainian. Why?

Gerben Wierda (LinkedIn , Mastodon 
)
R IT Strategy  (main site)
Book: Chess and the Art of Enterprise Architecture 
Book: Mastering ArchiMate 

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Gerben Wierda


> On 18 Jul 2023, at 23:30, Wolfgang Schuster 
>  wrote:
> 
> Gerben Wierda schrieb am 18.07.2023 um 23:23:
>>> Check all entries with \definefontfamily, maybe something isn't commented 
>>> but should be.
>>> 
>>> Wolfgang
>> 
>> Everything font in my file:
>> 
>>> [...]
>>> 
>>> \definefontfeature [expandophian] [extend=1.025]
>>> \definefontfamily
>>>   [archimate]
>>>   [ss]
>>>   [Ophian]
>>>   [features=expandophian]
>>>   [tf=style:Regular,
>>>bf=style:Bold,
>>>it=style:Italic,
>>>bi=style:Bold Italic]   
> 
> You use separate arguments ( [ ... ] ) for the features and font ( "tf=..." 
> etc.) settings, put both in one argument and the error disappears.

Indeed:

  [features=expandophian,
   tf=style:Regular,
   bf=style:Bold,
   it=style:Italic,
   bi=style:Bold Italic]

no more error. Same behaviour, though.

The ConTeXt interface keeps confusing me. Sometimes something is a free 
variable name, sometimes fixed. Sometimes [] is used, sometimes {}. Sometimes 
there are a variable number of [] parts. 

Gerben Wierda (LinkedIn , Mastodon 
)
R IT Strategy  (main site)
Book: Chess and the Art of Enterprise Architecture 
Book: Mastering ArchiMate 

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] Re: new upload

2023-07-18 Thread Rik Kabel


On 7/18/2023 4:12 PM, Hans Hagen wrote:

Hi,

In todays upload there is a follow up on a new feature that is already 
present in the previous upload (but that was not yet advertised):


  context --parallel test1.tex test2.tex test3.tex

  context --parallel --pattern=test*.tex

  context --parallellist myfile.cmd  (filters context processing lines)

  context --parallel test1.tex test2.tex test3.tex --terminal

The --parellel feature will run in parallel, By default upto 8 jobs 
but you can specify less or more depending on your hardware but on my 
machine this is reasonable.


See workflows-parrallel at the end for more info. That one also 
mentions the new --forceinput flag which makes that when these


  context foo-1.tex --mode=m-1 --forceinput=whatever.tex
  context foo-3.tex --mode=m-3 --forceinput=whatever.tex

are run in parallel there is no clash in tuc/pdf. Of course not all 
scenarios might work out well. Commandline arguments given are passed 
on to the different jobs but it's good enough for the purpose I have 
in mind.


fwiw: a single pass teststuite run (some 1950 files) goes down from 
1350 to 700 seconds but another run with 1200 complex xml documents 
goes 4 times faster. In the end this is way cheaper than updating a 5 
year old dev machine (a new one would run about twice as fast which 
would bring about the same gain).


Hans

ps. Because tex is a memory intense application it doesn't scale with 
the number of cores unless one has the latest greatest fast memory as 
well as generous cpu caches. There's only so much one can do in the 
code base about it.



Nice. Some of my make files use concurrence (MAKEFLAGS += --jobs=5). 
That seems to bring similar benefits. Is this different beyond the syntax?


--
Rik

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Wolfgang Schuster

Gerben Wierda schrieb am 18.07.2023 um 23:23:
Check all entries with \definefontfamily, maybe something isn't 
commented but should be.


Wolfgang


Everything font in my file:


[...]

\definefontfeature [expandophian] [extend=1.025]
\definefontfamily
  [archimate]
  [ss]
  [Ophian]
[features=expandophian]
  [tf=style:Regular,
 bf=style:Bold,
   it=style:Italic,
 bi=style:Bold Italic]


You use separate arguments ( [ ... ] ) for the features and font ( 
"tf=..." etc.) settings, put both in one argument and the error disappears.


Wolfgang

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Gerben Wierda


> On 18 Jul 2023, at 22:45, Wolfgang Schuster 
>  wrote:
> 
> Gerben Wierda schrieb am 18.07.2023 um 22:26:
>>> On 18 Jul 2023, at 21:49, Hans Hagen >> > wrote:
>>> 
>>> On 7/18/2023 9:37 PM, Gerben Wierda wrote:
 I have a document that includes text and PDFs (which themselves have been 
 created with LMTX)
 When it is compiled I see:
 [...]
 I' can't really see anything wrong with the result, What are these 
 warnings/errors?
>>> you can read the text vertically:
>>> 
>>> [tf=syle
>>> 
>>> and when you get that it's likely that this is typeste before \starttext 
>>> when no font has been loaded (you then probably get some unexpected 
>>> whitespace on top of the first page
>>> 
>>> so, just grep for that orphaned text snippet in your style / document
>> 
>> 
>> Hmm, it ('syle') is nowhere to be found in my documents. The 'syle' typo is 
>> found twice in ConTeXt itself, but only in manuals.
> 
> Check all entries with \definefontfamily, maybe something isn't commented but 
> should be.
> 
> Wolfgang

Everything font in my file:

> \definefallbackfamily
>   [archimate]
>   [ss]
>   [Helvetica]
>   [preset=range:cyrillic,
>tf=style:light,
>it=style:lightoblique,
>bf=style:regular,
>bi=style:oblique,
>force=yes,
>rscale=1.0]
>  \definefallbackfamily
>   [archimate]
>   [ss]
>   [Helvetica]
>   [preset=range:greek,
>tf=style:light,
>it=style:lightoblique,
>bf=style:regular,
>bi=style:oblique,
>force=yes]
> \definefallbackfamily
>   [archimate]
>   [ss]
>   [Hiragino Sans GB]
>   [preset=range:japanese,
>tf=style:W3,
>it=style:W3,
>bf=style:W6,
>bi=style:W6,
>force=yes]
> \definefallbackfamily
>   [archimate]
>   [ss]
>   [Hiragino Sans GB]
>   [preset=range:chinese,
>tf=style:W3,
>it=style:W3,
>bf=style:W6,
>bi=style:W6,
>force=yes]
> 
> \definefontfeature [expandophian] [extend=1.025]
> \definefontfamily
>   [archimate]
>   [ss]
>   [Ophian]
>   [features=expandophian]
>   [tf=style:Regular,
>bf=style:Bold,
>it=style:Italic,
>bi=style:Bold Italic]
>
> \setupbodyfont[archimate]
> 
> \starttext


There is stuff before that but it is all defining labelclass, modes, buffers



Gerben Wierda (LinkedIn , Mastodon 
)
R IT Strategy  (main site)
Book: Chess and the Art of Enterprise Architecture 
Book: Mastering ArchiMate 

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2023-07-18 Thread Cron Daemon
receiving incremental file list
 ./
 ctan.lsr
 document-2.htm
 download-1.htm
 download-2.htm
 logo-ade.png
 logo-cts.png
 logo-pod.png
 rss.xml
 show-fil.pdf
 context/latest/
 context/latest/cont-lmt.zip
 context/latest/cont-mpd.zip
 context/latest/cont-ppc.zip
 context/latest/cont-sci.zip
 context/latest/cont-tmf.zip
 context/latest/cont-tst.7z
 context/latest/cont-tst.tar.xz
 context/latest/cont-tst.zip
 
 sent 175,340 bytes  received 39,024,042 bytes  3,733,274.48 bytes/sec
 total size is 562,115,712  speedup is 14.34


Running archiver:

New dir: /var/www/aanhet.net/context//htdocs/archives/context-2023-07-18.23
233467949   
/var/www/aanhet.net/context//htdocs/archives/context-2023-07-18.23/latest
126745317   
/var/www/aanhet.net/context//htdocs/archives/context-2023-07-18.23/current
360217362   
/var/www/aanhet.net/context//htdocs/archives/context-2023-07-18.23
360217362   total
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Wolfgang Schuster

Gerben Wierda schrieb am 18.07.2023 um 22:26:
On 18 Jul 2023, at 21:49, Hans Hagen > wrote:


On 7/18/2023 9:37 PM, Gerben Wierda wrote:
I have a document that includes text and PDFs (which themselves have 
been created with LMTX)

When it is compiled I see:
[...]
I' can't really see anything wrong with the result, What are these 
warnings/errors?

you can read the text vertically:

[tf=syle

and when you get that it's likely that this is typeste before 
\starttext when no font has been loaded (you then probably get some 
unexpected whitespace on top of the first page


so, just grep for that orphaned text snippet in your style / document


Hmm, it ('syle') is nowhere to be found in my documents. The 'syle' 
typo is found twice in ConTeXt itself, but only in manuals.


Check all entries with \definefontfamily, maybe something isn't 
commented but should be.


Wolfgang

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Gerben Wierda


> On 18 Jul 2023, at 21:49, Hans Hagen  wrote:
> 
> On 7/18/2023 9:37 PM, Gerben Wierda wrote:
>> I have a document that includes text and PDFs (which themselves have been 
>> created with LMTX)
>> When it is compiled I see:
>> fonts   > latin modern fonts are not preloaded
>> languages   > language 'en' is active
>> open source > level 1, order 2, name './ArchiMate-sheets.tex'
>> fonts   > preloading modern (math)
>> fonts   > 'fallback modern mm 12pt' is loaded
>> fonts   > preloading modern (mono)
>> fonts   > 'fallback modern tt 12pt' is loaded
>> luatex warning  > pdfe lib: lua  expected
>> luatex warning  > pdfe lib: lua  expected
>> fonts   > checking > char [ (U+0005B) in font '' with id 0: missing
>> fonts   > checking > char t (U+00074) in font '' with id 0: missing
>> fonts   > checking > char f (U+00066) in font '' with id 0: missing
>> fonts   > checking > char = (U+0003D) in font '' with id 0: missing
>> fonts   > checking > char s (U+00073) in font '' with id 0: missing
>> fonts   > checking > char y (U+00079) in font '' with id 0: missing
>> fonts   > checking > char l (U+0006C) in font '' with id 0: missing
>> fonts   > checking > char e (U+00065) in font '' with id 0: missing
>> fonts   > checking > char : (U+0003A) in font '' with id 0: missing
>> fonts   > checking > char R (U+00052) in font '' with id 0: missing
>> fonts   > checking > char g (U+00067) in font '' with id 0: missing
>> fonts   > checking > char u (U+00075) in font '' with id 0: missing
>> fonts   > checking > char a (U+00061) in font '' with id 0: missing
>> fonts   > checking > char r (U+00072) in font '' with id 0: missing
>> fonts   > checking > char , (U+0002C) in font '' with id 0: missing
>> fonts   > checking > char b (U+00062) in font '' with id 0: missing
>> fonts   > checking > char B (U+00042) in font '' with id 0: missing
>> fonts   > checking > char o (U+0006F) in font '' with id 0: missing
>> fonts   > checking > char d (U+00064) in font '' with id 0: missing
>> fonts   > checking > char i (U+00069) in font '' with id 0: missing
>> fonts   > checking > char I (U+00049) in font '' with id 0: missing
>> fonts   > checking > char c (U+00063) in font '' with id 0: missing
>> fonts   > checking > char ] (U+0005D) in font '' with id 0: missing
>> backend > xmp > using file 
>> '/usr/local/context-osx-64/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml'
>> pages   > flushing realpage 1, userpage 1, subpage 1
>> luatex warning  > pdfe lib: lua  expected
>> luatex warning  > pdfe lib: lua  expected
>> luatex warning  > pdfe lib: lua  expected
>> luatex warning  > pdfe lib: lua  expected
>> I' can't really see anything wrong with the result, What are these 
>> warnings/errors?
> you can read the text vertically:
> 
> [tf=syle
> 
> and when you get that it's likely that this is typeste before \starttext when 
> no font has been loaded (you then probably get some unexpected whitespace on 
> top of the first page
> 
> so, just grep for that orphaned text snippet in your style / document


Hmm, it ('syle') is nowhere to be found in my documents. The 'syle' typo is 
found twice in ConTeXt itself, but only in manuals.

Gerben Wierda (LinkedIn , Mastodon 
)
R IT Strategy  (main site)
Book: Chess and the Art of Enterprise Architecture 
Book: Mastering ArchiMate 

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] new upload

2023-07-18 Thread Hans Hagen

Hi,

In todays upload there is a follow up on a new feature that is already 
present in the previous upload (but that was not yet advertised):


  context --parallel test1.tex test2.tex test3.tex

  context --parallel --pattern=test*.tex

  context --parallellist myfile.cmd  (filters context processing lines)

  context --parallel test1.tex test2.tex test3.tex --terminal

The --parellel feature will run in parallel, By default upto 8 jobs but 
you can specify less or more depending on your hardware but on my 
machine this is reasonable.


See workflows-parrallel at the end for more info. That one also mentions 
the new --forceinput flag which makes that when these


  context foo-1.tex --mode=m-1 --forceinput=whatever.tex
  context foo-3.tex --mode=m-3 --forceinput=whatever.tex

are run in parallel there is no clash in tuc/pdf. Of course not all 
scenarios might work out well. Commandline arguments given are passed on 
to the different jobs but it's good enough for the purpose I have in mind.


fwiw: a single pass teststuite run (some 1950 files) goes down from 1350 
to 700 seconds but another run with 1200 complex xml documents goes 4 
times faster. In the end this is way cheaper than updating a 5 year old 
dev machine (a new one would run about twice as fast which would bring 
about the same gain).


Hans

ps. Because tex is a memory intense application it doesn't scale with 
the number of cores unless one has the latest greatest fast memory as 
well as generous cpu caches. There's only so much one can do in the code 
base about it.


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Hans Hagen

On 7/18/2023 9:37 PM, Gerben Wierda wrote:

I have a document that includes text and PDFs (which themselves have been 
created with LMTX)

When it is compiled I see:


fonts   > latin modern fonts are not preloaded
languages   > language 'en' is active
open source > level 1, order 2, name './ArchiMate-sheets.tex'
fonts   > preloading modern (math)
fonts   > 'fallback modern mm 12pt' is loaded
fonts   > preloading modern (mono)
fonts   > 'fallback modern tt 12pt' is loaded
luatex warning  > pdfe lib: lua  expected
luatex warning  > pdfe lib: lua  expected
fonts   > checking > char [ (U+0005B) in font '' with id 0: missing
fonts   > checking > char t (U+00074) in font '' with id 0: missing
fonts   > checking > char f (U+00066) in font '' with id 0: missing
fonts   > checking > char = (U+0003D) in font '' with id 0: missing
fonts   > checking > char s (U+00073) in font '' with id 0: missing
fonts   > checking > char y (U+00079) in font '' with id 0: missing
fonts   > checking > char l (U+0006C) in font '' with id 0: missing
fonts   > checking > char e (U+00065) in font '' with id 0: missing
fonts   > checking > char : (U+0003A) in font '' with id 0: missing
fonts   > checking > char R (U+00052) in font '' with id 0: missing
fonts   > checking > char g (U+00067) in font '' with id 0: missing
fonts   > checking > char u (U+00075) in font '' with id 0: missing
fonts   > checking > char a (U+00061) in font '' with id 0: missing
fonts   > checking > char r (U+00072) in font '' with id 0: missing
fonts   > checking > char , (U+0002C) in font '' with id 0: missing
fonts   > checking > char b (U+00062) in font '' with id 0: missing
fonts   > checking > char B (U+00042) in font '' with id 0: missing
fonts   > checking > char o (U+0006F) in font '' with id 0: missing
fonts   > checking > char d (U+00064) in font '' with id 0: missing
fonts   > checking > char i (U+00069) in font '' with id 0: missing
fonts   > checking > char I (U+00049) in font '' with id 0: missing
fonts   > checking > char c (U+00063) in font '' with id 0: missing
fonts   > checking > char ] (U+0005D) in font '' with id 0: missing
backend > xmp > using file 
'/usr/local/context-osx-64/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml'
pages   > flushing realpage 1, userpage 1, subpage 1
luatex warning  > pdfe lib: lua  expected
luatex warning  > pdfe lib: lua  expected
luatex warning  > pdfe lib: lua  expected
luatex warning  > pdfe lib: lua  expected

I' can't really see anything wrong with the result, What are these 
warnings/errors?

you can read the text vertically:

[tf=syle

and when you get that it's likely that this is typeste before \starttext 
when no font has been loaded (you then probably get some unexpected 
whitespace on top of the first page


so, just grep for that orphaned text snippet in your style / document

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] What are these warnings/errors?

2023-07-18 Thread Gerben Wierda
I have a document that includes text and PDFs (which themselves have been 
created with LMTX)

When it is compiled I see:


fonts   > latin modern fonts are not preloaded
languages   > language 'en' is active
open source > level 1, order 2, name './ArchiMate-sheets.tex'
fonts   > preloading modern (math)
fonts   > 'fallback modern mm 12pt' is loaded
fonts   > preloading modern (mono)
fonts   > 'fallback modern tt 12pt' is loaded
luatex warning  > pdfe lib: lua  expected
luatex warning  > pdfe lib: lua  expected
fonts   > checking > char [ (U+0005B) in font '' with id 0: missing
fonts   > checking > char t (U+00074) in font '' with id 0: missing
fonts   > checking > char f (U+00066) in font '' with id 0: missing
fonts   > checking > char = (U+0003D) in font '' with id 0: missing
fonts   > checking > char s (U+00073) in font '' with id 0: missing
fonts   > checking > char y (U+00079) in font '' with id 0: missing
fonts   > checking > char l (U+0006C) in font '' with id 0: missing
fonts   > checking > char e (U+00065) in font '' with id 0: missing
fonts   > checking > char : (U+0003A) in font '' with id 0: missing
fonts   > checking > char R (U+00052) in font '' with id 0: missing
fonts   > checking > char g (U+00067) in font '' with id 0: missing
fonts   > checking > char u (U+00075) in font '' with id 0: missing
fonts   > checking > char a (U+00061) in font '' with id 0: missing
fonts   > checking > char r (U+00072) in font '' with id 0: missing
fonts   > checking > char , (U+0002C) in font '' with id 0: missing
fonts   > checking > char b (U+00062) in font '' with id 0: missing
fonts   > checking > char B (U+00042) in font '' with id 0: missing
fonts   > checking > char o (U+0006F) in font '' with id 0: missing
fonts   > checking > char d (U+00064) in font '' with id 0: missing
fonts   > checking > char i (U+00069) in font '' with id 0: missing
fonts   > checking > char I (U+00049) in font '' with id 0: missing
fonts   > checking > char c (U+00063) in font '' with id 0: missing
fonts   > checking > char ] (U+0005D) in font '' with id 0: missing
backend > xmp > using file 
'/usr/local/context-osx-64/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml'
pages   > flushing realpage 1, userpage 1, subpage 1
luatex warning  > pdfe lib: lua  expected
luatex warning  > pdfe lib: lua  expected
luatex warning  > pdfe lib: lua  expected
luatex warning  > pdfe lib: lua  expected

I' can't really see anything wrong with the result, What are these 
warnings/errors?

Gerben Wierda (LinkedIn , Mastodon 
)
R IT Strategy  (main site)
Book: Chess and the Art of Enterprise Architecture 
Book: Mastering ArchiMate 

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] unsubscribe

2023-07-18 Thread Felipe de Jesús Molina Bravo
thanks Mailing
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] mtxrun scripts

2023-07-18 Thread Henning Hraban Ramm

I tried some of the mtxrun scripts:


* "colors" runs into an error:

$ mtxrun --script colors --table ~/texmf/colors/icc/profiles/sgray.icc
lua error : function call: 
...-07/tex/texmf-context/scripts/context/lua/mtx-colors.lua:56: attempt 
to index a nil value (global 'colors')


… or what is meant with "table"?


* Is there a script that lists all files involved in a ConTeXt run? 
Preferably filterable by "part of the distribution" / images / sources?
I’d like to check if all used files are checked in my git repository to 
be sure the project runs elsewhere.



Hraban
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] Re: problem with symbols in index

2023-07-18 Thread Floris van Manen via ntg-context



On 17/07/2023 23:37, Henning Hraban Ramm wrote:
Also, "context --purge" doesn’t delete the tuc file (don’t know if that 
changed), so the wrong entry stuck in there, and my code changes didn’t 
affect it.


not does it remove the log file
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] Re: access image properties in Lua

2023-07-18 Thread Henning Hraban Ramm
(I assume you didn’t reply privately on purpose and take this back to 
the mailing list.)


Am 18.07.23 um 12:47 schrieb Alan Braslau:
P.S. I have not used the built-in resolution= image conversion (using 
gm/ImageMagik). I imagine that ConTeXt is clever enough to store the 
converted file so that it only need to be converted once. However, is 
the resolution resampled before or after size conversion in 
\externalfigure?


If Hans didn’t add it recently, there‘s no automatical downsampling in 
ConTeXt (yet), that’s why I want to do this; the resolution parameter is 
apparently never used.


Hraban
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___