Hi. ** Hans Hagen [2010-09-30 14:20:48 +0200]:
this shows me some cyrilic
\starttypescript [serif,sans,mono] [computer-modern-unicode] \definefontsynonym [Serif] [file:cmunrm] [features=default] \definefontsynonym [SerifItalic] [file:cmunti] [features=default] \definefontsynonym [SerifSlanted] [file:cmunsl] [features=default] \definefontsynonym [SerifBold] [file:cmunbx] [features=default] \definefontsynonym [SerifBoldItalic] [file:cmunbi] [features=default] \definefontsynonym [Sans] [file:cmunss] [features=default] \definefontsynonym [SansItalic] [file:cmunsi] [features=default] \definefontsynonym [SansBold] [file:cmunsx] [features=default] \definefontsynonym [SansBoldItalic] [file:cmunso] [features=default] \definefontsynonym [Mono] [file:cmuntt] [features=default] \definefontsynonym [MonoItalic] [file:cmunit] [features=default] \definefontsynonym [MonoSlanted] [file:cmunst] [features=default] \definefontsynonym [MonoBold] [file:cmuntb] [features=default] \definefontsynonym [MonoBoldItalic] [file:cmuntx] [features=default] \stoptypescript
\starttypescript[computer-modern-unicode]
\definetypeface[computer-modern-unicode][rm][serif][computer-modern-unicode][default] \definetypeface[computer-modern-unicode][ss][sans] [computer-modern-unicode][default] \definetypeface[computer-modern-unicode][tt][mono] [computer-modern-unicode][default] \definetypeface[computer-modern-unicode][mm][math] [modern] [default] \stoptypescript
\usemodule[fnt-29]
\setupbodyfont[computer-modern-unicode,tt,9pt]
\setuplayout [backspace=1cm, topspace=1cm, footer=1cm, header=0cm, height=middle, width=middle]
\starttext \ctxlua{fonts.tracers.shapes()} \stoptext
\endinput
1. If I comment '\usemodule[fnt-29]' (seems that I don't have it) and '\ctxlua' line and add '\input ru_li2.tex' after it then I don't get CM-U, but I see in output message that 'cmunrm not found'. 2. If I move fonts (or link) from $CONTEXT_MINIMAL/tex/texmf-fonts/opentype/public/cm-unicode to $CONTEXT_MINIMAL/tex/texmf-local/fonts/opentype/public/cm-unicode and run context on the same document it will work. As well as if fonts are in $CONTEXT_MINIMAL/tex/texmf-fonts/fonts/opentype/public/cm-unicode the document will be ok. My first place to put fonts was incorrect. -- Eagleson's Law: Any code of your own that you haven't looked at for six or more months, might as well have been written by someone else. (Eagleson is an optimist, the real number is more like three weeks.)