I examined the typescript given and started to apply it. I get however
a strange error in that a font is not found.
I replaced my line:
\definefontsynonym [LucidaCalligraphy-Italic] [file:lbc.tfm]
with the given:
\definefontsynonym [LucidaCalligraphy-Italic]
[name:lucidahandwritingitalic][f
Hans van der Meer wrote:
Working on typescripts for Y&Y's LucidaBright (which are type1 fonts)
for MKIV (hoping to maintain compatibilty with MKII), the following code
produces all math in bold, even the first x+y.
\usetypescript[luc]\setupbodyfont[luci]\starttext $x+y$ -- $\bfmath
x+y$ \stop
type-lucida.tex
Description: Binary data
Am 18.08.2009 um 17:18 schrieb Hans van der Meer:
Working on typescripts for Y&Y's LucidaBright (which are type1
fonts) for MKIV (hoping to maintain compatibilty with MKII), the
following code produces all math in bold, even the first x+y.
You can
Working on typescripts for Y&Y's LucidaBright (which are type1 fonts)
for MKIV (hoping to maintain compatibilty with MKII), the following
code produces all math in bold, even the first x+y.
\usetypescript[luc]\setupbodyfont[luci]\starttext $x+y$ -- $\bfmath
x+y$ \stoptext
I studied the ne