Am 13.10.2010 um 14:40 schrieb Hans Hagen:
> On 13-10-2010 12:48, Andreas Harder wrote:
>
>> It seems that if a line starts with \sc{…} the onum-option is ignored. Is
>> there a solution?
>
> fixed in upcoming beta
Thanks Hans!
Andreas
On 13-10-2010 12:48, Andreas Harder wrote:
It seems that if a line starts with \sc{…} the onum-option is ignored. Is there
a solution?
fixed in upcoming beta
-
Hans Hagen | PRAGMA ADE
On 13/10/10 12:48, Andreas Harder wrote:
Hi all,
please have a look at my example:
\definefontfeature[default][default][mode=node,onum=yes]
\definefontfeature[sc][default][smcp=yes]
\def\sc{\groupedcommand{\setfontfeature{sc}}{}}
\setupbodyfont[palatino]
\starttext
\startTEXpage[offset=1ex
Hi all,
please have a look at my example:
\definefontfeature[default][default][mode=node,onum=yes]
\definefontfeature[sc][default][smcp=yes]
\def\sc{\groupedcommand{\setfontfeature{sc}}{}}
\setupbodyfont[palatino]
\starttext
\startTEXpage[offset=1ex]
{\sc Abc} 0369 \crlf
\sc{Abc} 0369
w [zeug, line width=1ex, cap=round] (-7.65cm,-1mm) --
(7.65cm,-1mm);
\stoptikzpicture
\stoptext
>>>
When I compile my document with "texexec --lua" I get a black line.
Adding "\setfontfeature{oldstyle}" to the preamble causes "texexec
--lua" to break with
On Wed, 02 Jan 2008 08:14:17 -0700, Taco Hoekwater <[EMAIL PROTECTED]>
wrote:
>> Does this handle the other [off-list] utf-8 bug that generates an error
>> message from font-tfm.lua:591?
>
> No. You get that error because the font does not have a non-breaking
> hyphen, and you can "fix" it by ch
Idris Samawi Hamid wrote:
> On Wed, 02 Jan 2008 02:11:22 -0700, Hans Hagen <[EMAIL PROTECTED]> wrote:
>
>> in font=otf.lua, patch ...
>>
>> function fonts.otf.set_dynamics(tfmdata,attribute,features)
>> local shared = tfmdata.shared
>> if shared then
>>
>>
>> end
>>
On Wed, 02 Jan 2008 02:11:22 -0700, Hans Hagen <[EMAIL PROTECTED]> wrote:
in font=otf.lua, patch ...
function fonts.otf.set_dynamics(tfmdata,attribute,features)
local shared = tfmdata.shared
if shared then
end
end
and remake
Does this handle the other [o
Wolfgang Schuster wrote:
> you forgot "local dynamics", the following works
>
> function fonts.otf.set_dynamics(tfmdata,attribute,features)
> local shared = tfmdata.shared
> local dynamics = shared.dynamics
> if shared then
hm, you need to to test shared before using
; >> Dear consortium,
> >>
> >> check this out:
> >>
> >> ==
> >> % engine=luatex
> >>
> >> \definefontfeature
> >>[oldstyle]
> >>[mode=node,language=dflt,script=latn,onum=yes,tnum=yes]
> >>
>
t;
>> \definefontfeature
>>[oldstyle]
>>[mode=node,language=dflt,script=latn,onum=yes,tnum=yes]
>>
>> \setfontfeature{oldstyle}
>>
>> \starttext
>> 1234567890
>>
>> \startitemize
>> \item test
>> \stopitemize
>>
&
de,language=dflt,script=latn,onum=yes,tnum=yes]
>
> \setfontfeature{oldstyle}
>
> \starttext
> 1234567890
>
> \startitemize
> \item test
> \stopitemize
>
> \stoptext
> ==
>
> log:
>
>
>
On Jan 2, 2008 4:19 AM, Idris Samawi Hamid <[EMAIL PROTECTED]> wrote:
> Dear consortium,
>
> check this out:
>
> ==
> % engine=luatex
>
> \definefontfeature
>[oldstyle]
>[mode=node,language=dflt,script=latn,on
Dear consortium,
check this out:
==
% engine=luatex
\definefontfeature
[oldstyle]
[mode=node,language=dflt,script=latn,onum=yes,tnum=yes]
\setfontfeature{oldstyle}
\starttext
1234567890
\startitemize
\item test
\stopitemize
\stoptext
14 matches
Mail list logo