[lltx] [fontspec] selecting font features has no effect?

Diederick C. Niehorster dcnieho at gmail.com
Wed Mar 31 04:07:08 CEST 2010


On Tue, Mar 30, 2010 at 9:42 PM, Khaled Hosny <khaledhosny at eglug.org> wrote:
> Could you please get the current luaotfload from git, I fixed this
> particular bug yesterday I guess (luaotfload should ignore
> otfl-names.lua if it can't find it), also when you update I'll get
> proper line numbers in error messages (right now your errors don't match
> my working copy).

Hi Khaled,

Just updated, reran the tests (note the \typeout{--1--} so the font
setting can easily be found):
----
\documentclass[11pt]{article}

\usepackage{lipsum}
\usepackage{fontspec}
\typeout{--1--}
\setmainfont[Ligatures=TeX]{Arno Pro}
%\setmainfont[Ligatures=TeX]{Arno Pro Italic}
%\setmainfont[Ligatures=TeX]{Adobe Caslon Pro}

\begin{document}
\lipsum
\end{document}
----

Logs are attached in a zip, for
\setmainfont[Ligatures=TeX]{Arno Pro} - works
\setmainfont[Ligatures=TeX]{Arno Pro Italic} - font not found
\setmainfont[Ligatures=TeX]{Adobe Caslon Pro} - compare to nil error

I've also attached my otfl-names.lua. (note that as said, I had
trouble building it with the newest luaotfload from github, so this
one is about 2 days old.

Best,
Dee


-- 
To unsubscribe, reply using "remove me" as the subject.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lipsum_test.zip
Type: application/zip
Size: 114629 bytes
Desc: not available
URL: <http://tug.org/pipermail/lualatex-dev/attachments/20100331/0cd3dd85/attachment.zip>


More information about the lualatex-dev mailing list