Ciao Folks,
is it just me or is there something broken in the 'Typeset and View'-Command after Revision 8121?
Using an otherwise unchanged setup, I am getting the following output: This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6
Traceback (most recent call last): File "/Library/Application Support/TextMate/Bundles/Latex.tmbundle/Support/bin/texMate.py", line 376, in ? isFatal,numErrs,numWarns = commandParser.parseStream() File "/Library/Application Support/TextMate/Bundles/Latex.tmbundle/Support/bin/texparser.py", line 47, in parseStream fun(myMatch,line) File "/Library/Application Support/TextMate/Bundles/Latex.tmbundle/Support/bin/texparser.py", line 237, in startLatex bp = LaTexParser(self.input_stream,self.verbose) TypeError: __init__() takes exactly 4 arguments (3 given)
Any ideas?
Greetz Bastian
Not just you, anybody running the latest from svn and using latexmk would hit this. Yesterday when I implemented some changes to allow for file extensions other than .tex I forgot to test the latexmk path. Its fixed now, so if you update again (8123), all should be well.
Brad
Brad Miller wrote:
Not just you, anybody running the latest from svn and using latexmk would hit this. Yesterday when I implemented some changes to allow for file extensions other than .tex I forgot to test the latexmk path. Its fixed now, so if you update again (8123), all should be well.
Brad
Now that's, what I call fast support! Just tried and all is working perfect again. Thanks a lot, Brad!
All the best Bastian