blob: aa23b0e8fc1e80ff575f992e6db947e9435cc750 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\documentclass{article}
% load the lua code
\directlua{require("newpax")}
% and/or write .pax files for pax.sty
\directlua
{
newpax.writepax("doc-input")
newpax.writepax("doc-input2")
}
\begin{document}
\end{document}
|