Skip to content

Conversation

@EdSchouten
Copy link

Whenever pdflatex is invoked on a clean copy of the texmf, it will first
invoke mktexfmt and various font conversion tools. These will also cause
pdflatex to print 'Transcript written on' lines for those steps.

The existing regular expression does greedy matching, meaning that the
full log output between the steps is parsed as the job name, causing
latexrun to attempt to open non-existent files.

Whenever pdflatex is invoked on a clean copy of the texmf, it will first
invoke mktexfmt and various font conversion tools. These will also cause
pdflatex to print 'Transcript written on' lines for those steps.

The existing regular expression does greedy matching, meaning that the
full log output between the steps is parsed as the job name, causing
latexrun to attempt to open non-existent files.
@EdSchouten
Copy link
Author

Closing, as this is a duplicate of #47.

@EdSchouten EdSchouten closed this Oct 13, 2018
@EdSchouten EdSchouten deleted the non-greedy branch October 13, 2018 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant