summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/newpax/doc-extract-newpax.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/newpax/doc-extract-newpax.tex')
-rw-r--r--Master/texmf-dist/doc/latex/newpax/doc-extract-newpax.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/newpax/doc-extract-newpax.tex b/Master/texmf-dist/doc/latex/newpax/doc-extract-newpax.tex
new file mode 100644
index 00000000000..052dd474adb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/newpax/doc-extract-newpax.tex
@@ -0,0 +1,11 @@
+\documentclass{article}
+% load the lua code
+\directlua{require("newpax")}
+% write .newpax files for newpax.sty
+\directlua
+ {
+ newpax.writenewpax("doc-input1")
+ newpax.writenewpax("doc-input2")
+ }
+\begin{document}
+\end{document} \ No newline at end of file