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

Some Suggestions #11

Closed kevdel closed 1 year ago

kevdel commented 4 years ago

An option to control the number of questions presented per page e.g 4x4, 6x6, 8x8 scaled to fill the page

Option to include or exclude the answer page

Add today's date to the top of the page

Great work! 👍

fuatu commented 4 years ago

This is great and thanks! Can you also add division to the problems?

fuatu commented 4 years ago

@januschung if you add me as a contributor I can develop the division option as a new branch and you can merge it to master.

januschung commented 4 years ago

Hey @fuatu I would need a way to display it nicely with long division format before adding the function.

fuatu commented 4 years ago

Hey @fuatu I would need a way to display it nicely with long division format before adding the function.

@januschung one option for you to use LaTeX and generate the doc accordingly. In that case you can use any math formatting. After you have latex text you can create pdf from it.

Please check https://github.com/JelteF/PyLaTeX https://tex.stackexchange.com/questions/131125/better-way-to-display-long-division

januschung commented 4 years ago

Thanks @fuatu I will check it out.

januschung commented 1 year ago

division has been added for a while