On Sat, Dec 4, 2010 at 19:38, Hans Hagen wrote:
>
> In lucida-math.lfg there is now:
>
> variables = {
> joinrelfactor = 4, -- default is 3
> }
>
> and when set that variable will be used in composing the virtual glyph (the
> default is 3). So, no complex defs are needed.
On 3-12-2010 2:47, Herbert Voss wrote:
Am 03.12.2010 12:21, schrieb Mojca Miklavec:
IIRC, the original definitions are from plain.tex and amstex.tex.
plain.tex says:
\def\joinrel{\mathrel{\mkern-3mu}}
So I guess that \joinrel indeed needs to be defined on per-font basis
instead of being
On 3-12-2010 2:47, Herbert Voss wrote:
Am 03.12.2010 12:21, schrieb Mojca Miklavec:
IIRC, the original definitions are from plain.tex and amstex.tex.
plain.tex says:
\def\joinrel{\mathrel{\mkern-3mu}}
So I guess that \joinrel indeed needs to be defined on per-font basis
instead of being
Am 03.12.2010 12:21, schrieb Mojca Miklavec:
>> IIRC, the original definitions are from plain.tex and amstex.tex.
>
> plain.tex says:
> \def\joinrel{\mathrel{\mkern-3mu}}
>
> So I guess that \joinrel indeed needs to be defined on per-font basis
> instead of being hardcoded into definitions.
On Fri, Dec 3, 2010 at 11:42, Mojca Miklavec wrote:
>
> Hans,
>
> this issues is not fixed. I assume that jointwo(...) function is used
> to create the longrightarrow and maybe that one doesn't get the
> spacing right.
This fixes the problem indeed:
jointwo (main,characters,id,size,0x27F6,0x0
On Tue, Nov 30, 2010 at 19:16, Hans Hagen wrote:
> On 30-11-2010 6:23, Herbert Voss wrote:
>>
>> in mkii \joinrel is \mkern-4mu in mkiv only \mkern-3mu
>>
>>
>> \setupbodyfont[lucida]
>> \def\longrightarrow{\relbar\mkern-4mu\rightarrow}
>>
>> \starttext
>> $\longrightarrow$
>> \stoptext
>
> ok, wil
On 30-11-2010 6:23, Herbert Voss wrote:
Am 30.11.2010 17:54, schrieb Mojca Miklavec:
\setupbodyfont[lucida]
\starttext
$\longrightarrow$
\stoptext
The arrow has white space in the middle.
in mkii \joinrel is \mkern-4mu in mkiv only \mkern-3mu
\setupbodyfont[lucida]
\def\longrightarrow{\re
Am 30.11.2010 17:54, schrieb Mojca Miklavec:
> \setupbodyfont[lucida]
>
> \starttext
> $\longrightarrow$
> \stoptext
>
> The arrow has white space in the middle.
in mkii \joinrel is \mkern-4mu in mkiv only \mkern-3mu
\setupbodyfont[lucida]
\def\longrightarrow{\relbar\mkern-4mu\rightarrow}
\s
Dear Hans,
maybe my request comes a bit late, but nevertheless - how difficult is
it to fix \longrightarrow in MKIV in Lucida font? (In MKII it works
fine.)
\setupbodyfont[lucida]
\starttext
$\longrightarrow$
\stoptext
The arrow has white space in the middle.
Thanks a lot,
Mojca
__