Hi,
For the past couple of weeks, the log window hasn't been showing a link to the LaTeX log after compilation. It just says "Complete transcript is in " followed by empty space where the link used to be.
Any idea what might be causing this? Thanks.
Antonio
Antonio Fortin wrote
Hi,
For the past couple of weeks, the log window hasn't been showing a link to the LaTeX log after compilation. It just says "Complete transcript is in " followed by empty space where the link used to be.
Any idea what might be causing this? Thanks.
Antonio
Hi Antonio,
the bug you mention is the result of code using a wrong regex match inside `texparser`. I fixed the bug in this commit https://github.com/sanssecours/latex.tmbundle/commit/0e3c6606bd6d2e415b5824ff4ccbd3b5faa5336a . Since the pull request containing this commit is quite large, it might take some time until the fix is included in the official LaTeX bundle. If you are interested into testing my changes: I described one procedure on how you can test them here https://github.com/textmate/latex.tmbundle/issues/70 .
Kind regards, René
-- View this message in context: http://textmate.1073791.n5.nabble.com/latex-logs-tp28499p28500.html Sent from the textmate users mailing list archive at Nabble.com.
René Schwaiger wrote:
Antonio Fortin wrote
Hi,
For the past couple of weeks, the log window hasn't been showing a link to the LaTeX log after compilation. It just says "Complete transcript is in " followed by empty space where the link used to be.
Any idea what might be causing this? Thanks.
Antonio
Hi Antonio,
the bug you mention is the result of code using a wrong regex match inside `texparser`. I fixed the bug in this commit https://github.com/sanssecours/latex.tmbundle/commit/0e3c6606bd6d2e415b5824ff4ccbd3b5faa5336a . Since the pull request containing this commit is quite large, it might take some time until the fix is included in the official LaTeX bundle. If you are interested into testing my changes: I described one procedure on how you can test them here https://github.com/textmate/latex.tmbundle/issues/70 .
Thanks, René, that fixed the problem for me! I'll let you know if anything goes wrong between now and the official bundle update.
Best, Antonio