On Wed, Jun 29, 2011 at 10:50 PM, John Culleton
Been away for a while. Currently using luatex for lightly formatted documents. But I want to use Context for my next job (lots of formatting). How do I incorporate luatex and the fonts found by luatex in my Context file? See fonts in context http://www.boekplan.nl/node/11
And should I use MKII or MKIV?
mkii uses pdftex mkiv uses luatex Best solution is the minimals.
My luatex books are basically pdftex files with a few statements to get at fonts not included with TeX, e.g., \input luaotfload.sty
\font\lll={CHOPS___.TTF} at 48bp
\font\lk={CHOPS___.TTF} at 36bp
\font\hl={CHOPS___.TTF} at 16bp
\font\head={CHOPS___.TTF} at 26bp
\font\lr pplr7t at 12bp
\font\llr pplr7t at 14bp
\font\rm pplr7t at 10bp
\font\it pplri7t at 10bp
\font\bf pplb7t at 10bp
Even if you can use a sort of plain luatex in mkiv, It's better ti use the mkiv syntax. -- luigi