<div dir="ltr"><div><div><div><div><div>I'm trying to get \directlua to create a \begin{enumerate} \item ... \end{enumerate} in my document, and I'm having trouble with tex.sprint.  Here are 3 tex.sprint commands with their corresponding outputs.<br>---<br>\directlua{tex.sprint("foo")}<br></div><br>foo<br>---<br>\directlua{tex.sprint("\luatexluaescapestring{\TeX}")}<br></div><br>TeXm (i.e., the TeX logo followed by the character "m" for some reason)<br>---<br>\directlua{tex.sprint("\luatexluaescapestring{\begin{enumerate} \item foo \end{enumerate}}")}<br><br>! Undefined control sequence.<br>\GenericError  ...                                <br>                                                    #4  \errhelp \@err@     ...<br>l.5 ...int("\luatexluaescapestring{\begin{enumerate}<br>                                                   \item foo \end{enumerate}...<br>---<br><br></div>I would appreciate any help getting LuaLaTeX to create an enumerate enviornment and fill the \item's.<br><br></div>Thanks in advance,<br><br></div>Troy Henderson<br></div>