You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running MacTex on 10.14 and just installed TexMate 2. Typeset & View gives the following error:
Traceback (most recent call last): File "/Users/markkalderon/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texmate.py", line 957, in True if command in {'clean', 'version'} else False) File "/Users/markkalderon/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texmate.py", line 796, in get_typesetting_data typesetting_directives = find_tex_directives(filepath, ignore_warnings) File "/Users/markkalderon/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/lib/Python/tex.py", line 312, in find_tex_directives in enumerate(open(texfile, encoding=encoding)) IOError: [Errno 2] No such file or directory: '/Users/markelikalderon/Documents/Git/timaeus/timaeus.tex'
The file '/Users/markelikalderon/Documents/Git/timaeus/timaeus.tex' does exist.
I tried removing Bundle Modifications and Reverted to Defaults.
Any advice would be appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered:
After the last step TextMate shows a PDF containing the text “Hello, World!”. Can you please try, if the steps given above work for you? If they do, can you maybe provide a minimal version of your LateX source file that allow me to reproduce the problem?
Running MacTex on 10.14 and just installed TexMate 2. Typeset & View gives the following error:
Traceback (most recent call last): File "/Users/markkalderon/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texmate.py", line 957, in True if command in {'clean', 'version'} else False) File "/Users/markkalderon/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texmate.py", line 796, in get_typesetting_data typesetting_directives = find_tex_directives(filepath, ignore_warnings) File "/Users/markkalderon/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/lib/Python/tex.py", line 312, in find_tex_directives in enumerate(open(texfile, encoding=encoding)) IOError: [Errno 2] No such file or directory: '/Users/markelikalderon/Documents/Git/timaeus/timaeus.tex'
The file '/Users/markelikalderon/Documents/Git/timaeus/timaeus.tex' does exist.
I tried removing Bundle Modifications and Reverted to Defaults.
Any advice would be appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: