automatic num cols

This commit is contained in:
2020-06-13 18:00:19 +02:00
parent 643b0e8146
commit d9e693d799
2 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ def main(
answers, problems = make_problems_and_answers(bits, num_problems)
if bits > 12:
num_columns = 3
if pdf:
make_pdf(
problems=problems,