<div dir="ltr"><br clear="all">Life is not empty,<br>There is kindness, there is apple and there is faith.<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="h5"><br>
<br>
</div></div>I uploaded the files I used[1], extracted from the latest ConTeXt beta.<br>
<br>
This how I get it to work:<br>
<br>
$ luatex --ini luatex-plain.tex<br>
$ luatex --fmt luatex-plain luatex-test.tex<br>
<br>
</blockquote><div><br><br>Or much easier without generating a format, you can have<br><br>%%%%%%%%%%%%%%% <br></div></div>
<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;">\directlua {</p>
<p style="margin: 0px; text-indent: 0px;">    dofile(kpse.find_file(&quot;luatex-fonts.lua&quot;,&quot;tex&quot;))</p>
<p style="margin: 0px; text-indent: 0px;">}</p>
<p style="margin: 0px; text-indent: 0px;">\font\test=file:lmroman10-regular at 12pt\test</p>
<p style="margin: 0px; text-indent: 0px;">This is a test</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\end</p><p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">%%%%%%%%%%%%%%%%%%%%%%%%%</p><p style="margin: 0px; text-indent: 0px;"><br></p>
<p style="margin: 0px; text-indent: 0px;">name it test.tex and run pdfluatex on it.</p><p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">One Question: How do you define a font so that it supports arabic?</p>
<p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">i.e. \font\test1=file:AdobeArabic-Regular.ttf:?</p><p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">
<br></p></div>