[luatex] LuaTeX precompilation
David Carlisle
d.p.carlisle at gmail.com
Thu Dec 21 22:08:43 CET 2023
> To have it wait for say a HUP signal (or USR1) you could just use
\directlua{} to require the luaposix module
rather than a lua module handling posix signals you can tell tex to pause,
then send it a newline to stdin to continue
\documentclass{article}
\usepackage{tikz,pstricks,siunitx,unicode-math}% any other big packages
\begin{document}
\pausing=1
\pausing=0
\input{story}
\end{document}
will pause allowing you to make a new file story.tex if you don't like the
original story then will continue to the end if sent a newline, works of
course for any tex system, not just luatex,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/luatex/attachments/20231221/3df3a068/attachment.htm>
More information about the luatex
mailing list.