<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Am 08.10.2011 um 18:55 schrieb Javier Múgica de Rivera:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I have used the luaotfload package for the first time, and worte the<br>following code in order to do so:<br><br>%def\otffont#1=#2 at{\font#1={#2: mode=base;tlig;trep} at}<br>\def\otffont#1=#2 at{\font#1={#2: mode=node;tlig;trep} at}<br><br>\otffont\tenrm=LMRoman10-Regular at 10pt<br><br>The font appears to be right at first sight but looking closer I see<br>that kerning and ligatures are missing. How can that be solved?<br></div></blockquote><div><br></div><div>you have to explicitly set kern and ligatures:</div><div><br></div><div>\def\x{Va Va Va Va Va Va Va fish fluffiest\par}<br>\input luaotfload.sty<br>\font\myfont="Linux Libertine O"<br>\myfont\x<br>\font\myfont="Linux Libertine O:+liga;"<br>\myfont\x<br>\font\myfont="Linux Libertine O:+liga;+kern"<br>\myfont\x<br>\bye<br><br></div><div><img id="7f758006-87ac-4274-ac9c-f189af5a938b" height="180" width="750" apple-width="yes" apple-height="yes" src="cid:A445ED55-A50B-420F-88D8-FE7DDBA18E8C"></div><div><br></div><div><br></div><div>Patrick</div><div><br></div></div></body></html>