Server IP : 111.118.215.189 / Your IP : 216.73.216.230 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/texlive/texmf-dist/tex/luatex/luaotfload/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
if not modules then modules = { } end modules ['luat-ovr'] = { version = 1.001, comment = "companion to luatex-*.tex", author = "Khaled Hosny and Elie Roux", copyright = "Luaotfload Development Team", license = "GNU GPL v2" } local write_nl, format, name = texio.write_nl, string.format, "luaotfload" local dummyfunction = function() end callbacks = { register = dummyfunction, } function logs.report(category,fmt,...) if fmt then write_nl('log', format("%s | %s: %s",name,category,format(fmt,...))) elseif category then write_nl('log', format("%s | %s",name,category)) else write_nl('log', format("%s |",name)) end end function logs.info(category,fmt,...) if fmt then write_nl(format("%s | %s: %s",name,category,format(fmt,...))) elseif category then write_nl(format("%s | %s",name,category)) else write_nl(format("%s |",name)) end io.flush() end function logs.simple(fmt,...) if fmt then write_nl('log', format("%s | %s",name,format(fmt,...))) else write_nl('log', format("%s |",name)) end end tex.ctxcatcodes = luatexbase.catcodetables.latex