-
Notifications
You must be signed in to change notification settings - Fork 367
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
ST4 not invoking PDF viewer on macOS? #1539
Comments
Following up: I fixed some tabs and spaces in jumpToPDF.py (lines 100ff.) that were flagged as inconsistent in debug mode and changed the permissions of the displayfile script in the skim subfolder to make it executable - either the fixed indents or the combination of the two seems to have done the trick (I changed the permissions earlier, so that alone was not it). Skim is starting and syncing to the proper lines again. |
Reproduced in Ubuntu, too. |
The combination of space and tab indentation in jumpToPDF.py -possibly appears in b27fc39 (merging SublimeText#1472) prevents PDF viewer from opening after build, and removes View PDF and Jump to PDF commands from command list (See SublimeText#1539).
Encountered the same issue on Linux in master or the latest release (st3-4.0.0-beta.0 tag seems to still work, but using tags is not a sustainable solution for me with SublimeText). PR #1540 seems to fix it for me. Please consider merging it. |
Could you please send me the files you modified (jumpToPDF.py, displayfile script,...)? Thank you. |
I've been encountering the same issue for several months. Have tried uninstalling and re-installing Skim, and found the problem persisted over versions 1.67, 1.6.8, 1.6.10. Mac OS Monterey 12.0.1. |
The combination of space and tab indentation in jumpToPDF.py -possibly appears in b27fc39 (merging SublimeText#1472) prevents PDF viewer from opening after build, and removes View PDF and Jump to PDF commands from command list (See SublimeText#1539).
This needs to be fixed. Please accept the PR. |
After updating to ST4 (build 4113), the builder does not launch the PDF viewer (Skim) any more. (MacOS 10.14.6 Mojave, Skim 1.6.4). I tried changing the viewer commands in LaTeXTools.sublime-settings, but it seems that viewer-related commands are simply ignored. latexmk etc. seem to work fine, as does \cite resolution etc., and I can use the settings file to toggle output of logs in the console, for example.
The text was updated successfully, but these errors were encountered: