Skip to content

Commit

Permalink
Update latex.py
Browse files Browse the repository at this point in the history
fix whitespace
  • Loading branch information
mzuenni authored Mar 5, 2024
1 parent 8566bcb commit 52f349b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ def build_problem_pdfs(problem, solutions=False, web=False):
else:
warn(f'{problem.name}: solution.{lang}.tex not found')
languages = filtered_languages

# try to generate all samples
generate.generate_samples(problem)

return all(build_problem_pdf(problem, lang, solutions, web) for lang in languages)


Expand Down

0 comments on commit 52f349b

Please sign in to comment.