januschung / math-worksheet-generator

Create basic addition, subtraction, multiplication and division practice questions with the answer sheet
GNU General Public License v2.0
507 stars 91 forks source link

Less Space Between Number 1 and Number 2 #42

Closed mrpoet2 closed 1 year ago

mrpoet2 commented 3 years ago

Hello,

I'm letting my kids resolve 2-digit multiplications. However the space for them to resolve the problems is very small. I've tried changing the font size, but still.

Is there a way to move number 1 and number 2 further north in the box? Or maybe narrow the space between number 1 and number 2? Or maybe is there a way to make the box larger (to the south side)?

Whatever works easier.

Thank you very much.

januschung commented 3 years ago

There is no straightforward way to do it. However, you can make the question box taller by setting https://github.com/januschung/math-worksheet-generator/blob/master/run.py#L27 to 24

Also, you can play around with the second parameter in https://github.com/januschung/math-worksheet-generator/blob/master/run.py#L133-L134 and https://github.com/januschung/math-worksheet-generator/blob/master/run.py#L151-L152.

Hope this helps.

mrpoet2 commented 3 years ago

That helped very good however. I'm still looking for the part of the code responsible for the "result line" (see image attached), which I would like to move a little bit.

https://pasteboard.co/KaNFk3H.png

Thank you!