Hi Rene, This works from the command line, but not from Textmate (status 127 again…). It seems the problem is with my guest account (I never knew this was relevant), which I never use. Some time ago disabled the root user, to get rid of an annoying “Other…” option on the login screen. The guest account was turned off, so I turned it on, but that hasn’t helped Textmate work. I’m stuck to be honest…any help is much appreciated.
Kind Regards
Robert
On 21 Dec 2017, at 08:44, René Schwaiger sanssecours@me.com wrote:
Hi Robert,
On 20.12.2017, at 22:53 , Robert Milton robert.gomez.milton@gmail.com wrote:
Hi all, Having received some TeXLive updates recently, I am now unable to use cmd-R in TextMate to typeset. Whichever .tex I try (in this case Reason. tex), I just get
Command latexmk -pdf -f -r /tmp/latexmkrc -r '/Users/robertmilton/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/config/latexmkrc' Reason.tex exited with status 127
Is anyone else having this problem, or does anyone know how to fix it?
looks like translating LaTeX files works on my machine. I just installed the most recent updates of MacTeX 2017 via the Terminal command
sudo tlmgr update --self —all
. After that I translated the following document:
\documentclass{article} \begin{document} Test \end{document}
in TextMate without any problems. I also translated the same document using the Guest Account (“System Preferences…”→“Users & Groups”→“Guest User”), which also worked. Could you please try the following:
- Create a new file in TextMate
- Paste the LaTeX code from above into the document
- Save the file in the folder `Downloads` using the name `Test.tex`
- Open Terminal
- Enter the following commands:
cd ~/Downloads latexmk -pdf Test.tex
- Does the command `latexmk -pdf Test.tex` print any error messages?
- Does the folder `Downloads` contain the PDF file `Test.pdf`?
If the steps above worked for you, can you please try to translate the same file in TextMate using the Guest account?
Regards Robert
Kind regards, René
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate