Replies: 1 comment
-
Looks like this issue: #935 (comment), which we saw with the The fix is in 0.12.0. Are you using an older version of Tectonic by chance? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Normally I'd do this with the
embedfile
orembedall
packages, e.g.But those require pdflatex, which is not what Tectonic uses. So I tried Navigator, which says it supports xdvipdfmx:
and this compiles, and the resulting PDF even claims it has an embedded file named "test.tex", but opening the embedded file shows it to be empty, and the build log includes the following output:
At first I thought it might be running that stage of the build in a different pwd or something, so that the relative path to the source wasn't resolving properly, but
strace
has ruled that out. So what do I need to do to get navigator embedded files working?I have a workaround in the meantime running
pdfattach
after the build to attach the source files, but it would be nice to not have to do that.Beta Was this translation helpful? Give feedback.
All reactions