> On 18 Jul 2023, at 22:45, Wolfgang Schuster 
> <wolfgang.schuster.li...@gmail.com> wrote:
> 
> Gerben Wierda schrieb am 18.07.2023 um 22:26:
>>> On 18 Jul 2023, at 21:49, Hans Hagen <j.ha...@xs4all.nl 
>>> <mailto:j.ha...@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



Gerben Wierda (LinkedIn <https://www.linkedin.com/in/gerbenwierda>, Mastodon 
<https://newsie.social/@gctwnl>)
R&A IT Strategy <https://ea.rna.nl/> (main site)
Book: Chess and the Art of Enterprise Architecture <https://ea.rna.nl/the-book/>
Book: Mastering ArchiMate <https://ea.rna.nl/the-book-edition-iii/>

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to