silent mode when doing pdf

This commit is contained in:
2020-06-13 18:07:49 +02:00
parent d9e693d799
commit 1993131239
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
## TODO
- silent mode by default when doing PDF
- add nice spacing and typography for easy reading
- pdf options
- problem numbers [true]

View File

@@ -32,6 +32,7 @@ def main(
num_columns = 3
if pdf:
silent = True
make_pdf(
problems=problems,
answers=answers,

View File

@@ -8,7 +8,7 @@ setup(
name="binary_quiz",
author="Zev Averbach",
author_email="zev@averba.ch",
version="0.1.4",
version="0.1.5",
license="MIT",
long_description_content_type="text/markdown",
description=(