Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdftex (started via the compiler driver) can't find input files if the main file is on a network drive #50

Closed
u-fischer opened this issue Jan 22, 2018 · 2 comments
Assignees
Milestone

Comments

@u-fischer
Copy link

I couldn't test the issue myself as I don't have access to a system with a network drive. I'm also not sure if it is a miktex or a texworks problem as I couldn't find someone with a texlive system to test.

I had two independant reports that input files could not be found in the following setup:

  • the main file was in a folder on a network drive with address like //xxx/zz/yyy/test/
  • the input file (a text file in one case, a figure in the other) was in the same folder
  • the file was opened in texworks (with double click in one case, unknown in the other)
  • the compilation was started with the button in texworks.

In both cases latex complained that the input file could not be found.

The log-file showed the full path at the begin:

entering extended mode
**"//xxx/zz/yyy/test/test.tex"

The file compiled without problems if everything was copied to a local folder. The log-file then showed only the file name **./text.tex. It also compiled without problems on the network drive if texstudio instead of texworks was used.

It looks as if texworks doesn't correctly set the "current folder" for such files.

@edocevoli edocevoli self-assigned this Jul 27, 2018
@edocevoli edocevoli added this to the 2.9.6800 milestone Jul 27, 2018
@edocevoli
Copy link
Member

This is not a TeXworks bug. Running:

texify --pdf --clean \\xxx\zz\yyy\test\test.tex

also fails.

@edocevoli edocevoli changed the title texworks can find input files if the main file is on a network drive pdftex can't find input files if the main file is on a network drive Jul 27, 2018
@edocevoli edocevoli changed the title pdftex can't find input files if the main file is on a network drive pdftex (started via the compile driver) can't find input files if the main file is on a network drive Jul 27, 2018
@edocevoli edocevoli changed the title pdftex (started via the compile driver) can't find input files if the main file is on a network drive pdftex (started via the compiler driver) can't find input files if the main file is on a network drive Jul 27, 2018
@edocevoli
Copy link
Member

This will be fixed with milestone 2.9.6800.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants