On Thu, 4 Sept 2025 at 14:23, Erik Nijenhuis <e...@xerdi.com> wrote:

> Hi Luigi,
>
> On Thu, 2025-09-04 at 10:04 +0200, luigi scarso wrote:
>
> It's not clear what you mean with "LuaTeX's texconfig table":
> there is a texconfig program in texlive but, following  the texlive-en.pdf,
> """tlmgr’s functionality completely subsumes the texconfig program. We
> still distribute
> and maintain texconfig for the sake of anyone used to its interface, but
> we recommend
> using tlmgr nowadays."""
>
>
> Sorry for the confusion. I meant the Lua table texconfig, or any other
> table which suits (LuaTeX manual section 10.4).
>
>
ah ok.

Anyway the arg table should be already ok;

%%test
\directlua{%
for k,v  in pairs(arg) do print(k,v) end
}
\bye

$> luatex   test.tex -- --pdfversion=1.7   --pdfstandard='PDFA/A-3'
 --tagging=yes   --uncompress 'what ever you want if correctly escaped'

This is LuaTeX, Version 1.24.0 (TeX Live 2026/dev)
 restricted system commands enabled.
(./test.tex1    test.tex
2       --
3       --pdfversion=1.7
4       --pdfstandard=PDFA/A-3
5       --tagging=yes
6       --uncompress
7       what ever you want if correctly escaped
0       luatex
)
warning  (pdf backend): no pages of output.
Transcript written on test.log.


--
luigi

>
_______________________________________________
dev-luatex mailing list -- dev-luatex@ntg.nl
To unsubscribe send an email to dev-luatex-le...@ntg.nl

Reply via email to