Skip to content

Commit

Permalink
Merge pull request #105 from eisoku9618/eisoku9618-patch-1
Browse files Browse the repository at this point in the history
temporaly fix latexrun
  • Loading branch information
eisoku9618 authored Mar 18, 2017
2 parents e8fcf76 + 3bbea44 commit 0be907c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tex/3rdparty/latexrun
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@ def run_tasks(tasks, max_iterations):
for task in tasks:
if task.stable():
nstable += 1
if nstable == len(tasks):
if nstable == len(tasks)+1:
task.run()
debug('fixed-point reached')
return True
else:
Expand Down

0 comments on commit 0be907c

Please sign in to comment.