On 2013–08–23 Henning Hraban Ramm wrote:

> > This should get you started:
> > 
> > \usemodule           [simplefonts]
> > \setmainfont         [schola]
> > \setmainfontfallback [dejavuserif] [range=cyrillic]
> 
> 
> Thank you, that is what I was looking for.
> How would I write the last line without the simplefonts module?

You define the fallback using \definefontfallback and then use the
fallback key when defining the font.

\definefontfallback [cyr]            [name:dejavuserif] [cyrillic]
\definefontsynonym  [Serif-Fallback] [Serif]            [fallbacks=cyr]
\definefont         [mySchola]       [Serif-Fallback]
\setupbodyfont      [schola]

\starttext
\mySchola
\input knuth

Традиционная систематика лишайников оказывается во многом условна и
отражает, скорее, особенности их строения и экологии, чем
родственные отношения внутри группы, тем более что основывается она
только на микобионте, а фотобионт сохраняет свою таксономическую
самостоятельность.
\stoptext

Marco

Attachment: signature.asc
Description: Digital signature

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to