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