Skip to content
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

Typeset & View (PDF) error #179

Open
PhilGeek opened this issue Sep 26, 2019 · 1 comment
Open

Typeset & View (PDF) error #179

PhilGeek opened this issue Sep 26, 2019 · 1 comment

Comments

@PhilGeek
Copy link

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.

@sanssecours
Copy link
Member

Hi Mark,

thank you for the bug report. Can you please provide steps to reproduce the problem? The steps below show, how I tried to reproduce the issue.

  1. Open “System Preferences”

  2. Click on “Users & Groups” → “Guest User” → “Allow guests to log in to this computer”

  3. Click on “Login Options” and enable fast user switching

  4. Go to the menu bar

  5. Click on the “User Switching Menu” (usually it just displays your current user name) and choose “Login Window…”

  6. Login as user “Guest”

  7. Open TextMate

  8. Install the LaTeX bundle

  9. Create a new file: +N

  10. Enter the following text

    \documentclass{article}
    
    \begin{document}
      Hello, World!
    \end{document}
  11. Run “Typeset & View” (+R)

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants