Closed ngocvo closed 4 years ago
How are you starting pdflatex
? This works for me:
mkdir C:\Trash\test
rem create C:\Trash\test\test.tex
subst H: C:\Trash
cd /D H:\test
pdflatex test.tex
How are you starting
pdflatex
?
In several ways:
latexmk
using VS Code with the LaTeX Workshop extensionIn all three cases, I get the same result when I try to compile something that isn't in C:
.
I can confirm that your example also works for me. But I would like to point out that in my case, H:
is a network drive. Would this be related to #50 by any chance?
I just tried compiling documents on the relevant network drives and it seems to be working again (?)
It probably was just an issue with our network drives that has resolved itself. Thank you for the response anyway!
After updating packages with MiKTeX Console (2020-02-10), I am no longer able to compile any
*.tex
files in any drive other thanC:
. For example, compiling this document saved asH:\test\test.tex
fails:...with the following output (and log file):
This is the contents of
pdflatex.log
:Further information
I work with several other typesetters and the documents we work on are located in network drives. Would this have anything to do with it?
initexmf
output