-
Notifications
You must be signed in to change notification settings - Fork 16
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
texlive issue with DOS-style paths #32
Comments
the reason for DOS-style paths was that a bunch of programs would fail if passed paths that contained spaces... maybe this has been fixed now? in any case, I would happily take a pull request for this Thanks, Jonathan |
I don't know if texlive has fixed this issue, I had to create a wrapper latex.exe to circumvent this problem. Maybe try to use LatexIt with TexLive 2019 and if it fails you know the issue |
if someone can confirm it's fine on windows, I'm all for it |
I can do additional testing on Windows 10 + MiKTeX if you need them. Just let me know what to check. |
I have texlive 2018 and its latex.exe fails because does not recognize DOS-style paths (e.g. C:\Users\LONGNA~1 instead of C:\Users\Longname )
Suggestion: make sure LatexIt expands file paths in long-name format
Also: allow command line parameters in Options executable file locations
The text was updated successfully, but these errors were encountered: