silent mode when doing pdf
This commit is contained in:
1
TODO.md
1
TODO.md
@@ -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]
|
||||
|
||||
@@ -32,6 +32,7 @@ def main(
|
||||
num_columns = 3
|
||||
|
||||
if pdf:
|
||||
silent = True
|
||||
make_pdf(
|
||||
problems=problems,
|
||||
answers=answers,
|
||||
|
||||
Reference in New Issue
Block a user