font features in beta
Hi all, this works in TL but not minimals: ································································· \definefontfeature[textfigures] [onum=yes] \definefontfeature[texligatures] [tlig=yes] \starttext \addff{textfigures} 1234567890 \addff{texligatures} foo---bar \stoptext ································································· With Context as of today and Luatex from minimals, I get lining figures and a triple dash. Did I miss something? Philipp
On 17-10-2012 16:08, Philipp Gesang wrote:
Hi all,
this works in TL but not minimals:
································································· \definefontfeature[textfigures] [onum=yes] \definefontfeature[texligatures] [tlig=yes]
\starttext \addff{textfigures} 1234567890
\addff{texligatures} foo---bar \stoptext ·································································
With Context as of today and Luatex from minimals, I get lining figures and a triple dash.
Did I miss something?
just a missing comma in a lua file, i'll upload an update Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
···
On 17-10-2012 16:08, Philipp Gesang wrote: ...
With Context as of today and Luatex from minimals, I get lining figures and a triple dash.
Did I miss something?
just a missing comma in a lua file, i'll upload an update
Hans
Thanks for the fix! Now another thing I noticed is that the text style “capital” fails with highlights: ································································· \definehead [testhead] [section] [style=capital] %% -> works \definehighlight [testhighlight] [style=capital] %% -> not always \starttext \testhead{woody words} %% -> works gorn {\testhighlight ocelot} wasp %% -> works gorn \testhighlight{ocelot} wasp %% -> fails \stoptext ································································· “Capital”, “WORD” etc. don’t have the problem, and in other circumstances, “capital” seems to work as expected. This is also a regression since TL2012. Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
participants (3)
-
Hans Hagen
-
Marco Patzer
-
Philipp Gesang