Hello everyone,
I just upgraded to beta 6.1 and it seems that pdfs open in Skim are no longer updated when compiling tex, and further, the view is no longer being brought to the correct position in the document. For example, when I expect the viewer to open to page 20, it brings up the first page.
Any ideas...?
Thank you and best wishes,
Anthony
Hi,
there is a very high chance, about 100% :(, that I am responsible for the problem you and the others encountered. Sorry.
I hopefully fixed the issue in https://github.com/textmate/latex.tmbundle/commit/dd13898357fa874dd5dde7d9db...
If you want to try the changes you can use the following steps:
1. Uninstall the LaTeX Bunde inside preferences 2. Quit TextMate 3. Enter the following command inside Terminal
mkdir -p ~/Library/Application\ Support/Avian/Bundles/ cd ~/Library/Application\ Support/Avian/Bundles/ git clone https://github.com/textmate/latex.tmbundle.git
4. Open TextMate
I already mailed Michael (Sheets) about the update. Theoretically he will update the official bundle soon.
Kind regards,
René
On 13 Nov 2014, at 20:04, René Schwaiger wrote:
[…] If you want to try the changes you can use the following steps:
- Uninstall the LaTeX Bunde inside preferences
- Quit TextMate
- Enter the following command inside Terminal
mkdir -p ~/Library/Application\ Support/Avian/Bundles/ cd ~/Library/Application\ Support/Avian/Bundles/ git clone https://github.com/textmate/latex.tmbundle.git
I would suggest dropping step 1 and then checkout the bundle into ~/Library/Application\ Support/TextMate/Managed/Bundles/ (simply replacing the existing one).
The advantage of this is that once the official bundle gets updated, it’ll overwrite the local checkout, so no need to remember to keep it updated (or revert the local checkout).
Also, in theory qutting TextMate should not be required.
On Nov 13, 2014, at 1:54 PM, Allan Odgaard mailinglist@textmate.org wrote:
I would suggest dropping step 1 and then checkout the bundle into ~/Library/Application\ Support/TextMate/Managed/Bundles/ (simply replacing the existing one).
The advantage of this is that once the official bundle gets updated, it’ll overwrite the local checkout, so no need to remember to keep it updated (or revert the local checkout).
And the change has now been deployed, so no need to do the special checkout. For those that have updates enabled the bundle should update within a few hours.
Thank you very much for updating the bundle and for the helpful comments on workarounds! Skim is updating correctly now, but synctex still seems to be broken. Has this been fixed, yet I've disabled a setting somewhere?
On Thu, Nov 13, 2014 at 2:56 PM, Michael Sheets mummer@whitefalls.org wrote:
On Nov 13, 2014, at 1:54 PM, Allan Odgaard mailinglist@textmate.org
wrote:
I would suggest dropping step 1 and then checkout the bundle into
~/Library/Application\ Support/TextMate/Managed/Bundles/ (simply replacing the existing one).
The advantage of this is that once the official bundle gets updated,
it’ll overwrite the local checkout, so no need to remember to keep it updated (or revert the local checkout).
And the change has now been deployed, so no need to do the special checkout. For those that have updates enabled the bundle should update within a few hours.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 14 Nov 2014, at 1:35 , Anthony V. Pulido anthony.pulido@gmail.com wrote:
Thank you very much for updating the bundle and for the helpful comments on workarounds! Skim is updating correctly now, but synctex still seems to be broken. Has this been fixed, yet I've disabled a setting somewhere?
Hi Anthony,
synctex support works for me. There is no setting for this. `texmate` just `greps` the help output of the engine to check if it supports `synctex`. Does “Jump to Current Line in Viewer” (^⌥⌘O) work for you? If not: Could you please specify which tex engine you use and maybe provide a sample tex document.
Kind regards, René