summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/newpax/doc-extract-newpax.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-07 22:04:14 +0000
committerKarl Berry <karl@freefriends.org>2021-03-07 22:04:14 +0000
commit0ce7cbf84226220eaf916f5ed2657fe1981691d0 (patch)
tree6db6e10e277b8240d468db3d5cc45bc5a5f83c63 /Master/texmf-dist/doc/latex/newpax/doc-extract-newpax.tex
parent41af0d811446c2a97f6fe70d28570e3e4f8f9025 (diff)
newpax (7mar21)
git-svn-id: svn://tug.org/texlive/trunk@58196 c570f23f-e606-0410-a88d-b1316a301751
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