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

strip doublequotes from filename in _jumpto_tex_file #1270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sethblumberg
Copy link

@sethblumberg sethblumberg commented Dec 15, 2017

Allows \input{"../my folder/my file.tex"} to be read as \input{../my folder/my file.tex}. The former is necessary to have filenames with spaces to be typeset by LaTeX, but without this change, the command _jumpto_tex_file ends up creating a folder called ".. (that's doublequote then dot dot) in the home folder.

Allows \input{"../my folder/my file.tex"} to be read as \input{../my folder/my file.tex}.  The former is necessary to have filenames with spaces to be typeset by LaTeX, but without this change, the command _jumpto_tex_file ends up creating a folder called ".. (that's doublequote then dot dot) in the home folder.
@sethblumberg
Copy link
Author

This change is similar to the one in my pull request 1267, which striped quotes from filenames when analyzing files for the cache. They're separate pull requests because I didn't know how to add this change to the existing pull request.

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

Successfully merging this pull request may close these issues.

None yet

1 participant