[OS X TeX] TeXShop and El Capitan
Michael Sharpe
msharpe at ucsd.edu
Fri Jul 10 19:37:27 CEST 2015
> On Jul 10, 2015, at 10:10 AM, Herbert Schulz <herbs at wideopenwest.com> wrote:
>
> Howdy,
>
> Is the command tied to Opt-Cmd-O a macro? Unfortunately, new major versions of OS X all too often break some AppleScript commands.
>
> Good Luck,
> Herb Schulz
>
>
>> On Jul 10, 2015, at 6:38 PM, M. Tamer Özsu <ozsut at mac.com> wrote:
>>
>> The next issue: For a beamer presentation, I have each frame as a separate file that I keep in Library/texmf/tex/latex. I have a bunch of \input{} commands in a root file in my Documents folder. TeXShop compiles nicely after the modification Richard recommended. However, when I click Cmd-Opt-o on the file name in the root file, it complains: "The document "..." could not be opened. The file doesn't exist." Needless to say, this worked perfectly fine before. Is there something obvious that I am not doing (again!...)
>>
>> Many thanks.
>>
>> ==Tamer
>> --
>> M. Tamer Özsu
By default, Opt-Cmd-O points to the macrto "Open Selection", which has the path to kpsewhich set to "/usr/texbin". This macro is just one of a number that have this hard-coded path, which will break under El Capitan. This one is easy to fix---using the Macro Editor, change the line
property kpsewhich_path : "/usr/texbin/kpsewhich"
to
property kpsewhich_path : "/Library/TeX/texbin/kpsewhich"
Michael
More information about the macostex-archives
mailing list