<div>
                    <span class="Apple-style-span" style="font-size: 12px;">Hi,</span>
                </div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;">I'm slowly making my way into TeX stuff in general, and I've been experimenting with XeTeX for a while.  I'm trying out LuaTeX mostly because I'm interested in some of the micro typing features  (I have no idea what do do with the "Lua" part at this point).</span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;">I'm having trouble getting Hebrew to work correctly through fontspec (I have been under the impression that LuaLaTeX can be used through fontspec, though I may be mistaken).</span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;">With the minimal document below, LuaLaTex will not typeset the Hebrew right to left as expected.  The individual letters are typeset correctly, but in reverse order from the input.  I've tried adding "Language=Hebrew" and "Script=Hebrew" but nothing seems to work.  I've tried with and without the luaotfload package (not sure whether that should be there or not). </span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;">I suspect I've just plain missed something simple, but I'm not seeing it.  The document below works perfectly with XeLaTeX, and I've attached a pdf showing both the reversed LuaLaTeX output I see, and the expected output I get with XeLaTeX.</span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;"><span class="Apple-style-span" style="font-size: medium; "><div><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: medium; "><div><span class="Apple-style-span" style="font-size: 12px; ">I'm using MacTeX 2011 on OS X Lion (though I experience the same issue with MacTeX 2010 on Snow Leopard also).</span></div><div><span class="Apple-style-span" style="font-size: 12px; "><br></span></div><div><span class="Apple-style-span" style="font-size: 12px; ">LuaTeX, Version beta-0.70.1-2011062107 (rev 4277)</span></div><div><span class="Apple-style-span" style="font-size: 12px; "><br></span></div></span></span></div></span></span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;">Any suggestions would be much appreciated,</span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;">Regards,</span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;">Daron</span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 12px;"><div>\documentclass{article}</div><div><br></div><div>%\usepackage{luaotfload}</div><div><br></div><div>\usepackage{fontspec}</div></span><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-tab-span" style="white-space:pre">        </span>\newfontfamily\H{Times New Roman}</span></div><div><span class="Apple-style-span" style="font-size: 12px;"></span><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-tab-span" style="white-space:pre">     </span>\newcommand{\heb}[1]{{\H #1}}</span><span class="Apple-style-span" style="font-size: 12px;"><div><br></div><div>\begin{document}</div><div><br></div><div>\heb{תוֹלְדוֹת} and \heb{אֵלֶּה} and \heb{וַיֹּאמֶר}</div><div><br></div><div>\end{document}</div></span></div>
                <div></div>