Dear Rob,
For today, at least, I can work on this. Maybe even while sitting in on
the union meeting that is about to begin on Zoom :-)
What I am wondering is whether it is a useful test to try to build
Asymptote (and HTML) with my current setup for APEX (which does not
involve managed directories).
Right now I have
ptx/images/
and
output/html/images
where ptx is my source folder.
My Asymptote build command looks like:
pretext -vv -p
~/Documents/APEXCalculusPTX/publication/publication.xml -c asy -f html
-d ~/Documents/APEXCalculusPTX/ptx/images
~/Documents/APEXCalculusPTX/ptx/apex.ptx
cp -r ~/Documents/APEXCalculusPTX/ptx/images
~/Documents/APEXCalculusPTX/output/html/
(I first build everything into a subdirectory of my source folder, and
then copy it all to output.)
HTML then builds with a pretty standard xsltproc call.
I can run these as is, or modify if needed.