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

TEXroot: Allow path expansion #1499

Open
sinus-x opened this issue Oct 29, 2020 · 0 comments
Open

TEXroot: Allow path expansion #1499

sinus-x opened this issue Oct 29, 2020 · 0 comments

Comments

@sinus-x
Copy link

sinus-x commented Oct 29, 2020

LaTeXtools does not recognise ~ as path alias and (probably) treats it as just a character. Because of that, full path is neccesary:

"settings": {
  "TEXroot": "/home/user/Projects/project/main.tex"
}

Would it be possible to do just

"settings": {
  "TEXroot": "~/Projects/project/main.tex"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant