Xdvipdfmx doesn’t find .pro files #1021
Unanswered
simonp0420
asked this question in
Q&A
Replies: 2 comments
-
Can you please provide an "MWE"? It would allow me to try the example and take a look / replicate the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your willingness to look at this. I've placed the MWE in this github repo, because there are a lot of files in the src directory from the pstricks package. Having pared down the huge document to a MWE, I'm no longer seeing the same error. Now, instead of complaining about not finding the .pro files, tectonic now complains that it doesn't understand the token "load" as shown below:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
This is a duplicate of this discourse post. I didn't realize when I posted to
tectonic.newton.cx
that it was being sunsetted in favor of these discussion issues. Anyway...I’m trying to get tectonic to compile a complex document that uses a lot of diagrams generated with pstricks. The document can be successfully compiled with standard XeTeX. To proceed, I’ve been adding .sty and .tex files from the pstricks package next to my main document incrementally, as tectonic complains that it doesn’t have them. It’s now to the point where it has completed running through the document with the XeTeX compiler, and is running xdvipdfmx, which complains that it can’t find, e.g. pstricks.pro (among others), even though I have also placed these .pro files in the same directory. Also, I have texlive installed, and kpsewhich finds these files in, e.g. /usr/share/texmf-dist/dvips/pstricks/pstricks.pro . I suppose that tectonic has its own custom version of xdvipdfmx which doesn’t use kpsewhich. Can anyone advise how to make tectonic aware of these files?
Beta Was this translation helpful? Give feedback.
All reactions