How to set the calligraphic font in the
simplefonts module?
With the instructions in the
Wiki:
\usemodule[simplefonts]
\definefontfamily[fallbackfont][serif][lucidaot]
\definefontfamily[fallbackfont][sans][lucidaot]
\definefontfamily[fallbackfont][mono][lucidaot]
\definefontfamily[fallbackfont][math][lucidaot]
\setupbodyfont[fallbackfont]
\setcalligraphicfont[fallbackfont]
and got the following
errors: (1) unknow font and (2) unknown definition.
open source > 6 > 12 >
/Users/hansm/Applications/TeX-sources/context-29/tex/texmf-context/tex/context/base/type-imp-lucida-opentype.mkiv
close source > 6 > 12 >
/Users/hansm/Applications/TeX-sources/context-29/tex/texmf-context/tex/context/base/type-imp-lucida-opentype.mkiv
fonts > defining > font with asked name
'unknown' is not found using lookup 'file'
fonts > defining > unknown font
'unknown', loading aborted
fonts > defining > unable to define
'unknown' as 'fallbackfont-12pt-rm-tf-0--0'
hvdm-fig.tex: ! Undefined control sequence
l.11 \setcalligraphicfont
[fallbackfont]
Why is ConTeXt able to use
my Lucida font with simply \setupbodyfont[lucidaot] but does simplefont
not?