Add support for TeXShop viewer on macOS #2385
Add support for TeXShop viewer on macOS #2385michaelliebling wants to merge 1 commit intolervag:masterfrom
Conversation
|
not ready for integration; wil come back when fully tested |
lervag
left a comment
There was a problem hiding this comment.
First, thank you for the effort here! I will be happy to merge this when the various outstanding issues are resolved. The issues are mostly about style, although a couple of things in the main script is wrong, probably because you've built this quite a while ago with an earlier version of the view scripts. I made some major refactoring and improvements to the view scripts in december last year.
Let me know if something is unclear or if you need some help for anything here.
|
Many thanks for your patience and hints on how to fix the code and docs. I've now opened another Pull Request #2387 to replace this one. |
|
My pleasure; I'm always glad to see contributions like this. I'll review the new PR immediately. |
The changes extend VimTeX with the possibility to view pdf files in MacOS's TeXShop viewer, by providing a new
let g:vimtex_view_method = 'texshop'.Besides functions for forward search, VimTeX help and faq entries indicate how to set up TeXShop for backward search (with MacVim).