On 18 Jul 2023, at 22:45, Wolfgang Schuster <wolfgang.schuster.lists@gmail.com> wrote:

Gerben Wierda schrieb am 18.07.2023 um 22:26:
On 18 Jul 2023, at 21:49, Hans Hagen <j.hagen@xs4all.nl> 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