Is it possible at the end off compile proces to move the created PDF to another
directory (subdirectory of current directory)
You can try something like this:
\startluacode
luatex.wrapup(function()
local pdf = tex.jobname .. ".pdf"
file.copy(pdf, "subdirecto
> On 4 Jun 2022, at 06:21, Jaroslav Hajtmar via ntg-context
> wrote:
>
> Hello ConTeXist.
> After a long time, I turn to the conference for help.
> I use command line to batch process of many ConTeXt files. Is it possible at
> the end off compile proces to move the created PDF to another dire
list for ConTeXt users
Cc: Jaroslav Hajtmar
Betreff: [NTG-context] Compiling context files in command line
Hello ConTeXist.
After a long time, I turn to the conference for help.
I use command line to batch process of many ConTeXt files. Is it possible at
the end off compile proces to move the
Hello ConTeXist.
After a long time, I turn to the conference for help.
I use command line to batch process of many ConTeXt files. Is it possible at
the end off compile proces to move the created PDF to another directory
(subdirectory of current directory) using the command line commands? Somehow