After some more fiddling, I think the problem was that the `current-poly-target` was not being communicated to the parallel rendering places, so they were just regenerating HTML when you asked for PDF. I just pushed a fix that addresses this. I don't have LaTeX on my machine right now, but let me know if it works for you.
> On Apr 26, 2019, at 10:59 AM, [email protected] wrote: > > From testing and some unanswered threads in the Racket Users group, it seems > like `current-directory` (and maybe `current-project-root`) evaluate to "/" > specifically when being evaluated inside a template from within a Racket > "place". Which means there is probably a permissions error happening pretty > quick when the temporary folder is created, short-circuiting the render > before it even gets to the `system` call. I need to do more work to figure > out how to fix it, but I've been busy. It just seems like a caveat that > should probably be mentioned in the docs eventually. -- You received this message because you are subscribed to the Google Groups "Pollen" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
